CreateBlock 555 net/disk_cache/blockfile/backend_impl.cc if (!block_files_.CreateBlock(BLOCK_256, num_blocks, &entry_address)) { CreateBlock 562 net/disk_cache/blockfile/backend_impl.cc if (!block_files_.CreateBlock(RANKINGS, 1, &node_address)) { CreateBlock 699 net/disk_cache/blockfile/backend_impl.cc return block_files_.CreateBlock(block_type, block_count, block_address); CreateBlock 1340 net/disk_cache/blockfile/backend_impl.cc if (!CreateBlock(file_type, num_blocks, &address)) CreateBlock 103 net/disk_cache/blockfile/backend_impl.h bool CreateBlock(FileType block_type, int block_count, CreateBlock 125 net/disk_cache/blockfile/backend_impl_v3.cc return block_files_.CreateBlock(block_type, block_count, block_address); CreateBlock 521 net/disk_cache/blockfile/backend_impl_v3.cc if (!block_files_.CreateBlock(BLOCK_256, num_blocks, &entry_address)) { CreateBlock 528 net/disk_cache/blockfile/backend_impl_v3.cc if (!block_files_.CreateBlock(RANKINGS, 1, &node_address)) { CreateBlock 773 net/disk_cache/blockfile/backend_impl_v3.cc if (!CreateBlock(file_type, num_blocks, &address)) CreateBlock 1248 net/disk_cache/blockfile/backend_impl_v3.cc if (!block_files_.CreateBlock(BLOCK_256, num_blocks, &entry_address)) { CreateBlock 1255 net/disk_cache/blockfile/backend_impl_v3.cc if (!block_files_.CreateBlock(RANKINGS, 1, &node_address)) { CreateBlock 64 net/disk_cache/blockfile/backend_impl_v3.h bool CreateBlock(FileType block_type, int block_count, CreateBlock 430 net/disk_cache/blockfile/backend_worker_v3.cc if (!CreateBlock(file_type, num_blocks, &address)) CreateBlock 33 net/disk_cache/blockfile/block_bitmaps_v3.h bool CreateBlock(FileType block_type, int block_count, Addr* block_address); CreateBlock 36 net/disk_cache/blockfile/block_bitmaps_v3_unittest.cc ASSERT_TRUE(block_bitmaps.CreateBlock(disk_cache::BLOCK_1K, block_size, CreateBlock 106 net/disk_cache/blockfile/block_files.h bool CreateBlock(FileType block_type, int block_count, Addr* block_address); CreateBlock 44 net/disk_cache/blockfile/block_files_unittest.cc EXPECT_TRUE(files.CreateBlock(RANKINGS, 4, &address[i])); CreateBlock 52 net/disk_cache/blockfile/block_files_unittest.cc EXPECT_TRUE(files.CreateBlock(RANKINGS, 4, &address[target])); CreateBlock 70 net/disk_cache/blockfile/block_files_unittest.cc EXPECT_TRUE(files.CreateBlock(RANKINGS, 4, &address[i])); CreateBlock 96 net/disk_cache/blockfile/block_files_unittest.cc EXPECT_TRUE(files.CreateBlock(RANKINGS, size, &address)); CreateBlock 186 net/disk_cache/blockfile/block_files_unittest.cc EXPECT_TRUE(files.CreateBlock(RANKINGS, 2, &address)); CreateBlock 211 net/disk_cache/blockfile/block_files_unittest.cc EXPECT_TRUE(files.CreateBlock(RANKINGS, 2, &address)); CreateBlock 316 net/disk_cache/blockfile/block_files_unittest.cc EXPECT_TRUE(files.CreateBlock(BLOCK_1K, block_size, &address[i])); CreateBlock 230 net/disk_cache/blockfile/disk_cache_perftest.cc EXPECT_TRUE(files.CreateBlock(disk_cache::RANKINGS, BlockSize(), CreateBlock 243 net/disk_cache/blockfile/disk_cache_perftest.cc EXPECT_TRUE(files.CreateBlock(disk_cache::RANKINGS, BlockSize(), CreateBlock 424 net/disk_cache/blockfile/entry_impl.cc if (!CreateBlock(entry_store->key_len + 1, &address)) CreateBlock 1168 net/disk_cache/blockfile/entry_impl.cc if (!CreateBlock(size, &address)) CreateBlock 1190 net/disk_cache/blockfile/entry_impl.cc if (!backend_->CreateBlock(file_type, num_blocks, address)) CreateBlock 190 net/disk_cache/blockfile/entry_impl.h bool CreateBlock(int size, Addr* address); CreateBlock 279 net/disk_cache/blockfile/entry_impl_v3.cc if (!CreateBlock(entry_store->key_len + 1, &address)) CreateBlock 967 net/disk_cache/blockfile/entry_impl_v3.cc if (!CreateBlock(size, &address)) CreateBlock 989 net/disk_cache/blockfile/entry_impl_v3.cc if (!backend_->CreateBlock(file_type, num_blocks, address)) CreateBlock 120 net/disk_cache/blockfile/entry_impl_v3.h bool CreateBlock(int size, Addr* address);