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

  /external/chromium/net/disk_cache/
block_files.cc 74 HISTOGRAM_TIMES("DiskCache.CreateBlock", TimeTicks::Now() - start);
241 bool BlockFiles::CreateBlock(FileType block_type, int block_count,
271 Trace("CreateBlock 0x%x", address.value());
entry_impl.cc 421 if (!CreateBlock(entry_store->key_len + 1, &address))
    [all...]
backend_impl.cc 740 if (!block_files_.CreateBlock(BLOCK_256, num_blocks, &entry_address)) {
747 if (!block_files_.CreateBlock(RANKINGS, 1, &node_address)) {
877 bool BackendImpl::CreateBlock(FileType block_type, int block_count,
879 return block_files_.CreateBlock(block_type, block_count, block_address);
    [all...]

Completed in 85 milliseconds