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

  /external/chromium_org/net/disk_cache/v3/
backend_worker.cc 109 : background_queue_(this, cache_thread),
259 background_queue_.WaitForPendingIO();
263 background_queue_.DropPendingIO();
266 if (background_queue_.BackgroundIsCurrentThread()) {
270 background_queue_.background_thread()->PostTask(
entry_impl_v3.cc 447 if (background_queue_)
448 background_queue_->DoomEntryImpl(this);
460 if (background_queue_)
461 background_queue_->CloseEntryImpl(this);
530 if (!background_queue_)
533 background_queue_->ReadData(this, index, offset, buf, buf_len, callback);
567 if (!background_queue_)
570 background_queue_->WriteData(this, index, offset, buf, buf_len, truncate,
600 if (!background_queue_)
603 background_queue_->ReadSparseData(this, offset, buf, buf_len, callback)
    [all...]
entry_impl_v3.h 205 base::WeakPtr<InFlightBackendIO> background_queue_; // In-progress queue. member in class:disk_cache::EntryImpl
backend_impl_v3.cc 84 : background_queue_(this, cache_thread),
110 : background_queue_(this, cache_thread),
136 background_queue_.WaitForPendingIO();
140 background_queue_.DropPendingIO();
143 if (background_queue_.BackgroundIsCurrentThread()) {
147 background_queue_.background_thread()->PostTask(
156 background_queue_.Init(callback);
165 background_queue_.OpenPrevEntry(iter, prev_entry, callback);
450 background_queue_.FlushQueue(callback);
746 background_queue_.OpenNextEntry(iter, next_entry, callback)
    [all...]
  /external/chromium_org/net/disk_cache/
backend_impl.cc 113 : background_queue_(this, cache_thread),
139 : background_queue_(this, cache_thread),
165 background_queue_.WaitForPendingIO();
169 background_queue_.DropPendingIO();
172 if (background_queue_.BackgroundIsCurrentThread()) {
176 background_queue_.background_thread()->PostTask(
185 background_queue_.Init(callback);
324 background_queue_.OpenPrevEntry(iter, prev_entry, callback);
653 return background_queue_.GetWeakPtr();
1072 background_queue_.FlushQueue(callback)
    [all...]
entry_impl.cc 682 background_queue_ = backend->GetBackgroundQueue();
750 if (background_queue_.get())
751 background_queue_->DoomEntryImpl(this);
755 if (background_queue_.get())
756 background_queue_->CloseEntryImpl(this);
825 if (!background_queue_.get())
828 background_queue_->ReadData(this, index, offset, buf, buf_len, callback);
844 if (!background_queue_.get())
847 background_queue_->WriteData(this, index, offset, buf, buf_len, truncate,
857 if (!background_queue_.get()
    [all...]
backend_impl.h 355 InFlightBackendIO background_queue_; // The controller of pending operations. member in class:disk_cache::BackendImpl
entry_impl.h 260 base::WeakPtr<InFlightBackendIO> background_queue_; // In-progress queue. member in class:disk_cache::EntryImpl
  /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_
  /external/chromium_org/chrome/browser/net/
predictor.h 332 std::queue<GURL> background_queue_; member in class:chrome_browser_net::Predictor::HostNameQueue
predictor.cc     [all...]

Completed in 1050 milliseconds