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

  /external/chromium/net/proxy/
proxy_config_service_mac.h 18 class ProxyConfigServiceMac : public ProxyConfigService {
23 explicit ProxyConfigServiceMac(MessageLoop* io_loop);
24 virtual ~ProxyConfigServiceMac();
36 // ProxyConfigServiceMac's public API.
39 explicit Forwarder(ProxyConfigServiceMac* net_config_watcher)
51 ProxyConfigServiceMac* const net_config_watcher_;
76 DISALLOW_COPY_AND_ASSIGN(ProxyConfigServiceMac);
proxy_config_service_mac.cc 165 // ProxyConfigServiceMac::OnProxyConfigChanged between the notifier and IO
166 // thread. This helper object may outlive the ProxyConfigServiceMac.
167 class ProxyConfigServiceMac::Helper
168 : public base::RefCountedThreadSafe<ProxyConfigServiceMac::Helper> {
170 explicit Helper(ProxyConfigServiceMac* parent) : parent_(parent) {
185 ProxyConfigServiceMac* parent_;
188 ProxyConfigServiceMac::ProxyConfigServiceMac(MessageLoop* io_loop)
197 ProxyConfigServiceMac::~ProxyConfigServiceMac() {
    [all...]
proxy_service.cc 811 return new ProxyConfigServiceMac(io_loop);
    [all...]
  /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 54 return new net::ProxyConfigServiceMac(io_thread_task_runner);

Completed in 412 milliseconds