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

  /external/webkit/Source/WebCore/history/
HistoryItem.h 67 DoNotIncreaseVisitCount
  /external/webkit/Source/WebKit/win/
WebHistoryItem.cpp 487 m_historyItem->visited(title, CFAbsoluteTimeGetCurrent(), increaseVisitCount ? IncreaseVisitCount : DoNotIncreaseVisitCount);
  /external/webkit/Source/WebKit/mac/History/
WebHistoryItem.mm 422 core(_private)->visited(title, [NSDate timeIntervalSinceReferenceDate], increaseVisitCount ? IncreaseVisitCount : DoNotIncreaseVisitCount);

Completed in 146 milliseconds