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

  /external/chromium/net/base/
network_change_notifier_mac.h 31 : net_config_watcher_(net_config_watcher) {}
35 net_config_watcher_->SetDynamicStoreNotificationKeys(store);
38 net_config_watcher_->OnNetworkConfigChange(changed_keys);
42 NetworkChangeNotifierMac* const net_config_watcher_; member in class:net::NetworkChangeNotifierMac::Forwarder
  /external/chromium/net/proxy/
proxy_config_service_mac.h 40 : net_config_watcher_(net_config_watcher) {}
44 net_config_watcher_->SetDynamicStoreNotificationKeys(store);
47 net_config_watcher_->OnNetworkConfigChange(changed_keys);
51 ProxyConfigServiceMac* const net_config_watcher_; member in class:net::ProxyConfigServiceMac::Forwarder
  /external/chromium_org/net/base/
network_change_notifier_mac.h 34 : net_config_watcher_(net_config_watcher) {}
44 NetworkChangeNotifierMac* const net_config_watcher_; member in class:net::NetworkChangeNotifierMac::Forwarder
network_change_notifier_mac.cc 118 net_config_watcher_->SetInitialConnectionType();
122 net_config_watcher_->StartReachabilityNotifications();
127 net_config_watcher_->SetDynamicStoreNotificationKeys(store);
132 net_config_watcher_->OnNetworkConfigChange(changed_keys);

Completed in 64 milliseconds