HomeSort by relevance Sort by last modified time
    Searched defs:ProxyConfigServiceMac (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/proxy/
proxy_config_service_mac.cc 164 // 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(
    [all...]
proxy_config_service_mac.h 23 class ProxyConfigServiceMac : public ProxyConfigService {
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);

Completed in 134 milliseconds