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

  /external/chromium/net/disk_cache/
disk_format.h 119 int32 refetch_count; // How often is this fetched from the net. member in struct:disk_cache::EntryStore
eviction.cc 339 DCHECK(!info->refetch_count);
343 if (info->refetch_count < kint32max)
344 info->refetch_count++;
346 if (info->refetch_count > kHighUse && info->reuse_count < kHighUse) {
  /external/chromium/net/tools/dump_cache/
dump_files.cc 234 printf("refetch count: %d\n", entry.refetch_count);

Completed in 35 milliseconds