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

  /external/chromium/android/autofill/
url_fetcher_proxy.cc 31 std::map<URLFetcherProxy*, bool> URLFetcherProxy::pending_callbacks_; member in class:URLFetcherProxy
url_fetcher_proxy.h 83 pending_callbacks_.erase(this);
120 pending_callbacks_[this] = true;
144 if (pending_callbacks_[that]) {
167 static std::map<URLFetcherProxy*, bool> pending_callbacks_; member in class:URLFetcherProxy
  /external/chromium_org/ppapi/shared_impl/
callback_tracker.h 93 CallbackSetMap pending_callbacks_; member in class:ppapi::CallbackTracker
  /external/chromium_org/chrome/browser/net/
dns_probe_service.h 60 // Calls all |pending_callbacks_| with the |cached_result_|.
68 std::vector<ProbeCallback> pending_callbacks_; member in class:chrome_browser_net::DnsProbeService
  /external/chromium_org/content/child/indexed_db/
indexed_db_dispatcher.h 173 params.ipc_callbacks_id = pending_callbacks_.Add(callbacks.release());
236 IDMap<WebKit::WebIDBCallbacks, IDMapOwnPointer> pending_callbacks_; member in class:content::IndexedDBDispatcher
  /external/chromium_org/content/renderer/pepper/
quota_file_io.h 112 std::deque<PendingOperationBase*> pending_callbacks_; member in class:content::QuotaFileIO
  /external/chromium/chrome/browser/history/
top_sites.h 340 PendingCallbackSet pending_callbacks_; member in class:history::TopSites
  /external/chromium_org/chrome/browser/history/
top_sites_impl.h 268 PendingCallbacks pending_callbacks_; member in class:history::TopSitesImpl
top_sites_likely_impl.h 268 PendingCallbacks pending_callbacks_; member in class:history::TopSitesLikelyImpl
  /external/chromium_org/content/renderer/dom_storage/
dom_storage_cached_area_unittest.cc 29 pending_callbacks_.push_back(callback);
40 pending_callbacks_.push_back(callback);
52 pending_callbacks_.push_back(callback);
62 pending_callbacks_.push_back(callback);
82 while (!pending_callbacks_.empty())
87 ASSERT_TRUE(!pending_callbacks_.empty());
88 pending_callbacks_.front().Run(success);
89 pending_callbacks_.pop_front();
95 CallbackList pending_callbacks_; member in class:content::__anon10388::MockProxy
147 mock_proxy_->pending_callbacks_.clear()
    [all...]
dom_storage_dispatcher.cc 141 if (pending_callbacks_.empty())
143 pending_callbacks_.push_back(callback);
147 CompletionCallback callback = pending_callbacks_.front();
148 pending_callbacks_.pop_front();
149 if (pending_callbacks_.empty())
167 CallbackList pending_callbacks_; member in class:content::DomStorageDispatcher::ProxyImpl
220 pending_callbacks_.clear();
  /external/chromium_org/media/base/
pipeline.h 444 scoped_ptr<SerialRunner> pending_callbacks_; member in class:media::Pipeline
  /external/chromium_org/ppapi/proxy/
ppb_file_ref_proxy.cc 78 // Executes the pending callback with the given ID. See pending_callbacks_.
104 PendingCallbackMap pending_callbacks_; member in class:ppapi::proxy::FileRef
136 DCHECK(pending_callbacks_.empty());
143 pending_callbacks_.clear();
236 PendingCallbackMap::iterator found = pending_callbacks_.find(callback_id);
237 if (found == pending_callbacks_.end()) {
246 pending_callbacks_.erase(found);
292 while (pending_callbacks_.count(next_callback_id_))
295 pending_callbacks_[next_callback_id_] = callback;

Completed in 482 milliseconds