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

  /external/chromium/net/disk_cache/
backend_impl.cc 220 disk_cache::BackendImpl* cache_;
228 cache_ = new disk_cache::BackendImpl(path_, thread_, net_log_);
273 explicit FinalCleanup(disk_cache::BackendImpl* backend) : backend_(backend) {}
278 disk_cache::BackendImpl* backend_;
303 return BackendImpl::CreateBackend(path, force, max_bytes, type, kNone, thread,
338 BackendImpl::BackendImpl(const FilePath& path,
363 BackendImpl::BackendImpl(const FilePath& path,
389 BackendImpl::~BackendImpl()
    [all...]
eviction.h 16 class BackendImpl;
20 // integrated with BackendImpl.
26 void Init(BackendImpl* backend);
72 BackendImpl* backend_;
stats.h 18 class BackendImpl;
55 bool Init(BackendImpl* backend, uint32* storage_addr);
85 BackendImpl* backend_;
backend_impl.h 42 class BackendImpl : public Backend {
45 BackendImpl(const FilePath& path, base::MessageLoopProxy* cache_thread,
48 BackendImpl(const FilePath& path, uint32 mask,
50 ~BackendImpl();
182 base::WeakPtr<BackendImpl> GetWeakPtr();
374 base::RepeatingTimer<BackendImpl> timer_; // Usage timer.
377 ScopedRunnableMethodFactory<BackendImpl> factory_;
378 base::WeakPtrFactory<BackendImpl> ptr_factory_;
380 DISALLOW_COPY_AND_ASSIGN(BackendImpl);
disk_cache_test_base.h 26 class BackendImpl;
124 disk_cache::BackendImpl* cache_impl_;
in_flight_backend_io.h 20 class BackendImpl;
28 BackendIO(InFlightIO* controller, BackendImpl* backend,
113 BackendImpl* backend_;
142 InFlightBackendIO(BackendImpl* backend,
199 BackendImpl* backend_;
rankings.h 20 class BackendImpl;
107 bool Init(BackendImpl* backend, bool count_lists);
202 BackendImpl* backend_;
stats.cc 72 bool LoadStats(BackendImpl* backend, Addr address, OnDiskStats* stats) {
95 bool StoreStats(BackendImpl* backend, Addr address, OnDiskStats* stats) {
105 bool CreateStats(BackendImpl* backend, Addr* address, OnDiskStats* stats) {
125 bool Stats::Init(BackendImpl* backend, uint32* storage_addr) {
disk_cache_test_base.cc 182 TrimTask(disk_cache::BackendImpl* backend, bool deleted, bool empty)
195 disk_cache::BackendImpl* backend_;
257 int rv = disk_cache::BackendImpl::CreateBackend(
268 cache_impl_ = new disk_cache::BackendImpl(path, mask_, thread, NULL);
270 cache_impl_ = new disk_cache::BackendImpl(path, thread, NULL);
disk_cache_test_util.cc 96 scoped_ptr<disk_cache::BackendImpl> cache(new disk_cache::BackendImpl(
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/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/net/tools/dump_cache/
upgrade.cc 597 scoped_ptr<disk_cache::BackendImpl> cache_;
617 cache_.reset(reinterpret_cast<disk_cache::BackendImpl*>(cache));

Completed in 170 milliseconds