Searched refs:SMALL_CACHE (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Ddisk_format_v3.h59 SMALL_CACHE = 1 << 0, // See IndexCell. enumerator in enum:disk_cache::CacheFlags
165 // SMALL_CACHE flag cleared.
H A Dindex_table_v3.cc549 DCHECK(header_->flags & SMALL_CACHE);
1013 header()->flags &= ~SMALL_CACHE;
H A Dindex_table_v3_unittest.cc100 header->flags = disk_cache::SMALL_CACHE;

Completed in 77 milliseconds