Home
last modified time | relevance | path

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

/external/chromium/net/proxy/
Dpolling_proxy_config_service.cc93 NewRunnableMethod(this, &Core::PollOnWorkerThread, get_config_func_), in CheckForChangesNow()
98 void PollOnWorkerThread(GetConfigFunction func) { in PollOnWorkerThread() function in net::PollingProxyConfigService::Core
/external/chromium_org/net/proxy/
Dpolling_proxy_config_service.cc95 base::Bind(&Core::PollOnWorkerThread, this, get_config_func_), in CheckForChangesNow()
103 void PollOnWorkerThread(GetConfigFunction func) { in PollOnWorkerThread() function in net::PollingProxyConfigService::Core