BLOCK_EVICTED 73 net/disk_cache/blockfile/addr.cc if (file_type() != BLOCK_ENTRIES && file_type() != BLOCK_EVICTED) BLOCK_EVICTED 137 net/disk_cache/blockfile/addr.h case BLOCK_EVICTED: BLOCK_EVICTED 42 net/disk_cache/blockfile/block_bitmaps_v3.cc if (!index && (block_type == BLOCK_ENTRIES || block_type == BLOCK_EVICTED) && BLOCK_EVICTED 324 net/disk_cache/blockfile/block_files.cc DCHECK_NE(block_type, BLOCK_EVICTED); BLOCK_EVICTED 59 net/disk_cache/blockfile/index_table_v3.cc const int kEvictedEntriesFile = disk_cache::BLOCK_EVICTED - 1; BLOCK_EVICTED 191 net/disk_cache/blockfile/index_table_v3.cc (address.file_type() != disk_cache::BLOCK_EVICTED && BLOCK_EVICTED 282 net/disk_cache/blockfile/index_table_v3.cc FileType file_type = (GetGroup() == ENTRY_EVICTED) ? BLOCK_EVICTED : BLOCK_EVICTED 652 net/disk_cache/blockfile/index_table_v3.cc if (address.file_type() == BLOCK_EVICTED) BLOCK_EVICTED 200 net/disk_cache/blockfile/index_table_v3_unittest.cc addr = disk_cache::Addr(disk_cache::BLOCK_EVICTED, 1, 6, 0x18a5); BLOCK_EVICTED 409 net/disk_cache/blockfile/index_table_v3_unittest.cc disk_cache::Addr addr2(disk_cache::BLOCK_EVICTED, 1, 6, 6); // Any address. BLOCK_EVICTED 480 net/disk_cache/blockfile/index_table_v3_unittest.cc addr = disk_cache::Addr(disk_cache::BLOCK_EVICTED, 1, 6, i * 13 + 1);