IndexHeaderV3 267 net/disk_cache/blockfile/backend_impl_v3.cc IndexHeaderV3* header = index_.header(); IndexHeaderV3 1313 net/disk_cache/blockfile/backend_impl_v3.cc IndexHeaderV3* header = index_.header(); IndexHeaderV3 97 net/disk_cache/blockfile/disk_format_v3.h IndexHeaderV3 header; IndexHeaderV3 62 net/disk_cache/blockfile/eviction_v3.h IndexHeaderV3* header_; IndexHeaderV3 162 net/disk_cache/blockfile/index_table_v3.h scoped_ptr<IndexHeaderV3> backup_header; IndexHeaderV3 231 net/disk_cache/blockfile/index_table_v3.h IndexHeaderV3* header() { return header_; } IndexHeaderV3 232 net/disk_cache/blockfile/index_table_v3.h const IndexHeaderV3* header() const { return header_; } IndexHeaderV3 262 net/disk_cache/blockfile/index_table_v3.h IndexHeaderV3* header_; IndexHeaderV3 266 net/disk_cache/blockfile/index_table_v3.h scoped_ptr<IndexHeaderV3> backup_header_; IndexHeaderV3 82 net/disk_cache/blockfile/index_table_v3_unittest.cc size_t required_size = sizeof(disk_cache::IndexHeaderV3) + num_bitmap_bytes_; IndexHeaderV3 86 net/disk_cache/blockfile/index_table_v3_unittest.cc disk_cache::IndexHeaderV3* header = IndexHeaderV3 87 net/disk_cache/blockfile/index_table_v3_unittest.cc reinterpret_cast<disk_cache::IndexHeaderV3*>(main_bitmap_.get()); IndexHeaderV3 110 net/disk_cache/blockfile/index_table_v3_unittest.cc result->backup_header.reset(new disk_cache::IndexHeaderV3); IndexHeaderV3 704 net/disk_cache/blockfile/index_table_v3_unittest.cc int expected = (1024 + 512) / 8 + sizeof(disk_cache::IndexHeaderV3);