HomeSort by relevance Sort by last modified time
    Searched refs:BackendImpl (Results 26 - 50 of 50) sorted by null

12

  /external/chromium_org/net/disk_cache/
cache_creator.cc 94 disk_cache::BackendImpl* new_cache =
95 new disk_cache::BackendImpl(path_, thread_.get(), net_log_);
disk_cache_test_base.cc 213 RunTaskForTest(base::Bind(&disk_cache::BackendImpl::TrimForTest,
219 RunTaskForTest(base::Bind(&disk_cache::BackendImpl::TrimDeletedListForTest,
308 cache_impl_ = new disk_cache::BackendImpl(cache_path_, mask_, runner, NULL);
310 cache_impl_ = new disk_cache::BackendImpl(cache_path_, runner, NULL);
stress_cache.cc 116 disk_cache::BackendImpl* cache =
117 new disk_cache::BackendImpl(path, mask,
backend_unittest.cc 44 scoped_ptr<disk_cache::BackendImpl> CreateExistingEntryCache(
49 scoped_ptr<disk_cache::BackendImpl> cache(new disk_cache::BackendImpl(
53 return scoped_ptr<disk_cache::BackendImpl>();
58 return scoped_ptr<disk_cache::BackendImpl>();
453 // Tests that |BackendImpl| fails to initialize with a missing file.
464 scoped_ptr<disk_cache::BackendImpl> cache(new disk_cache::BackendImpl(
    [all...]
in_flight_backend_io.cc 18 BackendIO::BackendIO(InFlightIO* controller, BackendImpl* backend,
330 InFlightBackendIO::InFlightBackendIO(BackendImpl* backend,
entry_impl.cc 94 explicit UserBuffer(BackendImpl* backend)
133 base::WeakPtr<BackendImpl> backend_;
295 EntryImpl::EntryImpl(BackendImpl* backend, Addr address, bool read_only)
680 void EntryImpl::OnEntryCreated(BackendImpl* backend) {
    [all...]
sparse_control.cc 56 ChildrenDeleter(disk_cache::BackendImpl* backend, const std::string& name)
72 base::WeakPtr<disk_cache::BackendImpl> backend_;
eviction.cc 80 void Eviction::Init(BackendImpl* backend) {
rankings.cc 216 bool Rankings::Init(BackendImpl* backend, bool count_lists) {
  /external/chromium/net/disk_cache/
entry_impl.h 17 class BackendImpl;
34 EntryImpl(BackendImpl* backend, Addr address, bool read_only);
248 BackendImpl* backend_; // Back pointer to the cache.
stress_cache.cc 17 // void BackendImpl::CriticalError(int error) {
20 // void BackendImpl::ReportError(int error) {
104 int rv = disk_cache::BackendImpl::CreateBackend(
backend_unittest.cc 202 int rv = disk_cache::BackendImpl::CreateBackend(
267 int rv = disk_cache::BackendImpl::CreateBackend(
319 int rv = disk_cache::BackendImpl::CreateBackend(
356 int rv = disk_cache::BackendImpl::CreateBackend(
    [all...]
in_flight_backend_io.cc 16 BackendIO::BackendIO(InFlightIO* controller, BackendImpl* backend,
284 InFlightBackendIO::InFlightBackendIO(BackendImpl* backend,
sparse_control.cc 55 ChildrenDeleter(disk_cache::BackendImpl* backend, const std::string& name)
71 base::WeakPtr<disk_cache::BackendImpl> backend_;
entry_impl.cc 93 explicit UserBuffer(BackendImpl* backend)
132 base::WeakPtr<BackendImpl> backend_;
294 EntryImpl::EntryImpl(BackendImpl* backend, Addr address, bool read_only)
    [all...]
eviction.cc 72 void Eviction::Init(BackendImpl* backend) {
rankings.cc 207 bool Rankings::Init(BackendImpl* backend, bool count_lists) {
  /external/chromium_org/net/tools/crash_cache/
crash_cache.cc 133 reinterpret_cast<disk_cache::BackendImpl*>(cache)->FlushQueueForTest(
143 disk_cache::BackendImpl* backend = new disk_cache::BackendImpl(
269 disk_cache::BackendImpl* cache = new disk_cache::BackendImpl(
  /external/chromium/net/tools/crash_cache/
crash_cache.cc 127 reinterpret_cast<disk_cache::BackendImpl*>(cache)->FlushQueueForTest(&cb);
258 disk_cache::BackendImpl* cache = new disk_cache::BackendImpl(
  /external/chromium_org/net/tools/dump_cache/
simple_cache_dumper.cc 141 reinterpret_cast<disk_cache::BackendImpl*>(cache_.get())->SetUpgradeMode();
142 reinterpret_cast<disk_cache::BackendImpl*>(cache_.get())->SetFlags(
upgrade_win.cc 592 scoped_ptr<disk_cache::BackendImpl> cache_;
608 cache_.reset(reinterpret_cast<disk_cache::BackendImpl*>(cache.release()));
  /external/chromium_org/net/disk_cache/v3/
entry_impl_v3.cc 39 explicit UserBuffer(BackendImpl* backend)
78 base::WeakPtr<BackendImpl> backend_;
240 EntryImpl::EntryImpl(BackendImpl* backend, Addr address, bool read_only)
    [all...]
eviction_v3.cc 79 void Eviction::Init(BackendImpl* backend) {
sparse_control_v3.cc 56 ChildrenDeleter(disk_cache::BackendImpl* backend, const std::string& name)
72 base::WeakPtr<disk_cache::BackendImpl> backend_;
  /external/chromium/net/tools/dump_cache/
upgrade.cc 597 scoped_ptr<disk_cache::BackendImpl> cache_;
617 cache_.reset(reinterpret_cast<disk_cache::BackendImpl*>(cache));

Completed in 113 milliseconds

12