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

  /external/chromium_org/chrome/common/local_discovery/
service_discovery_client_impl.h 89 void set_update_pending(bool update_pending) {
90 update_pending_ = update_pending;
93 bool update_pending() { return update_pending_; } function in struct:local_discovery::ServiceWatcherImpl::ServiceListeners
service_discovery_client_impl.cc 271 if (found != services_.end() && !found->second->update_pending()) {
  /external/chromium_org/chrome/browser/net/
pref_proxy_config_tracker_impl.h 150 bool update_pending() const { return update_pending_; } function in class:PrefProxyConfigTrackerImpl
  /external/chromium_org/chrome/browser/chromeos/
proxy_config_service_impl.cc 202 bool update_now = update_pending();
225 if (VLOG_IS_ON(1) && !update_pending()) { // Update was successful.

Completed in 981 milliseconds