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

  /external/chromium_org/chrome/browser/profiles/
gaia_info_update_service.cc 41 ScheduleNextUpdate();
105 ScheduleNextUpdate();
149 ScheduleNextUpdate();
189 void GAIAInfoUpdateService::ScheduleNextUpdate() {
gaia_info_update_service.h 52 void ScheduleNextUpdate();
gaia_info_update_service_unittest.cc 247 service()->ScheduleNextUpdate();
  /external/chromium_org/chrome/browser/safe_browsing/
protocol_manager.cc 208 ScheduleNextUpdate(false /* no back off */);
469 ScheduleNextUpdate(false /* no back off */);
472 void SafeBrowsingProtocolManager::ScheduleNextUpdate(bool back_off) {
713 ScheduleNextUpdate(back_off);
protocol_manager.h 227 // next time (see ScheduleNextUpdate below).
239 // When disable_auto_update_ is set, ScheduleNextUpdate will do nothing.
241 void ScheduleNextUpdate(bool back_off);

Completed in 882 milliseconds