Searched refs:PollingProxyConfigService (Results 1 – 4 of 4) sorted by relevance
19 class PollingProxyConfigService::Core20 : public base::RefCountedThreadSafe<PollingProxyConfigService::Core> {159 void PollingProxyConfigService::AddObserver(Observer* observer) { in AddObserver()163 void PollingProxyConfigService::RemoveObserver(Observer* observer) { in RemoveObserver()168 PollingProxyConfigService::GetLatestProxyConfig(ProxyConfig* config) { in GetLatestProxyConfig()172 void PollingProxyConfigService::OnLazyPoll() { in OnLazyPoll()176 PollingProxyConfigService::PollingProxyConfigService( in PollingProxyConfigService() function in net::PollingProxyConfigService182 PollingProxyConfigService::~PollingProxyConfigService() { in ~PollingProxyConfigService()186 void PollingProxyConfigService::CheckForChangesNow() { in CheckForChangesNow()
20 class PollingProxyConfigService : public ProxyConfigService {37 PollingProxyConfigService(41 virtual ~PollingProxyConfigService();
70 : PollingProxyConfigService( in ProxyConfigServiceWin()87 PollingProxyConfigService::AddObserver(observer); in AddObserver()
42 class ProxyConfigServiceWin : public PollingProxyConfigService,