/external/chromium_org/net/disk_cache/blockfile/ |
D | backend_impl.cc | 103 void FinalCleanupCallback(disk_cache::BackendImpl* backend) { in FinalCleanupCallback() 113 BackendImpl::BackendImpl( in BackendImpl() function in disk_cache::BackendImpl 139 BackendImpl::BackendImpl( in BackendImpl() function in disk_cache::BackendImpl 166 BackendImpl::~BackendImpl() { in ~BackendImpl() 189 int BackendImpl::Init(const CompletionCallback& callback) { in Init() 194 int BackendImpl::SyncInit() { in SyncInit() 296 timer_.reset(new base::RepeatingTimer<BackendImpl>()); in SyncInit() 298 &BackendImpl::OnStatsTimer); in SyncInit() 304 void BackendImpl::CleanupCache() { in CleanupCache() 331 int BackendImpl::SyncOpenEntry(const std::string& key, Entry** entry) { in SyncOpenEntry() [all …]
|
D | backend_worker_v3.cc | 104 int BackendImpl::SyncInit() { in SyncInit() 127 timer_.reset(new base::RepeatingTimer<BackendImpl>()); in SyncInit() 129 &BackendImpl::OnStatsTimer); in SyncInit() 209 void BackendImpl::PrepareForRestart() { in PrepareForRestart() 228 BackendImpl::~BackendImpl() { in ~BackendImpl() 251 void BackendImpl::CleanupCache() { in CleanupCache() 276 base::FilePath BackendImpl::GetFileName(Addr address) const { in GetFileName() 288 bool BackendImpl::CreateBackingStore(disk_cache::File* file) { in CreateBackingStore() 306 bool BackendImpl::InitBackingStore(bool* file_created) { in InitBackingStore() 347 void BackendImpl::ReportError(int error) { in ReportError() [all …]
|
D | backend_impl.h | 49 class NET_EXPORT_PRIVATE BackendImpl : public Backend { 52 BackendImpl(const base::FilePath& path, 56 BackendImpl(const base::FilePath& path, 60 virtual ~BackendImpl(); 190 base::WeakPtr<BackendImpl> GetWeakPtr(); 252 base::RepeatingTimer<BackendImpl>* GetTimerForTest(); 396 scoped_ptr<base::RepeatingTimer<BackendImpl> > timer_; // Usage timer. 399 base::WeakPtrFactory<BackendImpl> ptr_factory_; 401 DISALLOW_COPY_AND_ASSIGN(BackendImpl);
|
D | eviction.h | 14 class BackendImpl; variable 25 void Init(BackendImpl* backend); 72 BackendImpl* backend_;
|
D | in_flight_backend_io.h | 21 class BackendImpl; variable 29 BackendIO(InFlightIO* controller, BackendImpl* backend, 121 BackendImpl* backend_; 150 BackendImpl* backend, 213 BackendImpl* backend_;
|
D | entry_impl.h | 17 class BackendImpl; variable 41 EntryImpl(BackendImpl* backend, Addr address, bool read_only); 129 void OnEntryCreated(BackendImpl* backend); 259 base::WeakPtr<BackendImpl> backend_; // Back pointer to the cache.
|
D | rankings.h | 19 class BackendImpl; variable 108 bool Init(BackendImpl* backend, bool count_lists); 205 BackendImpl* backend_;
|
D | stress_cache.cc | 116 disk_cache::BackendImpl* cache = in StressTheCache() 117 new disk_cache::BackendImpl(path, mask, in StressTheCache()
|
D | in_flight_backend_io.cc | 22 BackendIO::BackendIO(InFlightIO* controller, BackendImpl* backend, in BackendIO() 326 BackendImpl* backend, in InFlightBackendIO()
|
D | sparse_control_v3.cc | 56 ChildrenDeleter(disk_cache::BackendImpl* backend, const std::string& name) in ChildrenDeleter() 72 base::WeakPtr<disk_cache::BackendImpl> backend_;
|
D | sparse_control.cc | 56 ChildrenDeleter(disk_cache::BackendImpl* backend, const std::string& name) in ChildrenDeleter() 72 base::WeakPtr<disk_cache::BackendImpl> backend_;
|
D | entry_impl.cc | 97 explicit UserBuffer(BackendImpl* backend) in UserBuffer() 136 base::WeakPtr<BackendImpl> backend_; 298 EntryImpl::EntryImpl(BackendImpl* backend, Addr address, bool read_only) in EntryImpl() 683 void EntryImpl::OnEntryCreated(BackendImpl* backend) { in OnEntryCreated()
|
D | eviction.cc | 84 void Eviction::Init(BackendImpl* backend) { in Init()
|
D | rankings.cc | 221 bool Rankings::Init(BackendImpl* backend, bool count_lists) { in Init()
|
D | backend_impl_v3.cc | 989 FROM_HERE, base::Bind(&BackendImpl::RestartCache, GetWeakPtr(), true)); in DecreaseNumRefs()
|
/external/chromium_org/net/tools/crash_cache/ |
D | crash_cache.cc | 133 reinterpret_cast<disk_cache::BackendImpl*>(cache)->FlushQueueForTest( in FlushQueue() 143 disk_cache::BackendImpl* backend = new disk_cache::BackendImpl( in CreateCache() 269 disk_cache::BackendImpl* cache = new disk_cache::BackendImpl( in LoadOperations()
|
/external/chromium_org/net/disk_cache/ |
D | disk_cache_test_util.cc | 64 scoped_ptr<disk_cache::BackendImpl> cache(new disk_cache::BackendImpl( in CheckCacheIntegrity()
|
D | disk_cache_test_base.cc | 227 RunTaskForTest(base::Bind(&disk_cache::BackendImpl::TrimForTest, in TrimForTest() 233 RunTaskForTest(base::Bind(&disk_cache::BackendImpl::TrimDeletedListForTest, in TrimDeletedListForTest() 322 cache_impl_ = new disk_cache::BackendImpl(cache_path_, mask_, runner, NULL); in CreateBackend() 324 cache_impl_ = new disk_cache::BackendImpl(cache_path_, runner, NULL); in CreateBackend()
|
D | disk_cache_test_base.h | 27 class BackendImpl; variable 162 disk_cache::BackendImpl* cache_impl_;
|
D | cache_creator.cc | 109 disk_cache::BackendImpl* new_cache = in Run() 110 new disk_cache::BackendImpl(path_, thread_, net_log_); in Run()
|
D | backend_unittest.cc | 47 scoped_ptr<disk_cache::BackendImpl> CreateExistingEntryCache( in CreateExistingEntryCache() 52 scoped_ptr<disk_cache::BackendImpl> cache(new disk_cache::BackendImpl( in CreateExistingEntryCache() 56 return scoped_ptr<disk_cache::BackendImpl>(); in CreateExistingEntryCache() 61 return scoped_ptr<disk_cache::BackendImpl>(); in CreateExistingEntryCache() 467 scoped_ptr<disk_cache::BackendImpl> cache(new disk_cache::BackendImpl( in TEST_F() 1835 scoped_ptr<disk_cache::BackendImpl> cache(new disk_cache::BackendImpl( in TEST_F() 1861 scoped_ptr<disk_cache::BackendImpl> cache = in TEST_F() 1900 scoped_ptr<disk_cache::BackendImpl> cache = in TEST_F() 1908 cache.reset(new disk_cache::BackendImpl( in TEST_F() 1936 scoped_ptr<disk_cache::BackendImpl> cache = in TEST_F() [all …]
|
/external/chromium_org/base/threading/ |
D | thread_restrictions.h | 57 class BackendImpl; variable 220 friend class disk_cache::BackendImpl; // http://crbug.com/74623
|
/external/chromium_org/net/tools/dump_cache/ |
D | simple_cache_dumper.cc | 140 reinterpret_cast<disk_cache::BackendImpl*>(cache_.get())->SetUpgradeMode(); in DoCreateCacheComplete() 141 reinterpret_cast<disk_cache::BackendImpl*>(cache_.get())->SetFlags( in DoCreateCacheComplete()
|
/external/chromium_org/tools/valgrind/drmemory/ |
D | suppressions_full.txt | 1408 *!disk_cache::BackendImpl::CreateEntryImpl 1413 *!disk_cache::BackendImpl::NewEntry 1415 # One more disk_cache::BackendImpl leak. See also http://crbug.com/87500.
|
D | suppressions.txt | 540 *!disk_cache::BackendImpl::SyncInit
|