Home
last modified time | relevance | path

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

/external/chromium/net/disk_cache/
Dstats.h38 OPEN_ENTRIES, // Average number of open entries. enumerator
Dbackend_impl.cc1150 int64 current = stats_.GetCounter(Stats::OPEN_ENTRIES); in OnStatsTimer()
1159 stats_.SetCounter(Stats::OPEN_ENTRIES, current); in OnStatsTimer()
1900 static_cast<int>(stats_.GetCounter(Stats::OPEN_ENTRIES))); in ReportStats()