Home
last modified time | relevance | path

Searched refs:pending_callbacks_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium/android/autofill/
Durl_fetcher_proxy.h83 pending_callbacks_.erase(this);
120 pending_callbacks_[this] = true;
144 if (pending_callbacks_[that]) {
167 static std::map<URLFetcherProxy*, bool> pending_callbacks_;
Durl_fetcher_proxy.cc31 std::map<URLFetcherProxy*, bool> URLFetcherProxy::pending_callbacks_; member in URLFetcherProxy
/external/chromium/chrome/browser/history/
Dtop_sites.h340 PendingCallbackSet pending_callbacks_; variable
Dtop_sites.cc237 pending_callbacks_.insert(request); in GetMostVisitedURLs()
885 if (!pending_callbacks_.empty()) { in MoveStateToLoaded()
887 pending_callbacks.swap(pending_callbacks_); in MoveStateToLoaded()