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

  /external/chromium_org/net/disk_cache/blockfile/
entry_impl.h 260 base::WeakPtr<InFlightBackendIO> background_queue_; // In-progress queue. member in class:disk_cache::EntryImpl
backend_impl.h 364 InFlightBackendIO background_queue_; // The controller of pending operations. member in class:disk_cache::BackendImpl
backend_impl_v3.cc 375 background_queue_.FlushQueue(callback);
666 : background_queue_(background_queue), data_(NULL) {
671 if (!background_queue_)
673 background_queue_->OpenNextEntry(&data_, next_entry, callback);
678 const base::WeakPtr<InFlightBackendIO> background_queue_; member in class:disk_cache::BackendImplV3::IteratorImpl
    [all...]
backend_impl.cc 117 : background_queue_(this, cache_thread),
144 : background_queue_(this, cache_thread),
170 background_queue_.WaitForPendingIO();
174 background_queue_.DropPendingIO();
177 if (background_queue_.BackgroundIsCurrentThread()) {
181 background_queue_.background_thread()->PostTask(
190 background_queue_.Init(callback);
715 return background_queue_.GetWeakPtr();
1134 background_queue_.FlushQueue(callback);
1140 background_queue_.RunTask(task, callback)
1271 const base::WeakPtr<InFlightBackendIO> background_queue_; member in class:disk_cache::BackendImpl::IteratorImpl
    [all...]
  /external/chromium_org/chrome/browser/net/
predictor.h 347 std::queue<GURL> background_queue_; member in class:chrome_browser_net::Predictor::HostNameQueue

Completed in 155 milliseconds