Searched refs:kHighUse (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/disk_cache/v3/
H A Deviction_v3.cc16 // used kHighUse times, at which point it is moved to the HIGH_USE list.
49 const int kHighUse = 10; // Reuse count to be on the HIGH_USE list. member in namespace:__anon8663
177 } else if (kHighUse == info->reuse_count) {
197 if (info->refetch_count > kHighUse && info->reuse_count < kHighUse) {
198 info->reuse_count = kHighUse;
/external/chromium/net/disk_cache/
H A Deviction.cc16 // used kHighUse times, at which point it is moved to the HIGH_USE list.
48 const int kHighUse = 10; // Reuse count to be on the HIGH_USE list. member in namespace:__anon3037
387 } else if (kHighUse == info->reuse_count) {
407 if (info->refetch_count > kHighUse && info->reuse_count < kHighUse) {
408 info->reuse_count = kHighUse;
456 if (info->reuse_count < kHighUse)
/external/chromium_org/net/disk_cache/
H A Deviction.cc16 // used kHighUse times, at which point it is moved to the HIGH_USE list.
50 const int kHighUse = 10; // Reuse count to be on the HIGH_USE list. member in namespace:__anon8627
414 } else if (kHighUse == info->reuse_count) {
434 if (info->refetch_count > kHighUse && info->reuse_count < kHighUse) {
435 info->reuse_count = kHighUse;
483 if (info->reuse_count < kHighUse)

Completed in 115 milliseconds