OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ENTRY_EVICTED
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/net/disk_cache/
disk_format.h
126
ENTRY_EVICTED
, // The entry was recently evicted from the cache.
eviction.cc
299
info->state =
ENTRY_EVICTED
;
430
case
ENTRY_EVICTED
: {
/external/chromium/net/disk_cache/
disk_format.h
136
ENTRY_EVICTED
, // The entry was recently evicted from the cache.
eviction.cc
276
info->state =
ENTRY_EVICTED
;
403
case
ENTRY_EVICTED
: {
/external/chromium_org/net/disk_cache/v3/
disk_format_v3.h
114
ENTRY_EVICTED
// The entry was deleted.
eviction_v3.cc
193
case
ENTRY_EVICTED
: {
284
info->state =
ENTRY_EVICTED
;
Completed in 8318 milliseconds