Searched refs:DoomAllEntries (Results 1 – 14 of 14) sorted by relevance
72 virtual int DoomAllEntries(CompletionCallback* callback);91 bool DoomAllEntries();
158 int MemBackendImpl::DoomAllEntries(CompletionCallback* callback) { in DoomAllEntries() function in disk_cache::MemBackendImpl159 if (DoomAllEntries()) in DoomAllEntries()233 bool MemBackendImpl::DoomAllEntries() { in DoomAllEntries() function in disk_cache::MemBackendImpl
53 void DoomAllEntries();153 void DoomAllEntries(net::CompletionCallback* callback);
100 int DiskCacheTestWithCache::DoomAllEntries() { in DoomAllEntries() function in DiskCacheTestWithCache102 int rv = cache_->DoomAllEntries(&cb); in DoomAllEntries()
75 void BackendIO::DoomAllEntries() { in DoomAllEntries() function in disk_cache::BackendIO320 void InFlightBackendIO::DoomAllEntries(CompletionCallback* callback) { in DoomAllEntries() function in disk_cache::InFlightBackendIO322 operation->DoomAllEntries(); in DoomAllEntries()
94 int DoomAllEntries();
98 virtual int DoomAllEntries(CompletionCallback* callback) = 0;
256 virtual int DoomAllEntries(CompletionCallback* callback);
815 EXPECT_EQ(net::OK, DoomAllEntries()); in BackendTrimInvalidEntry2()1842 EXPECT_EQ(net::OK, DoomAllEntries()); in BackendDoomAll()1852 EXPECT_EQ(net::OK, DoomAllEntries()); in BackendDoomAll()1868 EXPECT_EQ(net::OK, DoomAllEntries()); in BackendDoomAll()1894 EXPECT_EQ(net::OK, DoomAllEntries()); in BackendDoomAll2()
1292 int BackendImpl::DoomAllEntries(CompletionCallback* callback) { in DoomAllEntries() function in disk_cache::BackendImpl1294 background_queue_.DoomAllEntries(callback); in DoomAllEntries()
190 if (m_cacheBackend->DoomAllEntries(&m_onClearDoneCallback) == ERR_IO_PENDING) in doomAllEntries()
178 DoomAllEntries(); <--- First crash. Fix key2 dirty flag.
405 rv = cache_->DoomAllEntries(&cache_callback_); in DoClearCache()
464 virtual int DoomAllEntries(net::CompletionCallback* callback) { in DoomAllEntries() function in __anone3050a130111::MockDiskCache