Searched defs:CreateBlock (Results 1 - 3 of 3) sorted by relevance

/external/chromium/net/disk_cache/
H A Dblock_files.cc74 HISTOGRAM_TIMES("DiskCache.CreateBlock", TimeTicks::Now() - start);
241 bool BlockFiles::CreateBlock(FileType block_type, int block_count, function in class:disk_cache::BlockFiles
271 Trace("CreateBlock 0x%x", address.value());
H A Dbackend_impl.cc740 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, function in class:disk_cache::BackendImpl
879 return block_files_.CreateBlock(block_type, block_count, block_address);
H A Dentry_impl.cc421 if (!CreateBlock(entry_store->key_len + 1, &address))
1102 if (!CreateBlock(size, &address))
1110 bool EntryImpl::CreateBlock(int size, Addr* address) { function in class:disk_cache::EntryImpl
1123 if (!backend_->CreateBlock(file_type, num_blocks, address))

Completed in 78 milliseconds