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

  /external/chromium_org/net/proxy/
proxy_config_service.h 63 virtual void OnLazyPoll() {}
polling_proxy_config_service.cc 45 OnLazyPoll();
68 void OnLazyPoll() {
176 void PollingProxyConfigService::OnLazyPoll() {
177 core_->OnLazyPoll();
proxy_service.cc 575 void OnLazyPoll() {
    [all...]
  /external/chromium_org/chrome/browser/net/
pref_proxy_config_tracker_impl.cc 68 void ChromeProxyConfigService::OnLazyPoll() {
70 base_service_->OnLazyPoll();
  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_config_service.cc 64 void DataReductionProxyConfigService::OnLazyPoll() {
66 base_service_->OnLazyPoll();

Completed in 1625 milliseconds