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

  /external/chromium/net/disk_cache/
storage_block.h 43 bool LazyInit(MappedFile* file, Addr address);
storage_block-inl.h 45 template<typename T> bool StorageBlock<T>::LazyInit(MappedFile* file,
entry_impl.cc 297 entry_.LazyInit(backend->File(address), address);
410 if (!node_.LazyInit(backend_->File(node_address), node_address))
525 if (!node_.LazyInit(backend_->File(address), address))
    [all...]

Completed in 113 milliseconds