BlockHeader        25 net/disk_cache/blockfile/block_bitmaps_v3_unittest.cc     bitmaps.push_back(disk_cache::BlockHeader(&headers[i]));
BlockHeader        40 net/disk_cache/blockfile/block_files.cc BlockHeader::BlockHeader() : header_(NULL) {
BlockHeader        43 net/disk_cache/blockfile/block_files.cc BlockHeader::BlockHeader(BlockFileHeader* header) : header_(header) {
BlockHeader        46 net/disk_cache/blockfile/block_files.cc BlockHeader::BlockHeader(MappedFile* file)
BlockHeader        50 net/disk_cache/blockfile/block_files.cc BlockHeader::BlockHeader(const BlockHeader& other) : header_(other.header_) {
BlockHeader        53 net/disk_cache/blockfile/block_files.cc BlockHeader::~BlockHeader() {
BlockHeader        56 net/disk_cache/blockfile/block_files.cc bool BlockHeader::CreateMapBlock(int size, int* index) {
BlockHeader       116 net/disk_cache/blockfile/block_files.cc void BlockHeader::DeleteMapBlock(int index, int size) {
BlockHeader       155 net/disk_cache/blockfile/block_files.cc bool BlockHeader::UsedMapBlock(int index, int size) {
BlockHeader       171 net/disk_cache/blockfile/block_files.cc void BlockHeader::FixAllocationCounters() {
BlockHeader       188 net/disk_cache/blockfile/block_files.cc bool BlockHeader::NeedToGrowBlockFile(int block_count) const {
BlockHeader       206 net/disk_cache/blockfile/block_files.cc bool BlockHeader::CanAllocate(int block_count) const {
BlockHeader       216 net/disk_cache/blockfile/block_files.cc int BlockHeader::EmptyBlocks() const {
BlockHeader       226 net/disk_cache/blockfile/block_files.cc int BlockHeader::MinimumAllocations() const {
BlockHeader       230 net/disk_cache/blockfile/block_files.cc int BlockHeader::Capacity() const {
BlockHeader       234 net/disk_cache/blockfile/block_files.cc bool BlockHeader::ValidateCounters() const {
BlockHeader       246 net/disk_cache/blockfile/block_files.cc int BlockHeader::FileId() const {
BlockHeader       250 net/disk_cache/blockfile/block_files.cc int BlockHeader::NextFileId() const {
BlockHeader       254 net/disk_cache/blockfile/block_files.cc int BlockHeader::Size() const {
BlockHeader       258 net/disk_cache/blockfile/block_files.cc BlockFileHeader* BlockHeader::Header() {
BlockHeader       336 net/disk_cache/blockfile/block_files.cc   BlockHeader file_header(file);
BlockHeader       369 net/disk_cache/blockfile/block_files.cc   BlockHeader file_header(file);
BlockHeader       427 net/disk_cache/blockfile/block_files.cc   BlockHeader header(file);
BlockHeader       487 net/disk_cache/blockfile/block_files.cc   BlockHeader file_header(file.get());
BlockHeader       553 net/disk_cache/blockfile/block_files.cc   BlockHeader file_header(file);
BlockHeader       561 net/disk_cache/blockfile/block_files.cc       file_header = BlockHeader(file);
BlockHeader       653 net/disk_cache/blockfile/block_files.cc   BlockHeader file_header(file);
BlockHeader        32 net/disk_cache/blockfile/block_files.h class NET_EXPORT_PRIVATE BlockHeader {
BlockHeader        34 net/disk_cache/blockfile/block_files.h   BlockHeader();
BlockHeader        35 net/disk_cache/blockfile/block_files.h   explicit BlockHeader(BlockFileHeader* header);
BlockHeader        36 net/disk_cache/blockfile/block_files.h   explicit BlockHeader(MappedFile* file);
BlockHeader        37 net/disk_cache/blockfile/block_files.h   BlockHeader(const BlockHeader& other);
BlockHeader        38 net/disk_cache/blockfile/block_files.h   ~BlockHeader();
BlockHeader        88 net/disk_cache/blockfile/block_files.h typedef std::vector<BlockHeader> BlockFilesBitmaps;