Home
last modified time | relevance | path

Searched refs:VisitCountBehavior (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/history/
DHistoryItem.h67 enum VisitCountBehavior { enum
160 void visited(const String& title, double time, VisitCountBehavior);
210 void recordVisitAtTime(double, VisitCountBehavior = IncreaseVisitCount);
DHistoryItem.cpp316 void HistoryItem::recordVisitAtTime(double time, VisitCountBehavior visitCountBehavior) in recordVisitAtTime()
336 void HistoryItem::visited(const String& title, double time, VisitCountBehavior visitCountBehavior) in visited()