Home
last modified time | relevance | path

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

/external/chromium_org/net/disk_cache/blockfile/
Dstats.h38 OPEN_ENTRIES, // Average number of open entries. enumerator
Dbackend_impl_v3.cc319 int64 current = stats_.GetCounter(Stats::OPEN_ENTRIES); in OnTimerTick()
328 stats_.SetCounter(Stats::OPEN_ENTRIES, current); in OnTimerTick()
1249 static_cast<int>(stats_.GetCounter(Stats::OPEN_ENTRIES))); in ReportStats()
Dbackend_impl.cc1065 int64 current = stats_.GetCounter(Stats::OPEN_ENTRIES); in OnStatsTimer()
1074 stats_.SetCounter(Stats::OPEN_ENTRIES, current); in OnStatsTimer()
1851 static_cast<int>(stats_.GetCounter(Stats::OPEN_ENTRIES))); in ReportStats()