BLOCK_256 60 net/disk_cache/blockfile/addr.cc if (is_separate_file() || file_type() != BLOCK_256) BLOCK_256 127 net/disk_cache/blockfile/addr.h case BLOCK_256: BLOCK_256 146 net/disk_cache/blockfile/addr.h return BLOCK_256; BLOCK_256 555 net/disk_cache/blockfile/backend_impl.cc if (!block_files_.CreateBlock(BLOCK_256, num_blocks, &entry_address)) { BLOCK_256 774 net/disk_cache/blockfile/backend_impl.cc DCHECK(!address.is_separate_file() && address.file_type() == BLOCK_256); BLOCK_256 521 net/disk_cache/blockfile/backend_impl_v3.cc if (!block_files_.CreateBlock(BLOCK_256, num_blocks, &entry_address)) { BLOCK_256 1248 net/disk_cache/blockfile/backend_impl_v3.cc if (!block_files_.CreateBlock(BLOCK_256, num_blocks, &entry_address)) { BLOCK_256 593 net/disk_cache/blockfile/block_files.cc Addr address(BLOCK_256, 1, new_file, 0); BLOCK_256 613 net/disk_cache/blockfile/block_files.cc Addr address(BLOCK_256, 1, header->next_file, 0); BLOCK_256 265 net/disk_cache/blockfile/block_files_unittest.cc Addr addr(BLOCK_256, 1, 5, 10);