Searched refs:node_address (Results 1 - 3 of 3) sorted by relevance

/external/chromium/net/disk_cache/
H A Dentry_impl.h62 bool CreateEntry(Addr node_address, const std::string& key, uint32 hash);
H A Dbackend_impl.cc746 Addr node_address(0);
747 if (!block_files_.CreateBlock(RANKINGS, 1, &node_address)) {
758 if (!cache_entry->CreateEntry(node_address, key, hash)) {
760 block_files_.DeleteBlock(node_address, false);
773 block_files_.GetFile(node_address)->Store(cache_entry->rankings());
H A Dentry_impl.cc403 bool EntryImpl::CreateEntry(Addr node_address, const std::string& key, argument
410 if (!node_.LazyInit(backend_->File(node_address), node_address))
413 entry_store->rankings_node = node_address.value();

Completed in 94 milliseconds