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

/external/chromium_org/net/disk_cache/blockfile/
H A Daddr.h19 BLOCK_256 = 2, enumerator in enum:disk_cache::FileType
127 case BLOCK_256:
146 return BLOCK_256;
H A Daddr.cc60 if (is_separate_file() || file_type() != BLOCK_256)
H A Dblock_files.cc594 Addr address(BLOCK_256, 1, new_file, 0);
614 Addr address(BLOCK_256, 1, header->next_file, 0);
H A Dblock_files_unittest.cc265 Addr addr(BLOCK_256, 1, 5, 10);
H A Dbackend_impl_v3.cc514 if (!block_files_.CreateBlock(BLOCK_256, num_blocks, &entry_address)) {
1171 if (!block_files_.CreateBlock(BLOCK_256, num_blocks, &entry_address)) {
H A Dbackend_impl.cc551 if (!block_files_.CreateBlock(BLOCK_256, num_blocks, &entry_address)) {
830 DCHECK(!address.is_separate_file() && address.file_type() == BLOCK_256);

Completed in 172 milliseconds