Searched defs:BackendImpl (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/disk_cache/
H A Dbackend_impl.h42 class BackendImpl : public Backend { class in namespace:disk_cache
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);
H A Dbackend_impl.cc220 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, function in class:disk_cache::BackendImpl
363 BackendImpl::BackendImpl(const FilePath& path, function in class:disk_cache::BackendImpl
389 BackendImpl
[all...]

Completed in 39 milliseconds