/external/chromium/net/disk_cache/ |
D | backend_impl.cc | 220 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 …]
|
D | 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);
|
D | stats.h | 18 class BackendImpl; variable 55 bool Init(BackendImpl* backend, uint32* storage_addr); 85 BackendImpl* backend_;
|
D | eviction.h | 16 class BackendImpl; variable 26 void Init(BackendImpl* backend); 72 BackendImpl* backend_;
|
D | in_flight_backend_io.h | 20 class BackendImpl; variable 28 BackendIO(InFlightIO* controller, BackendImpl* backend, 113 BackendImpl* backend_; 142 InFlightBackendIO(BackendImpl* backend, 199 BackendImpl* backend_;
|
D | disk_cache_test_base.cc | 182 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()
|
D | rankings.h | 20 class BackendImpl; variable 107 bool Init(BackendImpl* backend, bool count_lists); 202 BackendImpl* backend_;
|
D | stats.cc | 72 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()
|
D | entry_impl.h | 17 class BackendImpl; variable 34 EntryImpl(BackendImpl* backend, Addr address, bool read_only); 248 BackendImpl* backend_; // Back pointer to the cache.
|
D | disk_cache_test_base.h | 26 class BackendImpl; variable 124 disk_cache::BackendImpl* cache_impl_;
|
D | disk_cache_test_util.cc | 96 scoped_ptr<disk_cache::BackendImpl> cache(new disk_cache::BackendImpl( in CheckCacheIntegrity()
|
D | backend_unittest.cc | 202 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()
|
D | stress_cache.cc | 104 int rv = disk_cache::BackendImpl::CreateBackend( in StressTheCache()
|
D | in_flight_backend_io.cc | 16 BackendIO::BackendIO(InFlightIO* controller, BackendImpl* backend, in BackendIO() 284 InFlightBackendIO::InFlightBackendIO(BackendImpl* backend, in InFlightBackendIO()
|
D | sparse_control.cc | 55 ChildrenDeleter(disk_cache::BackendImpl* backend, const std::string& name) in ChildrenDeleter() 71 base::WeakPtr<disk_cache::BackendImpl> backend_;
|
D | entry_impl.cc | 93 explicit UserBuffer(BackendImpl* backend) in UserBuffer() 132 base::WeakPtr<BackendImpl> backend_; 294 EntryImpl::EntryImpl(BackendImpl* backend, Addr address, bool read_only) in EntryImpl()
|
D | eviction.cc | 72 void Eviction::Init(BackendImpl* backend) { in Init()
|
D | rankings.cc | 207 bool Rankings::Init(BackendImpl* backend, bool count_lists) { in Init()
|
/external/chromium/net/tools/crash_cache/ |
D | crash_cache.cc | 127 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/ |
D | upgrade.cc | 597 scoped_ptr<disk_cache::BackendImpl> cache_; 617 cache_.reset(reinterpret_cast<disk_cache::BackendImpl*>(cache)); in SlaveSM()
|