Searched refs:background_queue_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium/net/disk_cache/
H A Dbackend_impl.cc341 : ALLOW_THIS_IN_INITIALIZER_LIST(background_queue_(this, cache_thread)),
367 : ALLOW_THIS_IN_INITIALIZER_LIST(background_queue_(this, cache_thread)),
390 background_queue_.WaitForPendingIO();
392 if (background_queue_.BackgroundIsCurrentThread()) {
396 background_queue_.background_thread()->PostTask(FROM_HERE,
426 background_queue_.Init(callback);
543 background_queue_.OpenPrevEntry(iter, prev_entry, callback);
1215 background_queue_.FlushQueue(callback);
1220 background_queue_.RunTask(task, callback);
1274 background_queue_
[all...]
H A Dbackend_impl.h102 return &background_queue_;
342 InFlightBackendIO background_queue_; // The controller of pending operations. member in class:disk_cache::BackendImpl
/external/chromium/chrome/browser/net/
H A Dpredictor.h174 std::queue<GURL> background_queue_; member in class:chrome_browser_net::Predictor::HostNameQueue
H A Dpredictor.cc721 background_queue_.push(url);
727 return rush_queue_.empty() && background_queue_.empty();
732 std::queue<GURL> *queue(rush_queue_.empty() ? &background_queue_

Completed in 120 milliseconds