Home | History | Annotate | Download | only in disk_cache

Lines Matching full:backend_

18     : BackgroundIO(controller), backend_(backend), callback_(callback),
191 result_ = backend_->SyncInit();
194 result_ = backend_->SyncOpenEntry(key_, entry_ptr_);
197 result_ = backend_->SyncCreateEntry(key_, entry_ptr_);
200 result_ = backend_->SyncDoomEntry(key_);
203 result_ = backend_->SyncDoomAllEntries();
206 result_ = backend_->SyncDoomEntriesBetween(initial_time_, end_time_);
209 result_ = backend_->SyncDoomEntriesSince(initial_time_);
212 result_ = backend_->SyncOpenNextEntry(iter_ptr_, entry_ptr_);
215 result_ = backend_->SyncOpenPrevEntry(iter_ptr_, entry_ptr_);
218 backend_->SyncEndEnumeration(iter_);
286 : backend_(backend),
294 scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback));
301 scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback));
308 scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback));
315 scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback));
321 scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback));
329 scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback));
336 scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback));
343 scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback));
350 scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback));
356 scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, NULL));
362 scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, NULL));
368 scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, NULL));
374 scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback));
380 scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback));
388 scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback));
397 scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback));
405 scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback));
413 scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback));
421 scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback));
427 scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, NULL));
434 scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback));