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

  /external/chromium_org/net/disk_cache/v3/
backend_worker.h 43 bool InitBackingStore(bool* file_created);
backend_worker.cc 141 if (!InitBackingStore(&create_files)) {
333 bool BackendImpl::InitBackingStore(bool* file_created) {
backend_impl_v3.cc     [all...]
  /external/chromium/net/disk_cache/
backend_impl.h 272 bool InitBackingStore(bool* file_created);
backend_impl.cc 436 if (!InitBackingStore(&create_files)) {
    [all...]
  /external/chromium_org/net/disk_cache/
backend_impl.h 282 bool InitBackingStore(bool* file_created);
backend_impl.cc 199 if (!InitBackingStore(&create_files)) {
    [all...]

Completed in 867 milliseconds