Home
last modified time | relevance | path

Searched refs:SetDynamicStoreNotificationKeys (Results 1 – 6 of 6) sorted by relevance

/external/chromium/net/base/
Dnetwork_change_notifier_mac.h34 virtual void SetDynamicStoreNotificationKeys(SCDynamicStoreRef store) { in SetDynamicStoreNotificationKeys() function
35 net_config_watcher_->SetDynamicStoreNotificationKeys(store); in SetDynamicStoreNotificationKeys()
47 void SetDynamicStoreNotificationKeys(SCDynamicStoreRef store);
Dnetwork_config_watcher_mac.h33 virtual void SetDynamicStoreNotificationKeys(SCDynamicStoreRef store) = 0;
Dnetwork_change_notifier_mac.cc24 void NetworkChangeNotifierMac::SetDynamicStoreNotificationKeys( in SetDynamicStoreNotificationKeys() function in net::NetworkChangeNotifierMac
Dnetwork_config_watcher_mac.cc106 delegate_->SetDynamicStoreNotificationKeys(store.get()); in InitNotifications()
/external/chromium/net/proxy/
Dproxy_config_service_mac.h43 virtual void SetDynamicStoreNotificationKeys(SCDynamicStoreRef store) { in SetDynamicStoreNotificationKeys() function
44 net_config_watcher_->SetDynamicStoreNotificationKeys(store); in SetDynamicStoreNotificationKeys()
56 void SetDynamicStoreNotificationKeys(SCDynamicStoreRef store);
Dproxy_config_service_mac.cc227 void ProxyConfigServiceMac::SetDynamicStoreNotificationKeys( in SetDynamicStoreNotificationKeys() function in net::ProxyConfigServiceMac