Home
last modified time | relevance | path

Searched refs:LazyInit (Results 1 – 3 of 3) sorted by relevance

/external/chromium/net/disk_cache/
Dstorage_block.h43 bool LazyInit(MappedFile* file, Addr address);
Dstorage_block-inl.h45 template<typename T> bool StorageBlock<T>::LazyInit(MappedFile* file, in LazyInit() function
Dentry_impl.cc297 entry_.LazyInit(backend->File(address), address); in EntryImpl()
410 if (!node_.LazyInit(backend_->File(node_address), node_address)) in CreateEntry()
525 if (!node_.LazyInit(backend_->File(address), address)) in LoadNodeAddress()