webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Instance Methods | List of all members
WebHistoryPrivate Class Reference
Inheritance diagram for WebHistoryPrivate:
NSObject

Instance Methods

(WebHistoryItem *) - visitedURL:withTitle:
 
(BOOL- addItem:discardDuplicate:
 
(void- addItems:
 
(BOOL- removeItem:
 
(BOOL- removeItems:
 
(BOOL- removeAllItems
 
(void- rebuildHistoryByDayIfNeeded:
 
(NSArray *) - orderedLastVisitedDays
 
(BOOL- containsURL:
 
(WebHistoryItem *) - itemForURL:
 
(WebHistoryItem *) - itemForURLString:
 
(NSArray *) - allItems
 
(BOOL- loadFromURL:collectDiscardedItemsInto:error:
 
(BOOL- saveToURL:error:
 
(void- setHistoryItemLimit:
 
(int) - historyItemLimit
 
(void- setHistoryAgeInDaysLimit:
 
(int) - historyAgeInDaysLimit
 

Method Documentation

◆ addItem:discardDuplicate:()

- (BOOL) addItem: (WebHistoryItem *)  entry
discardDuplicate: (BOOL discardDuplicate 

◆ addItems:()

- (void) addItems: (NSArray *)  newEntries

◆ allItems()

- (NSArray *) allItems

◆ containsURL:()

- (BOOL) containsURL: (NSURL *)  URL

◆ historyAgeInDaysLimit()

- (int) historyAgeInDaysLimit

◆ historyItemLimit()

- (int) historyItemLimit

◆ itemForURL:()

- (WebHistoryItem *) itemForURL: (NSURL *)  URL

◆ itemForURLString:()

- (WebHistoryItem *) itemForURLString: (NSString *)  URLString

◆ loadFromURL:collectDiscardedItemsInto:error:()

- (BOOL) loadFromURL: (NSURL *)  URL
collectDiscardedItemsInto: (NSMutableArray *)  discardedItems
error: (NSError **)  error 

◆ orderedLastVisitedDays()

- (NSArray *) orderedLastVisitedDays

◆ rebuildHistoryByDayIfNeeded:()

- (void) rebuildHistoryByDayIfNeeded: (WebHistory *)  webHistory

◆ removeAllItems()

- (BOOL) removeAllItems

◆ removeItem:()

- (BOOL) removeItem: (WebHistoryItem *)  entry

◆ removeItems:()

- (BOOL) removeItems: (NSArray *)  entries

◆ saveToURL:error:()

- (BOOL) saveToURL: (NSURL *)  URL
error: (NSError **)  error 

◆ setHistoryAgeInDaysLimit:()

- (void) setHistoryAgeInDaysLimit: (int)  limit

◆ setHistoryItemLimit:()

- (void) setHistoryItemLimit: (int)  limit

◆ visitedURL:withTitle:()

- (WebHistoryItem *) visitedURL: (NSURL *)  url
withTitle: (NSString *)  title 

The documentation for this class was generated from the following file: