HomeSort by relevance Sort by last modified time
    Searched defs:BackendImpl (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/net/disk_cache/v3/
backend_worker.h 26 class NET_EXPORT_PRIVATE BackendImpl : public Backend {
29 BackendImpl(const base::FilePath& path, base::MessageLoopProxy* cache_thread,
55 DISALLOW_COPY_AND_ASSIGN(BackendImpl);
backend_worker.cc 106 BackendImpl::BackendImpl(const base::FilePath& path,
131 int BackendImpl::SyncInit() {
154 timer_.reset(new base::RepeatingTimer<BackendImpl>());
156 &BackendImpl::OnStatsTimer);
236 void BackendImpl::PrepareForRestart() {
255 BackendImpl::~BackendImpl() {
278 void BackendImpl::CleanupCache() {
303 base::FilePath BackendImpl::GetFileName(Addr address) const
    [all...]
backend_impl_v3.h 42 class NET_EXPORT_PRIVATE BackendImpl : public Backend {
45 BackendImpl(const base::FilePath& path, base::MessageLoopProxy* cache_thread,
48 BackendImpl(const base::FilePath& path, uint32 mask,
50 virtual ~BackendImpl();
129 base::WeakPtr<BackendImpl> GetWeakPtr();
276 scoped_ptr<base::RepeatingTimer<BackendImpl> > timer_; // Usage timer.
278 base::WeakPtrFactory<BackendImpl> ptr_factory_;
280 DISALLOW_COPY_AND_ASSIGN(BackendImpl);
backend_impl_v3.cc 81 BackendImpl::BackendImpl(const base::FilePath& path,
106 BackendImpl::BackendImpl(const base::FilePath& path,
132 BackendImpl::~BackendImpl() {
155 int BackendImpl::Init(const CompletionCallback& callback) {
162 int BackendImpl::OpenPrevEntry(void** iter, Entry** prev_entry,
169 bool BackendImpl::SetMaxSize(int max_bytes) {
187 void BackendImpl::SetType(net::CacheType type)
    [all...]
  /external/chromium/net/disk_cache/
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);
backend_impl.cc 220 disk_cache::BackendImpl* cache_;
228 cache_ = new disk_cache::BackendImpl(path_, thread_, net_log_);
273 explicit FinalCleanup(disk_cache::BackendImpl* backend) : backend_(backend) {}
278 disk_cache::BackendImpl* backend_;
303 return BackendImpl::CreateBackend(path, force, max_bytes, type, kNone, thread,
338 BackendImpl::BackendImpl(const FilePath& path,
363 BackendImpl::BackendImpl(const FilePath& path,
389 BackendImpl::~BackendImpl()
    [all...]
  /external/chromium_org/net/disk_cache/
backend_impl.h 44 class NET_EXPORT_PRIVATE BackendImpl : public Backend {
47 BackendImpl(const base::FilePath& path, base::MessageLoopProxy* cache_thread,
50 BackendImpl(const base::FilePath& path, uint32 mask,
52 virtual ~BackendImpl();
188 base::WeakPtr<BackendImpl> GetWeakPtr();
387 scoped_ptr<base::RepeatingTimer<BackendImpl> > timer_; // Usage timer.
390 base::WeakPtrFactory<BackendImpl> ptr_factory_;
392 DISALLOW_COPY_AND_ASSIGN(BackendImpl);
backend_impl.cc 101 void FinalCleanupCallback(disk_cache::BackendImpl* backend) {
142 BackendImpl::BackendImpl(const base::FilePath& path,
167 BackendImpl::BackendImpl(const base::FilePath& path,
193 BackendImpl::~BackendImpl() {
216 int BackendImpl::Init(const CompletionCallback& callback) {
221 int BackendImpl::SyncInit() {
244 timer_.reset(new base::RepeatingTimer<BackendImpl>());
    [all...]

Completed in 339 milliseconds