Searched refs:BLOCK_EVICTED (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Daddr.cc73 if (file_type() != BLOCK_ENTRIES && file_type() != BLOCK_EVICTED)
H A Daddr.h24 BLOCK_EVICTED = 7 enumerator in enum:disk_cache::FileType
137 case BLOCK_EVICTED:
H A Dblock_bitmaps_v3.cc42 if (!index && (block_type == BLOCK_ENTRIES || block_type == BLOCK_EVICTED) &&
H A Dindex_table_v3.cc59 const int kEvictedEntriesFile = disk_cache::BLOCK_EVICTED - 1;
191 (address.file_type() != disk_cache::BLOCK_EVICTED &&
282 FileType file_type = (GetGroup() == ENTRY_EVICTED) ? BLOCK_EVICTED :
652 if (address.file_type() == BLOCK_EVICTED)
H A Dindex_table_v3_unittest.cc200 addr = disk_cache::Addr(disk_cache::BLOCK_EVICTED, 1, 6, 0x18a5);
409 disk_cache::Addr addr2(disk_cache::BLOCK_EVICTED, 1, 6, 6); // Any address.
480 addr = disk_cache::Addr(disk_cache::BLOCK_EVICTED, 1, 6, i * 13 + 1);
H A Dblock_files.cc324 DCHECK_NE(block_type, BLOCK_EVICTED);

Completed in 136 milliseconds