Home
last modified time | relevance | path

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

/external/chromium_org/net/disk_cache/blockfile/
Dbackend_impl.cc103 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 …]
Dbackend_worker_v3.cc104 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 …]
Dbackend_impl.h49 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);
Deviction.h14 class BackendImpl; variable
25 void Init(BackendImpl* backend);
72 BackendImpl* backend_;
Din_flight_backend_io.h21 class BackendImpl; variable
29 BackendIO(InFlightIO* controller, BackendImpl* backend,
121 BackendImpl* backend_;
150 BackendImpl* backend,
213 BackendImpl* backend_;
Dentry_impl.h17 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.
Drankings.h19 class BackendImpl; variable
108 bool Init(BackendImpl* backend, bool count_lists);
205 BackendImpl* backend_;
Dstress_cache.cc116 disk_cache::BackendImpl* cache = in StressTheCache()
117 new disk_cache::BackendImpl(path, mask, in StressTheCache()
Din_flight_backend_io.cc22 BackendIO::BackendIO(InFlightIO* controller, BackendImpl* backend, in BackendIO()
326 BackendImpl* backend, in InFlightBackendIO()
Dsparse_control_v3.cc56 ChildrenDeleter(disk_cache::BackendImpl* backend, const std::string& name) in ChildrenDeleter()
72 base::WeakPtr<disk_cache::BackendImpl> backend_;
Dsparse_control.cc56 ChildrenDeleter(disk_cache::BackendImpl* backend, const std::string& name) in ChildrenDeleter()
72 base::WeakPtr<disk_cache::BackendImpl> backend_;
Dentry_impl.cc97 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()
Deviction.cc84 void Eviction::Init(BackendImpl* backend) { in Init()
Drankings.cc221 bool Rankings::Init(BackendImpl* backend, bool count_lists) { in Init()
Dbackend_impl_v3.cc989 FROM_HERE, base::Bind(&BackendImpl::RestartCache, GetWeakPtr(), true)); in DecreaseNumRefs()
/external/chromium_org/net/tools/crash_cache/
Dcrash_cache.cc133 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/
Ddisk_cache_test_util.cc64 scoped_ptr<disk_cache::BackendImpl> cache(new disk_cache::BackendImpl( in CheckCacheIntegrity()
Ddisk_cache_test_base.cc227 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()
Ddisk_cache_test_base.h27 class BackendImpl; variable
162 disk_cache::BackendImpl* cache_impl_;
Dcache_creator.cc109 disk_cache::BackendImpl* new_cache = in Run()
110 new disk_cache::BackendImpl(path_, thread_, net_log_); in Run()
Dbackend_unittest.cc47 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/
Dthread_restrictions.h57 class BackendImpl; variable
220 friend class disk_cache::BackendImpl; // http://crbug.com/74623
/external/chromium_org/net/tools/dump_cache/
Dsimple_cache_dumper.cc140 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/
Dsuppressions_full.txt1408 *!disk_cache::BackendImpl::CreateEntryImpl
1413 *!disk_cache::BackendImpl::NewEntry
1415 # One more disk_cache::BackendImpl leak. See also http://crbug.com/87500.
Dsuppressions.txt540 *!disk_cache::BackendImpl::SyncInit