HomeSort by relevance Sort by last modified time
    Searched refs:_historyPrivate (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit/mac/History/
WebHistory.h 62 WebHistoryPrivate *_historyPrivate;
WebHistory.mm 669 _historyPrivate = [[WebHistoryPrivate alloc] init];
675 [_historyPrivate release];
690 if ([_historyPrivate removeItems:entries]) {
698 NSArray *entries = [_historyPrivate allItems];
699 if ([_historyPrivate removeAllItems])
705 [_historyPrivate addItems:newEntries];
714 return [_historyPrivate orderedLastVisitedDays];
719 return [_historyPrivate orderedItemsLastVisitedOnDay:date];
726 return [_historyPrivate containsURL:URL];
731 return [_historyPrivate itemForURL:URL]
    [all...]

Completed in 163 milliseconds