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 166 // ProxyConfigServiceMac::OnProxyConfigChanged between the notifier and IO
167 // thread. This helper object may outlive the ProxyConfigServiceMac.
168 class ProxyConfigServiceMac::Helper
169 : public base::RefCountedThreadSafe<ProxyConfigServiceMac::Helper> {
171 explicit Helper(ProxyConfigServiceMac* parent) : parent_(parent) {
189 ProxyConfigServiceMac* parent_;
192 void ProxyConfigServiceMac::Forwarder::SetDynamicStoreNotificationKeys(
197 void ProxyConfigServiceMac::Forwarder::OnNetworkConfigChange(
202 ProxyConfigServiceMac::ProxyConfigServiceMac(
    [all...]
proxy_service.cc     [all...]
  /external/chromium_org/remoting/base/
url_request_context.cc 53 return new net::ProxyConfigServiceMac(io_thread_task_runner);

Completed in 527 milliseconds