Searched defs:ProxyConfigServiceMac (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/proxy/
H A Dproxy_config_service_mac.h23 class ProxyConfigServiceMac : public ProxyConfigService { class in namespace:net
28 explicit ProxyConfigServiceMac(
30 virtual ~ProxyConfigServiceMac();
42 // ProxyConfigServiceMac's public API.
45 explicit Forwarder(ProxyConfigServiceMac* proxy_config_service)
55 ProxyConfigServiceMac* const proxy_config_service_;
80 DISALLOW_COPY_AND_ASSIGN(ProxyConfigServiceMac);
H A Dproxy_config_service_mac.cc164 // ProxyConfigServiceMac::OnProxyConfigChanged between the notifier and IO
165 // thread. This helper object may outlive the ProxyConfigServiceMac.
166 class ProxyConfigServiceMac::Helper
167 : public base::RefCountedThreadSafe<ProxyConfigServiceMac::Helper> {
169 explicit Helper(ProxyConfigServiceMac* parent) : parent_(parent) {
187 ProxyConfigServiceMac* parent_;
190 void ProxyConfigServiceMac::Forwarder::SetDynamicStoreNotificationKeys(
195 void ProxyConfigServiceMac::Forwarder::OnNetworkConfigChange(
200 ProxyConfigServiceMac::ProxyConfigServiceMac( function in class:net::ProxyConfigServiceMac
[all...]

Completed in 70 milliseconds