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

/external/webkit/Source/WebCore/history/cf/
H A DHistoryPropertyList.cpp98 const Vector<int>& weeklyVisitCounts = item->weeklyVisitCounts(); local
118 if (!weeklyVisitCounts.isEmpty())
150 if (size_t size = weeklyVisitCounts.size())
151 stream.writeIntegerArray(weeklyVisitCounts.data(), size);
/external/webkit/Source/WebCore/history/qt/
H A DHistoryItemQt.cpp49 WTF::Vector<int> weeklyVisitCounts; local
57 in >> scrollPoint >> dailyVisitCounts >> weeklyVisitCounts; local
66 adoptVisitCounts(dailyVisitCounts, weeklyVisitCounts);
103 out << dailyVisitCounts() << weeklyVisitCounts();
/external/webkit/Source/WebCore/history/
H A DHistoryItem.h217 const Vector<int>& weeklyVisitCounts() const { return m_weeklyVisitCounts; } function in class:WebCore::HistoryItem

Completed in 322 milliseconds