Lines Matching refs:items
30 items added. The key for the array is WebHistoryItemsKey.
33 items removed. The key for the array is WebHistoryItemsKey.
108 HRESULT addItems([in] int itemCount, [in] IWebHistoryItem** items);
112 @param items An array of WebHistoryItems to remove from the WebHistory.
113 - (void)removeItems:(NSArray *)items;
115 HRESULT removeItems([in] int itemCount, [in] IWebHistoryItem** items);
126 or more history items, ordered from most recent to oldest.
127 @result Returns an array of NSCalendarDates for which history items exist in the WebHistory.
144 HRESULT orderedItemsLastVisitedOnDay([in, out] int* count, [in] IWebHistoryItem** items, [in] DATE calendarDate);
157 @discussion Limits the number of items that will be stored by the WebHistory.
158 @param limit The maximum number of items that will be stored by the WebHistory.
165 @result The maximum number of items that will be stored by the WebHistory.