Searched refs:IndexBitmap (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Ddisk_format_v3.h93 // The IndexBitmap is directly saved to a file named index. The file grows in
96 struct IndexBitmap { struct in namespace:disk_cache
100 COMPILE_ASSERT(sizeof(IndexBitmap) == 4096, bad_IndexHeader);
H A Dindex_table_v3_unittest.cc79 // We allow IndexBitmap smaller than a page because the code should not really
105 reinterpret_cast<disk_cache::IndexBitmap*>(main_bitmap_.get());
120 disk_cache::IndexBitmap* this_bitmap =
121 reinterpret_cast<disk_cache::IndexBitmap*>(main_bitmap_.get());
122 disk_cache::IndexBitmap* other_bitmap =
123 reinterpret_cast<disk_cache::IndexBitmap*>(other.main_bitmap_.get());
H A Dindex_table_v3.h159 IndexBitmap* index_bitmap;

Completed in 119 milliseconds