HomeSort by relevance Sort by last modified time
    Searched refs:backup_bitmap (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/disk_cache/blockfile/
index_table_v3.h 163 scoped_ptr<uint32[]> backup_bitmap; member in struct:disk_cache::IndexTableInitData
index_table_v3_unittest.cc 114 result->backup_bitmap.reset(new uint32[num_bitmap_bytes_ / sizeof(uint32)]);
115 memcpy(result->backup_bitmap.get(), result->index_bitmap->bitmap,
index_table_v3.cc 538 backup_bitmap_storage_.reset(params->backup_bitmap.release());
    [all...]

Completed in 991 milliseconds