Home
last modified time | relevance | path

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

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