Searched refs:OPEN_ENTRIES (Results 1 - 5 of 5) sorted by relevance

/external/chromium/net/disk_cache/
H A Dstats.h38 OPEN_ENTRIES, // Average number of open entries. enumerator in enum:disk_cache::Stats::Counters
H A Dbackend_impl.cc1150 int64 current = stats_.GetCounter(Stats::OPEN_ENTRIES);
1152 // OPEN_ENTRIES is a sampled average of the number of open entries, avoiding
1159 stats_.SetCounter(Stats::OPEN_ENTRIES, current);
1906 static_cast<int>(stats_.GetCounter(Stats::OPEN_ENTRIES)));
/external/chromium_org/net/disk_cache/
H A Dstats.h39 OPEN_ENTRIES, // Average number of open entries. enumerator in enum:disk_cache::Stats::Counters
H A Dbackend_impl.cc1035 int64 current = stats_.GetCounter(Stats::OPEN_ENTRIES);
1037 // OPEN_ENTRIES is a sampled average of the number of open entries, avoiding
1044 stats_.SetCounter(Stats::OPEN_ENTRIES, current);
1886 static_cast<int>(stats_.GetCounter(Stats::OPEN_ENTRIES)));
/external/chromium_org/net/disk_cache/v3/
H A Dbackend_impl_v3.cc393 int64 current = stats_.GetCounter(Stats::OPEN_ENTRIES);
395 // OPEN_ENTRIES is a sampled average of the number of open entries, avoiding
402 stats_.SetCounter(Stats::OPEN_ENTRIES, current);
1405 static_cast<int>(stats_.GetCounter(Stats::OPEN_ENTRIES)));

Completed in 2431 milliseconds