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

  /external/chromium_org/net/disk_cache/blockfile/
backend_impl.cc 35 // Provide a BackendImpl object to macros from histogram_macros.h.
103 void FinalCleanupCallback(disk_cache::BackendImpl* backend) {
113 BackendImpl::BackendImpl(
139 BackendImpl::BackendImpl(
166 BackendImpl::~BackendImpl() {
189 int BackendImpl::Init(const CompletionCallback& callback) {
194 int BackendImpl::SyncInit()
    [all...]
eviction.h 14 class BackendImpl;
19 // integrated with BackendImpl.
25 void Init(BackendImpl* backend);
72 BackendImpl* backend_;
backend_worker_v3.cc 104 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::InitBackingStore(bool* file_created)
    [all...]
backend_impl.h 49 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);
in_flight_backend_io.h 21 class BackendImpl;
29 BackendIO(InFlightIO* controller, BackendImpl* backend,
121 BackendImpl* backend_;
150 BackendImpl* backend,
213 BackendImpl* backend_;
rankings.h 19 class BackendImpl;
108 bool Init(BackendImpl* backend, bool count_lists);
205 BackendImpl* backend_;
entry_impl.h 17 class BackendImpl;
41 EntryImpl(BackendImpl* backend, Addr address, bool read_only);
129 void OnEntryCreated(BackendImpl* backend);
259 base::WeakPtr<BackendImpl> backend_; // Back pointer to the cache.
stress_cache.cc 116 disk_cache::BackendImpl* cache =
117 new disk_cache::BackendImpl(path, mask,
in_flight_backend_io.cc 17 // Provide a BackendImpl object to macros from histogram_macros.h.
22 BackendIO::BackendIO(InFlightIO* controller, BackendImpl* backend,
326 BackendImpl* backend,
entry_impl.cc 21 // Provide a BackendImpl object to macros from histogram_macros.h.
97 explicit UserBuffer(BackendImpl* backend)
136 base::WeakPtr<BackendImpl> backend_;
298 EntryImpl::EntryImpl(BackendImpl* backend, Addr address, bool read_only)
683 void EntryImpl::OnEntryCreated(BackendImpl* backend) {
    [all...]
sparse_control.cc 56 ChildrenDeleter(disk_cache::BackendImpl* backend, const std::string& name)
72 base::WeakPtr<disk_cache::BackendImpl> backend_;
sparse_control_v3.cc 56 ChildrenDeleter(disk_cache::BackendImpl* backend, const std::string& name)
72 base::WeakPtr<disk_cache::BackendImpl> backend_;
eviction.cc 45 // Provide a BackendImpl object to macros from histogram_macros.h.
84 void Eviction::Init(BackendImpl* backend) {
rankings.cc 15 // Provide a BackendImpl object to macros from histogram_macros.h.
221 bool Rankings::Init(BackendImpl* backend, bool count_lists) {
backend_impl_v3.cc 34 // Provide a BackendImpl object to macros from histogram_macros.h.
989 FROM_HERE, base::Bind(&BackendImpl::RestartCache, GetWeakPtr(), true));
    [all...]
  /external/chromium_org/base/threading/
thread_restrictions.h 57 class BackendImpl;
220 friend class disk_cache::BackendImpl; // http://crbug.com/74623
  /external/chromium_org/net/disk_cache/
disk_cache_test_base.h 27 class BackendImpl;
162 disk_cache::BackendImpl* cache_impl_;
disk_cache_test_util.cc 64 scoped_ptr<disk_cache::BackendImpl> cache(new disk_cache::BackendImpl(
cache_creator.cc 109 disk_cache::BackendImpl* new_cache =
110 new disk_cache::BackendImpl(path_, thread_, net_log_);
disk_cache_test_base.cc 227 RunTaskForTest(base::Bind(&disk_cache::BackendImpl::TrimForTest,
233 RunTaskForTest(base::Bind(&disk_cache::BackendImpl::TrimDeletedListForTest,
322 cache_impl_ = new disk_cache::BackendImpl(cache_path_, mask_, runner, NULL);
324 cache_impl_ = new disk_cache::BackendImpl(cache_path_, runner, NULL);
backend_unittest.cc 38 // Provide a BackendImpl object to macros from histogram_macros.h.
47 scoped_ptr<disk_cache::BackendImpl> CreateExistingEntryCache(
52 scoped_ptr<disk_cache::BackendImpl> cache(new disk_cache::BackendImpl(
56 return scoped_ptr<disk_cache::BackendImpl>();
61 return scoped_ptr<disk_cache::BackendImpl>();
456 // Tests that |BackendImpl| fails to initialize with a missing file.
467 scoped_ptr<disk_cache::BackendImpl> cache(new disk_cache::BackendImpl(
    [all...]
  /external/chromium_org/net/tools/crash_cache/
crash_cache.cc 133 reinterpret_cast<disk_cache::BackendImpl*>(cache)->FlushQueueForTest(
143 disk_cache::BackendImpl* backend = new disk_cache::BackendImpl(
269 disk_cache::BackendImpl* cache = new disk_cache::BackendImpl(
  /external/chromium_org/net/tools/dump_cache/
simple_cache_dumper.cc 140 reinterpret_cast<disk_cache::BackendImpl*>(cache_.get())->SetUpgradeMode();
141 reinterpret_cast<disk_cache::BackendImpl*>(cache_.get())->SetFlags(

Completed in 1357 milliseconds