Searched refs:_historyPrivate (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/mac/History/
H A DWebHistory.h62 WebHistoryPrivate *_historyPrivate; variable
H A DWebHistory.mm699 [_historyPrivate rebuildHistoryByDayIfNeeded:self];
707 _historyPrivate = [[WebHistoryPrivate alloc] init];
720 [_historyPrivate release];
743 if ([_historyPrivate removeItems:entries]) {
751 NSArray *entries = [_historyPrivate allItems];
752 if ([_historyPrivate removeAllItems])
758 [_historyPrivate addItems:newEntries];
767 return [_historyPrivate orderedLastVisitedDays];
772 return [_historyPrivate orderedItemsLastVisitedOnDay:date];
779 return [_historyPrivate containsUR
[all...]

Completed in 110 milliseconds