HomeSort by relevance Sort by last modified time
    Searched refs:pending_callbacks_ (Results 1 - 4 of 4) 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/chrome/browser/history/
top_sites.h 340 PendingCallbackSet pending_callbacks_; member in class:history::TopSites
top_sites.cc 236 // pending_callbacks_ and we'll notify it when we finish loading.
237 pending_callbacks_.insert(request);
885 if (!pending_callbacks_.empty()) {
887 pending_callbacks.swap(pending_callbacks_);
    [all...]

Completed in 144 milliseconds