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))
1028 if (!CreateBlock(size, &address))
1036 bool EntryImpl::CreateBlock(int size, Addr* address) {
1049 if (!backend_->CreateBlock(file_type, num_blocks, address))
    [all...]
backend_impl.cc 734 if (!block_files_.CreateBlock(BLOCK_256, num_blocks, &entry_address)) {
741 if (!block_files_.CreateBlock(RANKINGS, 1, &node_address)) {
867 bool BackendImpl::CreateBlock(FileType block_type, int block_count,
869 return block_files_.CreateBlock(block_type, block_count, block_address);
    [all...]

Completed in 127 milliseconds