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

  /external/chromium/net/base/
network_change_notifier_mac.h 34 virtual void SetDynamicStoreNotificationKeys(SCDynamicStoreRef store) {
47 void SetDynamicStoreNotificationKeys(SCDynamicStoreRef store);
network_config_watcher_mac.h 33 virtual void SetDynamicStoreNotificationKeys(SCDynamicStoreRef store) = 0;
network_config_watcher_mac.cc 21 void DynamicStoreCallback(SCDynamicStoreRef /* store */,
98 base::mac::ScopedCFTypeRef<SCDynamicStoreRef> store(SCDynamicStoreCreate(
network_change_notifier_mac.cc 25 SCDynamicStoreRef store) {
  /external/chromium/net/proxy/
proxy_config_service_mac.h 43 virtual void SetDynamicStoreNotificationKeys(SCDynamicStoreRef store) {
56 void SetDynamicStoreNotificationKeys(SCDynamicStoreRef store);
proxy_config_service_mac.cc 228 SCDynamicStoreRef store) {
  /external/webkit/Source/WebCore/platform/network/
NetworkStateNotifier.h 42 typedef const struct __SCDynamicStore * SCDynamicStoreRef;
100 static void dynamicStoreCallback(SCDynamicStoreRef, CFArrayRef changedKeys, void *info);
102 RetainPtr<SCDynamicStoreRef> m_store;
  /external/webkit/Source/WebCore/platform/network/mac/
NetworkStateNotifierMac.cpp 79 void NetworkStateNotifier::dynamicStoreCallback(SCDynamicStoreRef, CFArrayRef, void* info)

Completed in 388 milliseconds