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

  /external/chromium_org/net/disk_cache/blockfile/
entry_impl_v3.cc 458 if (background_queue_)
459 background_queue_->DoomEntryImpl(this);
471 if (background_queue_)
472 background_queue_->CloseEntryImpl(this);
541 if (!background_queue_)
544 background_queue_->ReadData(this, index, offset, buf, buf_len, callback);
578 if (!background_queue_)
581 background_queue_->WriteData(this, index, offset, buf, buf_len, truncate,
611 if (!background_queue_)
614 background_queue_->ReadSparseData(this, offset, buf, buf_len, callback)
    [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...]
backend_worker_v3.cc 232 background_queue_.WaitForPendingIO();
236 background_queue_.DropPendingIO();
239 if (background_queue_.BackgroundIsCurrentThread()) {
243 background_queue_.background_thread()->PostTask(
entry_impl.cc 685 background_queue_ = backend->GetBackgroundQueue();
753 if (background_queue_.get())
754 background_queue_->DoomEntryImpl(this);
758 if (background_queue_.get())
759 background_queue_->CloseEntryImpl(this);
828 if (!background_queue_.get())
831 background_queue_->ReadData(this, index, offset, buf, buf_len, callback);
847 if (!background_queue_.get())
850 background_queue_->WriteData(this, index, offset, buf, buf_len, truncate,
860 if (!background_queue_.get()
    [all...]
backend_impl.h 364 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
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...]
  /external/chromium_org/chrome/browser/net/
predictor.h 347 std::queue<GURL> background_queue_; member in class:chrome_browser_net::Predictor::HostNameQueue
predictor.cc     [all...]

Completed in 480 milliseconds