Searched defs:BackendImpl (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Dbackend_impl.h49 class NET_EXPORT_PRIVATE BackendImpl : public Backend { class in namespace:disk_cache
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);
H A Dbackend_worker_v3.cc104 int BackendImpl::SyncInit() {
127 timer_.reset(new base::RepeatingTimer<BackendImpl>());
129 &BackendImpl::OnStatsTimer);
209 void BackendImpl::PrepareForRestart() {
228 BackendImpl::~BackendImpl() {
251 void BackendImpl::CleanupCache() {
276 base::FilePath BackendImpl::GetFileName(Addr address) const {
288 bool BackendImpl::CreateBackingStore(disk_cache::File* file) {
306 bool BackendImpl
[all...]
H A Dbackend_impl.cc35 // Provide a BackendImpl object to macros from histogram_macros.h.
103 void FinalCleanupCallback(disk_cache::BackendImpl* backend) {
113 BackendImpl::BackendImpl( function in class:disk_cache::BackendImpl
139 BackendImpl::BackendImpl( function in class:disk_cache::BackendImpl
166 BackendImpl::~BackendImpl() {
189 int BackendImpl::Init(const CompletionCallback& callback) {
194 int BackendImpl
[all...]

Completed in 75 milliseconds