webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Instance Methods | Class Methods | List of all members
WebHistory(WebPrivate) Category Reference

#import <WebHistoryPrivate.h>

Instance Methods

(WebHistoryItem *) - _itemForURLString:
 
(NSArray *) - allItems
 
(NSData *) - _data
 

Class Methods

(void+ _setVisitedLinkTrackingEnabled:
 
(void+ _removeAllVisitedLinks
 

Method Documentation

◆ _data()

- (NSData *) _data

_data

Returns
A data object with the entire history in the same format used by the saveToURL:error: method.

◆ _itemForURLString:()

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

◆ _removeAllVisitedLinks()

+ (void) _removeAllVisitedLinks

◆ _setVisitedLinkTrackingEnabled:()

+ (void) _setVisitedLinkTrackingEnabled: (BOOL visitedLinkTrackingEnabled

◆ allItems()

- (NSArray *) allItems

allItems

Returns
Returns an array of all WebHistoryItems in WebHistory, in an undefined order.

The documentation for this category was generated from the following files: