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