BLOCK_4K           33 net/disk_cache/blockfile/addr.cc   if (file_type() > BLOCK_4K)
BLOCK_4K          131 net/disk_cache/blockfile/addr.h       case BLOCK_4K:
BLOCK_4K          150 net/disk_cache/blockfile/addr.h       return BLOCK_4K;
BLOCK_4K           29 net/disk_cache/blockfile/addr_unittest.cc   Addr addr3(BLOCK_4K, 0x44, 0x41508, 0x952536);
BLOCK_4K           30 net/disk_cache/blockfile/addr_unittest.cc   EXPECT_EQ(BLOCK_4K, addr3.file_type());
BLOCK_4K          354 net/disk_cache/blockfile/block_files.cc     zero_buffer_ = new char[Addr::BlockSizeForFileType(BLOCK_4K) * 4];
BLOCK_4K          355 net/disk_cache/blockfile/block_files.cc     memset(zero_buffer_, 0, Addr::BlockSizeForFileType(BLOCK_4K) * 4);
BLOCK_4K          434 net/disk_cache/blockfile/block_files.cc     buffer.reset(new char[Addr::BlockSizeForFileType(BLOCK_4K) * 4]);