Lines Matching full:item
35 @discussion Notification sent when history item is modified.
37 either the item's title, alternate title, url strings, or last visited interval
57 @param URLString The URL string for the item.
58 @param title The title to use for the item. This is normally the <title> of a page.
59 @param time The time used to indicate when the item was used.
70 @abstract The string representation of the originial URL of this item.
72 @result The string corresponding to the initial URL of this item.
78 @abstract The string representation of the URL represented by this item.
81 @result The string corresponding to the final URL of this item.
88 @abstract The title of the page represented by this item.
90 is normally set by the WebKit when a page title for the item is received.
91 @result The title of this item.
97 @abstract The last time the page represented by this item was visited. The interval
100 @result The last time this item was visited.
106 @param alternateTitle The new display title for this item.
107 @abstract A title that may be used by the client to display this item.
113 @abstract A title that may be used by the client to display this item.
114 @result The alternate title for this item.
120 @abstract The favorite icon of the page represented by this item.
122 @result The icon associated with this item's URL.