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

  /external/chromium/net/disk_cache/
backend_impl.cc 177 return BackendImpl::CreateBackend(full_path, force, max_bytes, type, kNone);
218 Backend* BackendImpl::CreateBackend(const FilePath& full_path, bool force,
221 BackendImpl* cache = new BackendImpl(full_path);
237 cache = new BackendImpl(full_path);
249 bool BackendImpl::Init() {
267 &BackendImpl::OnStatsTimer);
323 BackendImpl::~BackendImpl() {
339 int32 BackendImpl::GetEntryCount() const
    [all...]
disk_cache_test_base.h 17 class BackendImpl;
78 disk_cache::BackendImpl* cache_impl_;
eviction.h 16 class BackendImpl;
20 // integrated with BackendImpl.
26 void Init(BackendImpl* backend);
66 BackendImpl* backend_;
stats.h 17 class BackendImpl;
53 bool Init(BackendImpl* backend, uint32* storage_addr);
83 BackendImpl* backend_;
disk_cache_test_base.cc 62 cache_ = disk_cache::BackendImpl::CreateBackend(path, force_creation_, size_,
69 cache_impl_ = new disk_cache::BackendImpl(path, mask_);
71 cache_impl_ = new disk_cache::BackendImpl(path);
backend_impl.h 35 class BackendImpl : public Backend {
38 explicit BackendImpl(const FilePath& path)
45 BackendImpl(const FilePath& path, uint32 mask)
51 ~BackendImpl();
302 base::RepeatingTimer<BackendImpl> timer_; // Usage timer.
304 ScopedRunnableMethodFactory<BackendImpl> factory_;
306 DISALLOW_EVIL_CONSTRUCTORS(BackendImpl);
entry_impl.h 15 class BackendImpl;
32 EntryImpl(BackendImpl* backend, Addr address);
182 BackendImpl* backend_; // Back pointer to the cache.
rankings.h 19 class BackendImpl;
111 bool Init(BackendImpl* backend, bool count_lists);
196 BackendImpl* backend_;
disk_cache_test_util.cc 80 scoped_ptr<disk_cache::BackendImpl> cache(new disk_cache::BackendImpl(path));
stats.cc 68 bool LoadStats(BackendImpl* backend, Addr address, OnDiskStats* stats) {
89 bool StoreStats(BackendImpl* backend, Addr address, OnDiskStats* stats) {
99 bool CreateStats(BackendImpl* backend, Addr* address, OnDiskStats* stats) {
113 bool Stats::Init(BackendImpl* backend, uint32* storage_addr) {
stress_cache.cc 80 disk_cache::BackendImpl* cache = new disk_cache::BackendImpl(path);
sparse_control.cc 53 ChildrenDeleter(disk_cache::BackendImpl* backend, const std::string& name)
69 disk_cache::BackendImpl* backend_;
eviction.cc 59 void Eviction::Init(BackendImpl* backend) {
backend_unittest.cc     [all...]
entry_impl.cc 82 EntryImpl::EntryImpl(BackendImpl* backend, Addr address)
rankings.cc 178 bool Rankings::Init(BackendImpl* backend, bool count_lists) {
  /external/chromium/net/tools/dump_cache/
cache_dumper.h 44 CacheDumper(disk_cache::BackendImpl* cache) : cache_(cache) {};
53 disk_cache::BackendImpl* cache_;
upgrade.cc 247 scoped_ptr<disk_cache::BackendImpl> cache_;
305 cache_.reset(new disk_cache::BackendImpl(FilePath::FromWStringHack(path_)));
513 cache_.reset(new disk_cache::BackendImpl(FilePath::FromWStringHack(path)));
546 scoped_ptr<disk_cache::BackendImpl> cache_;
  /external/chromium/net/tools/crash_cache/
crash_cache.cc 216 disk_cache::BackendImpl* cache =
217 new disk_cache::BackendImpl(path, 0xf);

Completed in 79 milliseconds