Home
last modified time | relevance | path

Searched refs:BackendImpl (Results 1 – 20 of 20) sorted by relevance

/external/chromium/net/disk_cache/
Dbackend_impl.cc220 disk_cache::BackendImpl* cache_;
228 cache_ = new disk_cache::BackendImpl(path_, thread_, net_log_); in Run()
273 explicit FinalCleanup(disk_cache::BackendImpl* backend) : backend_(backend) {} in FinalCleanup()
278 disk_cache::BackendImpl* backend_;
303 return BackendImpl::CreateBackend(path, force, max_bytes, type, kNone, thread, in CreateCacheBackend()
338 BackendImpl::BackendImpl(const FilePath& path, in BackendImpl() function in disk_cache::BackendImpl
363 BackendImpl::BackendImpl(const FilePath& path, in BackendImpl() function in disk_cache::BackendImpl
389 BackendImpl::~BackendImpl() { in ~BackendImpl()
412 int BackendImpl::CreateBackend(const FilePath& full_path, bool force, in CreateBackend()
425 int BackendImpl::Init(CompletionCallback* callback) { in Init()
[all …]
Dbackend_impl.h42 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);
Dstats.h18 class BackendImpl; variable
55 bool Init(BackendImpl* backend, uint32* storage_addr);
85 BackendImpl* backend_;
Deviction.h16 class BackendImpl; variable
26 void Init(BackendImpl* backend);
72 BackendImpl* backend_;
Din_flight_backend_io.h20 class BackendImpl; variable
28 BackendIO(InFlightIO* controller, BackendImpl* backend,
113 BackendImpl* backend_;
142 InFlightBackendIO(BackendImpl* backend,
199 BackendImpl* backend_;
Ddisk_cache_test_base.cc182 TrimTask(disk_cache::BackendImpl* backend, bool deleted, bool empty) in TrimTask()
195 disk_cache::BackendImpl* backend_;
257 int rv = disk_cache::BackendImpl::CreateBackend( in InitDiskCache()
268 cache_impl_ = new disk_cache::BackendImpl(path, mask_, thread, NULL); in InitDiskCacheImpl()
270 cache_impl_ = new disk_cache::BackendImpl(path, thread, NULL); in InitDiskCacheImpl()
Drankings.h20 class BackendImpl; variable
107 bool Init(BackendImpl* backend, bool count_lists);
202 BackendImpl* backend_;
Dstats.cc72 bool LoadStats(BackendImpl* backend, Addr address, OnDiskStats* stats) { in LoadStats()
95 bool StoreStats(BackendImpl* backend, Addr address, OnDiskStats* stats) { in StoreStats()
105 bool CreateStats(BackendImpl* backend, Addr* address, OnDiskStats* stats) { in CreateStats()
125 bool Stats::Init(BackendImpl* backend, uint32* storage_addr) { in Init()
Dentry_impl.h17 class BackendImpl; variable
34 EntryImpl(BackendImpl* backend, Addr address, bool read_only);
248 BackendImpl* backend_; // Back pointer to the cache.
Ddisk_cache_test_base.h26 class BackendImpl; variable
124 disk_cache::BackendImpl* cache_impl_;
Ddisk_cache_test_util.cc96 scoped_ptr<disk_cache::BackendImpl> cache(new disk_cache::BackendImpl( in CheckCacheIntegrity()
Dbackend_unittest.cc202 int rv = disk_cache::BackendImpl::CreateBackend( in TEST_F()
267 int rv = disk_cache::BackendImpl::CreateBackend( in TEST_F()
319 int rv = disk_cache::BackendImpl::CreateBackend( in TEST_F()
356 int rv = disk_cache::BackendImpl::CreateBackend( in TEST_F()
1338 int rv = disk_cache::BackendImpl::CreateBackend( in TEST_F()
1815 scoped_ptr<disk_cache::BackendImpl> cache; in TEST_F()
1816 cache.reset(new disk_cache::BackendImpl( in TEST_F()
1934 int rv = disk_cache::BackendImpl::CreateBackend( in TEST_F()
1938 rv = disk_cache::BackendImpl::CreateBackend( in TEST_F()
2010 disk_cache::BackendImpl* backend_ = cache_impl_; // Needed be the macro. in TEST_F()
Dstress_cache.cc104 int rv = disk_cache::BackendImpl::CreateBackend( in StressTheCache()
Din_flight_backend_io.cc16 BackendIO::BackendIO(InFlightIO* controller, BackendImpl* backend, in BackendIO()
284 InFlightBackendIO::InFlightBackendIO(BackendImpl* backend, in InFlightBackendIO()
Dsparse_control.cc55 ChildrenDeleter(disk_cache::BackendImpl* backend, const std::string& name) in ChildrenDeleter()
71 base::WeakPtr<disk_cache::BackendImpl> backend_;
Dentry_impl.cc93 explicit UserBuffer(BackendImpl* backend) in UserBuffer()
132 base::WeakPtr<BackendImpl> backend_;
294 EntryImpl::EntryImpl(BackendImpl* backend, Addr address, bool read_only) in EntryImpl()
Deviction.cc72 void Eviction::Init(BackendImpl* backend) { in Init()
Drankings.cc207 bool Rankings::Init(BackendImpl* backend, bool count_lists) { in Init()
/external/chromium/net/tools/crash_cache/
Dcrash_cache.cc127 reinterpret_cast<disk_cache::BackendImpl*>(cache)->FlushQueueForTest(&cb); in FlushQueue()
258 disk_cache::BackendImpl* cache = new disk_cache::BackendImpl( in LoadOperations()
/external/chromium/net/tools/dump_cache/
Dupgrade.cc597 scoped_ptr<disk_cache::BackendImpl> cache_;
617 cache_.reset(reinterpret_cast<disk_cache::BackendImpl*>(cache)); in SlaveSM()