Home
last modified time | relevance | path

Searched defs:weeklyCounts (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/win/
DWebHistoryItem.cpp154 …CFArrayRef weeklyCounts = static_cast<CFArrayRef>(CFDictionaryGetValue(dictionaryRef, weeklyVisitC… in initFromDictionaryRepresentation() local
/external/webkit/Source/WebCore/history/
DHistoryItem.cpp398 void HistoryItem::adoptVisitCounts(Vector<int>& dailyCounts, Vector<int>& weeklyCounts) in adoptVisitCounts()