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

  /external/chromium_org/net/disk_cache/
block_files.h 39 bool CreateMapBlock(int target, int size, int* index);
block_files.cc 55 bool BlockHeader::CreateMapBlock(int target, int size, int* index) {
102 LOG(ERROR) << "Failing CreateMapBlock";
305 if (!header.CreateMapBlock(target_size, block_count, &index))
  /external/chromium/net/disk_cache/
block_files.cc 39 bool CreateMapBlock(int target, int size, disk_cache::BlockFileHeader* header,
81 LOG(ERROR) << "Failing CreateMapBlock";
266 if (!CreateMapBlock(target_size, block_count, header, &index))
  /external/chromium_org/net/disk_cache/v3/
block_bitmaps.cc 83 if (!CreateMapBlock(target_size, block_count, header, &index))

Completed in 1967 milliseconds