Home
last modified time | relevance | path

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

/external/chromium/net/disk_cache/
Deviction.cc45 const int kHighUse = 10; // Reuse count to be on the HIGH_USE list. variable
326 } else if (kHighUse == info->reuse_count) { in OnOpenEntryV2()
346 if (info->refetch_count > kHighUse && info->reuse_count < kHighUse) { in OnCreateEntryV2()
347 info->reuse_count = kHighUse; in OnCreateEntryV2()
386 if (info->reuse_count < kHighUse) in GetListForEntryV2()