Home
last modified time | relevance | path

Searched defs:weeklyVisitCounts (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/history/qt/
DHistoryItemQt.cpp49 WTF::Vector<int> weeklyVisitCounts; in restoreState() local
/external/webkit/WebCore/history/cf/
DHistoryPropertyList.cpp98 const Vector<int>& weeklyVisitCounts = item->weeklyVisitCounts(); in writeHistoryItem() local
/external/webkit/WebCore/history/
DHistoryItem.h201 const Vector<int>& weeklyVisitCounts() const { return m_weeklyVisitCounts; } in weeklyVisitCounts() function