BackendImpl 58 base/threading/thread_restrictions.h class BackendImpl; BackendImpl 212 base/threading/thread_restrictions.h friend class disk_cache::BackendImpl; // http://crbug.com/74623 BackendImpl 47 net/disk_cache/backend_unittest.cc scoped_ptr<disk_cache::BackendImpl> CreateExistingEntryCache( BackendImpl 52 net/disk_cache/backend_unittest.cc scoped_ptr<disk_cache::BackendImpl> cache(new disk_cache::BackendImpl( BackendImpl 56 net/disk_cache/backend_unittest.cc return scoped_ptr<disk_cache::BackendImpl>(); BackendImpl 61 net/disk_cache/backend_unittest.cc return scoped_ptr<disk_cache::BackendImpl>(); BackendImpl 467 net/disk_cache/backend_unittest.cc scoped_ptr<disk_cache::BackendImpl> cache(new disk_cache::BackendImpl( BackendImpl 1826 net/disk_cache/backend_unittest.cc scoped_ptr<disk_cache::BackendImpl> cache(new disk_cache::BackendImpl( BackendImpl 1852 net/disk_cache/backend_unittest.cc scoped_ptr<disk_cache::BackendImpl> cache = BackendImpl 1892 net/disk_cache/backend_unittest.cc scoped_ptr<disk_cache::BackendImpl> cache = BackendImpl 1900 net/disk_cache/backend_unittest.cc cache.reset(new disk_cache::BackendImpl( BackendImpl 1928 net/disk_cache/backend_unittest.cc scoped_ptr<disk_cache::BackendImpl> cache = BackendImpl 1941 net/disk_cache/backend_unittest.cc scoped_ptr<disk_cache::BackendImpl> cache(new disk_cache::BackendImpl( BackendImpl 2733 net/disk_cache/backend_unittest.cc scoped_ptr<disk_cache::BackendImpl> cache; BackendImpl 2734 net/disk_cache/backend_unittest.cc cache.reset(new disk_cache::BackendImpl( BackendImpl 2748 net/disk_cache/backend_unittest.cc scoped_ptr<disk_cache::BackendImpl> cache; BackendImpl 2749 net/disk_cache/backend_unittest.cc cache.reset(new disk_cache::BackendImpl( BackendImpl 2988 net/disk_cache/backend_unittest.cc disk_cache::BackendImpl* backend_ = cache_impl_; // Needed be the macro. BackendImpl 3387 net/disk_cache/backend_unittest.cc disk_cache::BackendImpl* cache = new disk_cache::BackendImpl( BackendImpl 101 net/disk_cache/blockfile/backend_impl.cc void FinalCleanupCallback(disk_cache::BackendImpl* backend) { BackendImpl 111 net/disk_cache/blockfile/backend_impl.cc BackendImpl::BackendImpl(const base::FilePath& path, BackendImpl 136 net/disk_cache/blockfile/backend_impl.cc BackendImpl::BackendImpl(const base::FilePath& path, BackendImpl 162 net/disk_cache/blockfile/backend_impl.cc BackendImpl::~BackendImpl() { BackendImpl 185 net/disk_cache/blockfile/backend_impl.cc int BackendImpl::Init(const CompletionCallback& callback) { BackendImpl 190 net/disk_cache/blockfile/backend_impl.cc int BackendImpl::SyncInit() { BackendImpl 292 net/disk_cache/blockfile/backend_impl.cc timer_.reset(new base::RepeatingTimer<BackendImpl>()); BackendImpl 294 net/disk_cache/blockfile/backend_impl.cc &BackendImpl::OnStatsTimer); BackendImpl 300 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::CleanupCache() { BackendImpl 327 net/disk_cache/blockfile/backend_impl.cc int BackendImpl::OpenPrevEntry(void** iter, Entry** prev_entry, BackendImpl 334 net/disk_cache/blockfile/backend_impl.cc int BackendImpl::SyncOpenEntry(const std::string& key, Entry** entry) { BackendImpl 340 net/disk_cache/blockfile/backend_impl.cc int BackendImpl::SyncCreateEntry(const std::string& key, Entry** entry) { BackendImpl 346 net/disk_cache/blockfile/backend_impl.cc int BackendImpl::SyncDoomEntry(const std::string& key) { BackendImpl 359 net/disk_cache/blockfile/backend_impl.cc int BackendImpl::SyncDoomAllEntries() { BackendImpl 375 net/disk_cache/blockfile/backend_impl.cc int BackendImpl::SyncDoomEntriesBetween(const base::Time initial_time, BackendImpl 414 net/disk_cache/blockfile/backend_impl.cc int BackendImpl::SyncDoomEntriesSince(const base::Time initial_time) { BackendImpl 438 net/disk_cache/blockfile/backend_impl.cc int BackendImpl::SyncOpenNextEntry(void** iter, Entry** next_entry) { BackendImpl 443 net/disk_cache/blockfile/backend_impl.cc int BackendImpl::SyncOpenPrevEntry(void** iter, Entry** prev_entry) { BackendImpl 448 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::SyncEndEnumeration(void* iter) { BackendImpl 453 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::SyncOnExternalCacheHit(const std::string& key) { BackendImpl 468 net/disk_cache/blockfile/backend_impl.cc EntryImpl* BackendImpl::OpenEntryImpl(const std::string& key) { BackendImpl 512 net/disk_cache/blockfile/backend_impl.cc EntryImpl* BackendImpl::CreateEntryImpl(const std::string& key) { BackendImpl 611 net/disk_cache/blockfile/backend_impl.cc EntryImpl* BackendImpl::OpenNextEntryImpl(void** iter) { BackendImpl 615 net/disk_cache/blockfile/backend_impl.cc EntryImpl* BackendImpl::OpenPrevEntryImpl(void** iter) { BackendImpl 619 net/disk_cache/blockfile/backend_impl.cc bool BackendImpl::SetMaxSize(int max_bytes) { BackendImpl 637 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::SetType(net::CacheType type) { BackendImpl 642 net/disk_cache/blockfile/backend_impl.cc base::FilePath BackendImpl::GetFileName(Addr address) const { BackendImpl 652 net/disk_cache/blockfile/backend_impl.cc MappedFile* BackendImpl::File(Addr address) { BackendImpl 658 net/disk_cache/blockfile/backend_impl.cc base::WeakPtr<InFlightBackendIO> BackendImpl::GetBackgroundQueue() { BackendImpl 662 net/disk_cache/blockfile/backend_impl.cc bool BackendImpl::CreateExternalFile(Addr* address) { BackendImpl 697 net/disk_cache/blockfile/backend_impl.cc bool BackendImpl::CreateBlock(FileType block_type, int block_count, BackendImpl 702 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::DeleteBlock(Addr block_address, bool deep) { BackendImpl 706 net/disk_cache/blockfile/backend_impl.cc LruData* BackendImpl::GetLruData() { BackendImpl 710 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::UpdateRank(EntryImpl* entry, bool modified) { BackendImpl 716 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::RecoveredEntry(CacheRankingsBlock* rankings) { BackendImpl 735 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::InternalDoomEntry(EntryImpl* entry) { BackendImpl 767 net/disk_cache/blockfile/backend_impl.cc CacheAddr BackendImpl::GetNextAddr(Addr address) { BackendImpl 781 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::NotLinked(EntryImpl* entry) { BackendImpl 799 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::RemoveEntry(EntryImpl* entry) { BackendImpl 813 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::OnEntryDestroyBegin(Addr address) { BackendImpl 819 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::OnEntryDestroyEnd() { BackendImpl 826 net/disk_cache/blockfile/backend_impl.cc EntryImpl* BackendImpl::GetOpenEntry(CacheRankingsBlock* rankings) const { BackendImpl 838 net/disk_cache/blockfile/backend_impl.cc int32 BackendImpl::GetCurrentEntryId() const { BackendImpl 842 net/disk_cache/blockfile/backend_impl.cc int BackendImpl::MaxFileSize() const { BackendImpl 846 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::ModifyStorageSize(int32 old_size, int32 new_size) { BackendImpl 860 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::TooMuchStorageRequested(int32 size) { BackendImpl 864 net/disk_cache/blockfile/backend_impl.cc bool BackendImpl::IsAllocAllowed(int current_size, int new_size) { BackendImpl 878 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::BufferDeleted(int size) { BackendImpl 883 net/disk_cache/blockfile/backend_impl.cc bool BackendImpl::IsLoaded() const { BackendImpl 891 net/disk_cache/blockfile/backend_impl.cc std::string BackendImpl::HistogramName(const char* name, int experiment) const { BackendImpl 898 net/disk_cache/blockfile/backend_impl.cc base::WeakPtr<BackendImpl> BackendImpl::GetWeakPtr() { BackendImpl 904 net/disk_cache/blockfile/backend_impl.cc bool BackendImpl::ShouldReportAgain() { BackendImpl 919 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::FirstEviction() { BackendImpl 958 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::CriticalError(int error) { BackendImpl 975 net/disk_cache/blockfile/backend_impl.cc FROM_HERE, base::Bind(&BackendImpl::RestartCache, GetWeakPtr(), true)); BackendImpl 978 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::ReportError(int error) { BackendImpl 987 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::OnEvent(Stats::Counters an_event) { BackendImpl 991 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::OnRead(int32 bytes) { BackendImpl 998 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::OnWrite(int32 bytes) { BackendImpl 1003 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::OnStatsTimer() { BackendImpl 1046 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::IncrementIoCount() { BackendImpl 1050 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::DecrementIoCount() { BackendImpl 1054 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::SetUnitTestMode() { BackendImpl 1059 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::SetUpgradeMode() { BackendImpl 1064 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::SetNewEviction() { BackendImpl 1069 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::SetFlags(uint32 flags) { BackendImpl 1073 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::ClearRefCountForTest() { BackendImpl 1077 net/disk_cache/blockfile/backend_impl.cc int BackendImpl::FlushQueueForTest(const CompletionCallback& callback) { BackendImpl 1082 net/disk_cache/blockfile/backend_impl.cc int BackendImpl::RunTaskForTest(const base::Closure& task, BackendImpl 1088 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::TrimForTest(bool empty) { BackendImpl 1093 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::TrimDeletedListForTest(bool empty) { BackendImpl 1098 net/disk_cache/blockfile/backend_impl.cc base::RepeatingTimer<BackendImpl>* BackendImpl::GetTimerForTest() { BackendImpl 1102 net/disk_cache/blockfile/backend_impl.cc int BackendImpl::SelfCheck() { BackendImpl 1126 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::FlushIndex() { BackendImpl 1133 net/disk_cache/blockfile/backend_impl.cc net::CacheType BackendImpl::GetCacheType() const { BackendImpl 1137 net/disk_cache/blockfile/backend_impl.cc int32 BackendImpl::GetEntryCount() const { BackendImpl 1152 net/disk_cache/blockfile/backend_impl.cc int BackendImpl::OpenEntry(const std::string& key, Entry** entry, BackendImpl 1159 net/disk_cache/blockfile/backend_impl.cc int BackendImpl::CreateEntry(const std::string& key, Entry** entry, BackendImpl 1166 net/disk_cache/blockfile/backend_impl.cc int BackendImpl::DoomEntry(const std::string& key, BackendImpl 1173 net/disk_cache/blockfile/backend_impl.cc int BackendImpl::DoomAllEntries(const CompletionCallback& callback) { BackendImpl 1179 net/disk_cache/blockfile/backend_impl.cc int BackendImpl::DoomEntriesBetween(const base::Time initial_time, BackendImpl 1187 net/disk_cache/blockfile/backend_impl.cc int BackendImpl::DoomEntriesSince(const base::Time initial_time, BackendImpl 1194 net/disk_cache/blockfile/backend_impl.cc int BackendImpl::OpenNextEntry(void** iter, Entry** next_entry, BackendImpl 1201 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::EndEnumeration(void** iter) { BackendImpl 1206 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::GetStats(StatsItems* stats) { BackendImpl 1235 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::OnExternalCacheHit(const std::string& key) { BackendImpl 1243 net/disk_cache/blockfile/backend_impl.cc bool BackendImpl::CreateBackingStore(disk_cache::File* file) { BackendImpl 1261 net/disk_cache/blockfile/backend_impl.cc bool BackendImpl::InitBackingStore(bool* file_created) { BackendImpl 1303 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::AdjustMaxCacheSize(int table_len) { BackendImpl 1331 net/disk_cache/blockfile/backend_impl.cc bool BackendImpl::InitStats() { BackendImpl 1371 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::StoreStats() { BackendImpl 1389 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::RestartCache(bool failure) { BackendImpl 1416 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::PrepareForRestart() { BackendImpl 1435 net/disk_cache/blockfile/backend_impl.cc int BackendImpl::NewEntry(Addr address, EntryImpl** entry) { BackendImpl 1512 net/disk_cache/blockfile/backend_impl.cc EntryImpl* BackendImpl::MatchEntry(const std::string& key, uint32 hash, BackendImpl 1615 net/disk_cache/blockfile/backend_impl.cc EntryImpl* BackendImpl::OpenFollowingEntry(bool forward, void** iter) { BackendImpl 1692 net/disk_cache/blockfile/backend_impl.cc bool BackendImpl::OpenFollowingEntryFromList(bool forward, Rankings::List list, BackendImpl 1716 net/disk_cache/blockfile/backend_impl.cc EntryImpl* BackendImpl::GetEnumeratedEntry(CacheRankingsBlock* next, BackendImpl 1760 net/disk_cache/blockfile/backend_impl.cc EntryImpl* BackendImpl::ResurrectEntry(EntryImpl* deleted_entry) { BackendImpl 1779 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::DestroyInvalidEntry(EntryImpl* entry) { BackendImpl 1793 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::AddStorageSize(int32 bytes) { BackendImpl 1798 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::SubstractStorageSize(int32 bytes) { BackendImpl 1803 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::IncreaseNumRefs() { BackendImpl 1809 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::DecreaseNumRefs() { BackendImpl 1815 net/disk_cache/blockfile/backend_impl.cc FROM_HERE, base::Bind(&BackendImpl::RestartCache, GetWeakPtr(), true)); BackendImpl 1818 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::IncreaseNumEntries() { BackendImpl 1823 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::DecreaseNumEntries() { BackendImpl 1831 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::LogStats() { BackendImpl 1839 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::ReportStats() { BackendImpl 1950 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::UpgradeTo2_1() { BackendImpl 1958 net/disk_cache/blockfile/backend_impl.cc bool BackendImpl::CheckIndex() { BackendImpl 2020 net/disk_cache/blockfile/backend_impl.cc int BackendImpl::CheckAllEntries() { BackendImpl 2063 net/disk_cache/blockfile/backend_impl.cc bool BackendImpl::CheckEntry(EntryImpl* cache_entry) { BackendImpl 2078 net/disk_cache/blockfile/backend_impl.cc int BackendImpl::MaxBuffersSize() { BackendImpl 44 net/disk_cache/blockfile/backend_impl.h class NET_EXPORT_PRIVATE BackendImpl : public Backend { BackendImpl 47 net/disk_cache/blockfile/backend_impl.h BackendImpl(const base::FilePath& path, base::MessageLoopProxy* cache_thread, BackendImpl 50 net/disk_cache/blockfile/backend_impl.h BackendImpl(const base::FilePath& path, uint32 mask, BackendImpl 52 net/disk_cache/blockfile/backend_impl.h virtual ~BackendImpl(); BackendImpl 188 net/disk_cache/blockfile/backend_impl.h base::WeakPtr<BackendImpl> GetWeakPtr(); BackendImpl 250 net/disk_cache/blockfile/backend_impl.h base::RepeatingTimer<BackendImpl>* GetTimerForTest(); BackendImpl 390 net/disk_cache/blockfile/backend_impl.h scoped_ptr<base::RepeatingTimer<BackendImpl> > timer_; // Usage timer. BackendImpl 393 net/disk_cache/blockfile/backend_impl.h base::WeakPtrFactory<BackendImpl> ptr_factory_; BackendImpl 395 net/disk_cache/blockfile/backend_impl.h DISALLOW_COPY_AND_ASSIGN(BackendImpl); BackendImpl 1066 net/disk_cache/blockfile/backend_impl_v3.cc FROM_HERE, base::Bind(&BackendImpl::RestartCache, GetWeakPtr(), true)); BackendImpl 105 net/disk_cache/blockfile/backend_worker_v3.cc int BackendImpl::SyncInit() { BackendImpl 128 net/disk_cache/blockfile/backend_worker_v3.cc timer_.reset(new base::RepeatingTimer<BackendImpl>()); BackendImpl 130 net/disk_cache/blockfile/backend_worker_v3.cc &BackendImpl::OnStatsTimer); BackendImpl 210 net/disk_cache/blockfile/backend_worker_v3.cc void BackendImpl::PrepareForRestart() { BackendImpl 229 net/disk_cache/blockfile/backend_worker_v3.cc BackendImpl::~BackendImpl() { BackendImpl 252 net/disk_cache/blockfile/backend_worker_v3.cc void BackendImpl::CleanupCache() { BackendImpl 277 net/disk_cache/blockfile/backend_worker_v3.cc base::FilePath BackendImpl::GetFileName(Addr address) const { BackendImpl 289 net/disk_cache/blockfile/backend_worker_v3.cc bool BackendImpl::CreateBackingStore(disk_cache::File* file) { BackendImpl 307 net/disk_cache/blockfile/backend_worker_v3.cc bool BackendImpl::InitBackingStore(bool* file_created) { BackendImpl 348 net/disk_cache/blockfile/backend_worker_v3.cc void BackendImpl::ReportError(int error) { BackendImpl 358 net/disk_cache/blockfile/backend_worker_v3.cc bool BackendImpl::CheckIndex() { BackendImpl 421 net/disk_cache/blockfile/backend_worker_v3.cc bool BackendImpl::InitStats() { BackendImpl 97 net/disk_cache/blockfile/entry_impl.cc explicit UserBuffer(BackendImpl* backend) BackendImpl 136 net/disk_cache/blockfile/entry_impl.cc base::WeakPtr<BackendImpl> backend_; BackendImpl 298 net/disk_cache/blockfile/entry_impl.cc EntryImpl::EntryImpl(BackendImpl* backend, Addr address, bool read_only) BackendImpl 683 net/disk_cache/blockfile/entry_impl.cc void EntryImpl::OnEntryCreated(BackendImpl* backend) { BackendImpl 17 net/disk_cache/blockfile/entry_impl.h class BackendImpl; BackendImpl 41 net/disk_cache/blockfile/entry_impl.h EntryImpl(BackendImpl* backend, Addr address, bool read_only); BackendImpl 129 net/disk_cache/blockfile/entry_impl.h void OnEntryCreated(BackendImpl* backend); BackendImpl 259 net/disk_cache/blockfile/entry_impl.h base::WeakPtr<BackendImpl> backend_; // Back pointer to the cache. BackendImpl 83 net/disk_cache/blockfile/eviction.cc void Eviction::Init(BackendImpl* backend) { BackendImpl 14 net/disk_cache/blockfile/eviction.h class BackendImpl; BackendImpl 25 net/disk_cache/blockfile/eviction.h void Init(BackendImpl* backend); BackendImpl 72 net/disk_cache/blockfile/eviction.h BackendImpl* backend_; BackendImpl 21 net/disk_cache/blockfile/in_flight_backend_io.cc BackendIO::BackendIO(InFlightIO* controller, BackendImpl* backend, BackendImpl 333 net/disk_cache/blockfile/in_flight_backend_io.cc InFlightBackendIO::InFlightBackendIO(BackendImpl* backend, BackendImpl 19 net/disk_cache/blockfile/in_flight_backend_io.h class BackendImpl; BackendImpl 27 net/disk_cache/blockfile/in_flight_backend_io.h BackendIO(InFlightIO* controller, BackendImpl* backend, BackendImpl 121 net/disk_cache/blockfile/in_flight_backend_io.h BackendImpl* backend_; BackendImpl 149 net/disk_cache/blockfile/in_flight_backend_io.h InFlightBackendIO(BackendImpl* backend, BackendImpl 214 net/disk_cache/blockfile/in_flight_backend_io.h BackendImpl* backend_; BackendImpl 219 net/disk_cache/blockfile/rankings.cc bool Rankings::Init(BackendImpl* backend, bool count_lists) { BackendImpl 19 net/disk_cache/blockfile/rankings.h class BackendImpl; BackendImpl 108 net/disk_cache/blockfile/rankings.h bool Init(BackendImpl* backend, bool count_lists); BackendImpl 205 net/disk_cache/blockfile/rankings.h BackendImpl* backend_; BackendImpl 56 net/disk_cache/blockfile/sparse_control.cc ChildrenDeleter(disk_cache::BackendImpl* backend, const std::string& name) BackendImpl 72 net/disk_cache/blockfile/sparse_control.cc base::WeakPtr<disk_cache::BackendImpl> backend_; BackendImpl 56 net/disk_cache/blockfile/sparse_control_v3.cc ChildrenDeleter(disk_cache::BackendImpl* backend, const std::string& name) BackendImpl 72 net/disk_cache/blockfile/sparse_control_v3.cc base::WeakPtr<disk_cache::BackendImpl> backend_; BackendImpl 116 net/disk_cache/blockfile/stress_cache.cc disk_cache::BackendImpl* cache = BackendImpl 117 net/disk_cache/blockfile/stress_cache.cc new disk_cache::BackendImpl(path, mask, BackendImpl 102 net/disk_cache/cache_creator.cc disk_cache::BackendImpl* new_cache = BackendImpl 103 net/disk_cache/cache_creator.cc new disk_cache::BackendImpl(path_, thread_.get(), net_log_); BackendImpl 213 net/disk_cache/disk_cache_test_base.cc RunTaskForTest(base::Bind(&disk_cache::BackendImpl::TrimForTest, BackendImpl 219 net/disk_cache/disk_cache_test_base.cc RunTaskForTest(base::Bind(&disk_cache::BackendImpl::TrimDeletedListForTest, BackendImpl 308 net/disk_cache/disk_cache_test_base.cc cache_impl_ = new disk_cache::BackendImpl(cache_path_, mask_, runner, NULL); BackendImpl 310 net/disk_cache/disk_cache_test_base.cc cache_impl_ = new disk_cache::BackendImpl(cache_path_, runner, NULL); BackendImpl 26 net/disk_cache/disk_cache_test_base.h class BackendImpl; BackendImpl 150 net/disk_cache/disk_cache_test_base.h disk_cache::BackendImpl* cache_impl_; BackendImpl 64 net/disk_cache/disk_cache_test_util.cc scoped_ptr<disk_cache::BackendImpl> cache(new disk_cache::BackendImpl( BackendImpl 133 net/tools/crash_cache/crash_cache.cc reinterpret_cast<disk_cache::BackendImpl*>(cache)->FlushQueueForTest( BackendImpl 143 net/tools/crash_cache/crash_cache.cc disk_cache::BackendImpl* backend = new disk_cache::BackendImpl( BackendImpl 269 net/tools/crash_cache/crash_cache.cc disk_cache::BackendImpl* cache = new disk_cache::BackendImpl( BackendImpl 141 net/tools/dump_cache/simple_cache_dumper.cc reinterpret_cast<disk_cache::BackendImpl*>(cache_.get())->SetUpgradeMode(); BackendImpl 142 net/tools/dump_cache/simple_cache_dumper.cc reinterpret_cast<disk_cache::BackendImpl*>(cache_.get())->SetFlags( BackendImpl 592 net/tools/dump_cache/upgrade_win.cc scoped_ptr<disk_cache::BackendImpl> cache_; BackendImpl 608 net/tools/dump_cache/upgrade_win.cc cache_.reset(reinterpret_cast<disk_cache::BackendImpl*>(cache.release()));