272 <td>Public method to set the days for entry expiration.</td> |
272 <td>Public method to set the days for entry expiration.</td> |
273 </tr><tr> |
273 </tr><tr> |
274 <td><a href="#HistoryManager.setHistory">setHistory</a></td> |
274 <td><a href="#HistoryManager.setHistory">setHistory</a></td> |
275 <td>Public method to set a new history.</td> |
275 <td>Public method to set a new history.</td> |
276 </tr><tr> |
276 </tr><tr> |
|
277 <td><a href="#HistoryManager.siteVisitsCount">siteVisitsCount</a></td> |
|
278 <td>Public method to get the visit count for a web site using the given scheme.</td> |
|
279 </tr><tr> |
277 <td><a href="#HistoryManager.updateHistoryEntry">updateHistoryEntry</a></td> |
280 <td><a href="#HistoryManager.updateHistoryEntry">updateHistoryEntry</a></td> |
278 <td>Public method to update a history entry.</td> |
281 <td>Public method to update a history entry.</td> |
279 </tr> |
282 </tr> |
280 </table> |
283 </table> |
281 <h3>Static Methods</h3> |
284 <h3>Static Methods</h3> |
522 </dd><dt><i>loadedAndSorted</i></dt> |
525 </dd><dt><i>loadedAndSorted</i></dt> |
523 <dd> |
526 <dd> |
524 flag indicating that the list is sorted |
527 flag indicating that the list is sorted |
525 (boolean) |
528 (boolean) |
526 </dd> |
529 </dd> |
|
530 </dl><a NAME="HistoryManager.siteVisitsCount" ID="HistoryManager.siteVisitsCount"></a> |
|
531 <h4>HistoryManager.siteVisitsCount</h4> |
|
532 <b>siteVisitsCount</b>(<i>scheme, host</i>) |
|
533 <p> |
|
534 Public method to get the visit count for a web site using the given |
|
535 scheme. |
|
536 </p><dl> |
|
537 <dt><i>scheme</i> (str)</dt> |
|
538 <dd> |
|
539 scheme to look for |
|
540 </dd><dt><i>host</i> (str)</dt> |
|
541 <dd> |
|
542 host to look for |
|
543 </dd> |
|
544 </dl><dl> |
|
545 <dt>Returns:</dt> |
|
546 <dd> |
|
547 number of visits to this site |
|
548 </dd> |
|
549 </dl><dl> |
|
550 <dt>Return Type:</dt> |
|
551 <dd> |
|
552 int |
|
553 </dd> |
527 </dl><a NAME="HistoryManager.updateHistoryEntry" ID="HistoryManager.updateHistoryEntry"></a> |
554 </dl><a NAME="HistoryManager.updateHistoryEntry" ID="HistoryManager.updateHistoryEntry"></a> |
528 <h4>HistoryManager.updateHistoryEntry</h4> |
555 <h4>HistoryManager.updateHistoryEntry</h4> |
529 <b>updateHistoryEntry</b>(<i>url, title</i>) |
556 <b>updateHistoryEntry</b>(<i>url, title</i>) |
530 <p> |
557 <p> |
531 Public method to update a history entry. |
558 Public method to update a history entry. |