Searched refs:refetch_count (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Ddisk_format_v3.h215 uint8 refetch_count; member in struct:disk_cache::EntryRecord
234 uint8 refetch_count; member in struct:disk_cache::ShortEntryRecord
H A Ddisk_format.h106 int32 refetch_count; // How often is this fetched from the net. member in struct:disk_cache::EntryStore
H A Deviction_v3.cc199 DCHECK(!info->refetch_count);
203 if (info->refetch_count < kint32max)
204 info->refetch_count++;
206 if (info->refetch_count > kHighUse && info->reuse_count < kHighUse) {
H A Deviction.cc432 DCHECK(!info->refetch_count);
436 if (info->refetch_count < kint32max)
437 info->refetch_count++;
439 if (info->refetch_count > kHighUse && info->reuse_count < kHighUse) {
H A Dentry_impl_v3.cc342 if (stored->reuse_count < 0 || stored->refetch_count < 0)
H A Dentry_impl.cc580 if (stored->reuse_count < 0 || stored->refetch_count < 0)
/external/chromium_org/net/tools/dump_cache/
H A Ddump_files.cc288 printf("refetch count: %d\n", entry.refetch_count);

Completed in 871 milliseconds