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

  /external/chromium_org/net/disk_cache/simple/
simple_backend_impl.cc 200 SimpleBackendImpl::SimpleBackendImpl(const FilePath& path,
217 SimpleBackendImpl::~SimpleBackendImpl() {
221 int SimpleBackendImpl::Init(const CompletionCallback& completion_callback) {
237 base::Bind(&SimpleBackendImpl::InitCacheStructureOnDisk, path_,
239 base::Bind(&SimpleBackendImpl::InitializeIndex, AsWeakPtr(),
244 bool SimpleBackendImpl::SetMaxSize(int max_bytes) {
249 int SimpleBackendImpl::GetMaxFileSize() const {
253 void SimpleBackendImpl::OnDeactivated(const SimpleEntryImpl* entry)
    [all...]
simple_backend_impl.h 33 // SimpleBackendImpl is a new cache backend that stores entries in individual
43 class NET_EXPORT_PRIVATE SimpleBackendImpl : public Backend,
45 public base::SupportsWeakPtr<SimpleBackendImpl> {
47 SimpleBackendImpl(const base::FilePath& path, int max_bytes,
52 virtual ~SimpleBackendImpl();
simple_entry_impl.h 34 class SimpleBackendImpl;
56 SimpleBackendImpl* backend,
304 const base::WeakPtr<SimpleBackendImpl> backend_;
simple_index_file_unittest.cc 300 disk_cache::SimpleBackendImpl* simple_cache =
301 new disk_cache::SimpleBackendImpl(cache_path,
simple_entry_impl.cc 131 const base::WeakPtr<SimpleBackendImpl>& backend,
167 SimpleBackendImpl* backend,
    [all...]
  /external/chromium_org/net/disk_cache/
disk_cache_test_base.h 29 class SimpleBackendImpl;
151 disk_cache::SimpleBackendImpl* simple_cache_impl_;
cache_creator.cc 90 disk_cache::SimpleBackendImpl* simple_cache =
91 new disk_cache::SimpleBackendImpl(path_, max_bytes_, type_,
disk_cache_test_base.cc 244 disk_cache::SimpleBackendImpl::FlushWorkerPoolForTesting();
254 disk_cache::SimpleBackendImpl::FlushWorkerPoolForTesting();
291 scoped_ptr<disk_cache::SimpleBackendImpl> simple_backend(
292 new disk_cache::SimpleBackendImpl(
backend_unittest.cc     [all...]
  /external/chromium_org/net/tools/disk_cache_memory_test/
disk_cache_memory_test.cc 117 SimpleBackendImpl* simple_backend =
118 static_cast<SimpleBackendImpl*>(backend.get());

Completed in 3390 milliseconds