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

  /external/chromium/chrome/browser/chromeos/
proxy_config_service.h 14 // that forwards net::ProxyConfigService interface to the actual implementation,
16 class ProxyConfigService : public net::ProxyConfigService {
18 explicit ProxyConfigService(const scoped_refptr<ProxyConfigServiceImpl>& impl)
20 virtual ~ProxyConfigService() {}
22 // ProxyConfigService methods. Called from IO thread.
36 DISALLOW_COPY_AND_ASSIGN(ProxyConfigService);
  /external/chromium/net/proxy/
proxy_config_service.h 16 class NET_EXPORT ProxyConfigService {
32 // Notification callback that should be invoked by ProxyConfigService
41 virtual ~ProxyConfigService() {}
  /external/chromium_org/net/proxy/
proxy_config_service.h 15 class NET_EXPORT ProxyConfigService {
31 // Notification callback that should be invoked by ProxyConfigService
40 virtual ~ProxyConfigService() {}

Completed in 68 milliseconds