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

  /external/chromium_org/net/disk_cache/blockfile/
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);
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...]

Completed in 338 milliseconds