RANKINGS 86 net/disk_cache/blockfile/addr.cc if (is_separate_file() || file_type() != RANKINGS || num_blocks() != 1) RANKINGS 125 net/disk_cache/blockfile/addr.h case RANKINGS: RANKINGS 562 net/disk_cache/blockfile/backend_impl.cc if (!block_files_.CreateBlock(RANKINGS, 1, &node_address)) { RANKINGS 528 net/disk_cache/blockfile/backend_impl_v3.cc if (!block_files_.CreateBlock(RANKINGS, 1, &node_address)) { RANKINGS 1255 net/disk_cache/blockfile/backend_impl_v3.cc if (!block_files_.CreateBlock(RANKINGS, 1, &node_address)) { RANKINGS 30 net/disk_cache/blockfile/block_bitmaps_v3.cc DCHECK_NE(block_type, RANKINGS); RANKINGS 376 net/disk_cache/blockfile/block_files.cc if (Addr::BlockSizeForFileType(RANKINGS) == RANKINGS 378 net/disk_cache/blockfile/block_files.cc type = RANKINGS; RANKINGS 551 net/disk_cache/blockfile/block_files.cc COMPILE_ASSERT(RANKINGS == 1, invalid_file_type); RANKINGS 581 net/disk_cache/blockfile/block_files.cc if (header->entry_size == Addr::BlockSizeForFileType(RANKINGS)) RANKINGS 582 net/disk_cache/blockfile/block_files.cc type = RANKINGS; RANKINGS 44 net/disk_cache/blockfile/block_files_unittest.cc EXPECT_TRUE(files.CreateBlock(RANKINGS, 4, &address[i])); RANKINGS 52 net/disk_cache/blockfile/block_files_unittest.cc EXPECT_TRUE(files.CreateBlock(RANKINGS, 4, &address[target])); RANKINGS 70 net/disk_cache/blockfile/block_files_unittest.cc EXPECT_TRUE(files.CreateBlock(RANKINGS, 4, &address[i])); RANKINGS 96 net/disk_cache/blockfile/block_files_unittest.cc EXPECT_TRUE(files.CreateBlock(RANKINGS, size, &address)); RANKINGS 186 net/disk_cache/blockfile/block_files_unittest.cc EXPECT_TRUE(files.CreateBlock(RANKINGS, 2, &address)); RANKINGS 211 net/disk_cache/blockfile/block_files_unittest.cc EXPECT_TRUE(files.CreateBlock(RANKINGS, 2, &address)); RANKINGS 230 net/disk_cache/blockfile/disk_cache_perftest.cc EXPECT_TRUE(files.CreateBlock(disk_cache::RANKINGS, BlockSize(), RANKINGS 243 net/disk_cache/blockfile/disk_cache_perftest.cc EXPECT_TRUE(files.CreateBlock(disk_cache::RANKINGS, BlockSize(), RANKINGS 539 net/disk_cache/blockfile/rankings.cc if (!next_addr.SanityCheckV2() || next_addr.file_type() != RANKINGS || RANKINGS 540 net/disk_cache/blockfile/rankings.cc !prev_addr.SanityCheckV2() || prev_addr.file_type() != RANKINGS)