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

  /external/chromium_org/net/proxy/
proxy_config_service_mac.h 26 class NET_EXPORT ProxyConfigServiceMac : public ProxyConfigService {
31 explicit ProxyConfigServiceMac(
33 virtual ~ProxyConfigServiceMac();
45 // ProxyConfigServiceMac's public API.
48 explicit Forwarder(ProxyConfigServiceMac* proxy_config_service)
58 ProxyConfigServiceMac* const proxy_config_service_;
83 DISALLOW_COPY_AND_ASSIGN(ProxyConfigServiceMac);
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_service.cc     [all...]
  /external/chromium_org/remoting/base/
url_request_context.cc 55 return new net::ProxyConfigServiceMac(io_thread_task_runner);

Completed in 428 milliseconds