Home | History | Annotate | Download | only in proxy

Lines Matching defs:PollingProxyConfigService

18 // the parent PollingProxyConfigService).
19 class PollingProxyConfigService::Core
20 : public base::RefCountedThreadSafe<PollingProxyConfigService::Core> {
32 // Called when the parent PollingProxyConfigService is destroyed
159 void PollingProxyConfigService::AddObserver(Observer* observer) {
163 void PollingProxyConfigService::RemoveObserver(Observer* observer) {
168 PollingProxyConfigService::GetLatestProxyConfig(ProxyConfig* config) {
172 void PollingProxyConfigService::OnLazyPoll() {
176 PollingProxyConfigService::PollingProxyConfigService(
182 PollingProxyConfigService::~PollingProxyConfigService() {
186 void PollingProxyConfigService::CheckForChangesNow() {