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

  /external/chromium/net/disk_cache/
backend_impl.cc 341 : 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);
    [all...]
backend_impl.h 102 return &background_queue_;
342 InFlightBackendIO background_queue_; // The controller of pending operations. member in class:disk_cache::BackendImpl
  /external/chromium/chrome/browser/net/
predictor.h 174 std::queue<GURL> background_queue_; member in class:chrome_browser_net::Predictor::HostNameQueue
predictor.cc 721 background_queue_.push(url);
727 return rush_queue_.empty() && background_queue_.empty();
732 std::queue<GURL> *queue(rush_queue_.empty() ? &background_queue_

Completed in 78 milliseconds