Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/history/
DHistoryItem.cpp339 static const size_t maxDailyCounts = 2 * daysPerWeek - 1; variable
344 while (m_dailyVisitCounts.size() > maxDailyCounts) { in collapseDailyVisitsToWeekly()