HomeSort by relevance Sort by last modified time
    Searched refs:refetch_count (Results 1 - 4 of 4) sorted by null

  /external/chromium/net/disk_cache/
disk_format.h 117 int32 refetch_count; // How often is this fetched from the net. member in struct:disk_cache::EntryStore
eviction.cc 400 DCHECK(!info->refetch_count);
404 if (info->refetch_count < kint32max)
405 info->refetch_count++;
407 if (info->refetch_count > kHighUse && info->reuse_count < kHighUse) {
entry_impl.cc 578 if (stored->reuse_count < 0 || stored->refetch_count < 0)
    [all...]
  /external/chromium/net/tools/dump_cache/
dump_files.cc 245 printf("refetch count: %d\n", entry.refetch_count);

Completed in 1815 milliseconds