OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:refetch_count
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/net/disk_cache/v3/
disk_format_v3.h
159
uint8
refetch_count
;
member in struct:disk_cache::EntryRecord
178
uint8
refetch_count
;
member in struct:disk_cache::ShortEntryRecord
eviction_v3.cc
190
DCHECK(!info->
refetch_count
);
194
if (info->
refetch_count
< kint32max)
195
info->
refetch_count
++;
197
if (info->
refetch_count
> kHighUse && info->reuse_count < kHighUse) {
entry_impl_v3.cc
331
if (stored->reuse_count < 0 || stored->
refetch_count
< 0)
[
all
...]
/external/chromium_org/net/disk_cache/
disk_format.h
106
int32
refetch_count
; // How often is this fetched from the net.
member in struct:disk_cache::EntryStore
eviction.cc
427
DCHECK(!info->
refetch_count
);
431
if (info->
refetch_count
< kint32max)
432
info->
refetch_count
++;
434
if (info->
refetch_count
> kHighUse && info->reuse_count < kHighUse) {
entry_impl.cc
577
if (stored->reuse_count < 0 || stored->
refetch_count
< 0)
[
all
...]
/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
);
/external/chromium_org/net/tools/dump_cache/
dump_files.cc
289
printf("refetch count: %d\n", entry.
refetch_count
);
Completed in 448 milliseconds