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

  /external/chromium/net/base/
network_change_notifier_mac.h 34 virtual void SetDynamicStoreNotificationKeys(SCDynamicStoreRef store) {
35 net_config_watcher_->SetDynamicStoreNotificationKeys(store);
47 void SetDynamicStoreNotificationKeys(SCDynamicStoreRef store);
network_config_watcher_mac.h 33 virtual void SetDynamicStoreNotificationKeys(SCDynamicStoreRef store) = 0;
network_change_notifier_mac.cc 24 void NetworkChangeNotifierMac::SetDynamicStoreNotificationKeys(
network_config_watcher_mac.cc 106 delegate_->SetDynamicStoreNotificationKeys(store.get());
  /external/chromium/net/proxy/
proxy_config_service_mac.h 43 virtual void SetDynamicStoreNotificationKeys(SCDynamicStoreRef store) {
44 net_config_watcher_->SetDynamicStoreNotificationKeys(store);
56 void SetDynamicStoreNotificationKeys(SCDynamicStoreRef store);
proxy_config_service_mac.cc 227 void ProxyConfigServiceMac::SetDynamicStoreNotificationKeys(

Completed in 173 milliseconds