Home
last modified time | relevance | path

Searched refs:ChromeProxyConfigService (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/net/
Dpref_proxy_config_tracker_impl.cc23 ChromeProxyConfigService::ChromeProxyConfigService( in ChromeProxyConfigService() function in ChromeProxyConfigService
31 ChromeProxyConfigService::~ChromeProxyConfigService() { in ~ChromeProxyConfigService()
36 void ChromeProxyConfigService::AddObserver( in AddObserver()
42 void ChromeProxyConfigService::RemoveObserver( in RemoveObserver()
48 ChromeProxyConfigService::GetLatestProxyConfig(net::ProxyConfig* config) { in GetLatestProxyConfig()
68 void ChromeProxyConfigService::OnLazyPoll() { in OnLazyPoll()
73 void ChromeProxyConfigService::UpdateProxyConfig( in UpdateProxyConfig()
101 void ChromeProxyConfigService::OnProxyConfigChanged( in OnProxyConfigChanged()
117 void ChromeProxyConfigService::RegisterObserver() { in RegisterObserver()
147 new ChromeProxyConfigService(base_service.release()); in CreateTrackingProxyConfigService()
[all …]
Dpref_proxy_config_tracker_impl.h30 class ChromeProxyConfigService
37 explicit ChromeProxyConfigService(net::ProxyConfigService* base_service);
38 virtual ~ChromeProxyConfigService();
79 DISALLOW_COPY_AND_ASSIGN(ChromeProxyConfigService);
161 ChromeProxyConfigService* chrome_proxy_config_service_; // Weak ptr.