Searched refs:CreateBackingStore (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Dbackend_worker_v3.h41 bool CreateBackingStore(disk_cache::File* file);
H A Dbackend_worker_v3.cc288 bool BackendImpl::CreateBackingStore(disk_cache::File* file) { function in class:disk_cache::BackendImpl
324 ret = CreateBackingStore(file.get());
H A Dbackend_impl.h293 bool CreateBackingStore(disk_cache::File* file);
H A Dbackend_impl.cc1316 bool BackendImpl::CreateBackingStore(disk_cache::File* file) { function in class:disk_cache::BackendImpl
1351 ret = CreateBackingStore(file.get());

Completed in 118 milliseconds