Searched refs:ScheduleNextRun (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/components/component_updater/
H A Dcomponent_updater_service.cc179 void ScheduleNextRun(StepDelayInterval step_delay);
311 void CrxUpdateService::ScheduleNextRun(StepDelayInterval step_delay) { function in class:component_updater::CrxUpdateService
540 ScheduleNextRun(kStepDelayLong);
763 ScheduleNextRun(num_updates_pending > 0 ? kStepDelayShort : kStepDelayLong);
774 ScheduleNextRun(kStepDelayLong);
813 ScheduleNextRun(kStepDelayShort);
827 ScheduleNextRun(kStepDelayMedium);
918 ScheduleNextRun(kStepDelayShort);
936 ScheduleNextRun(kStepDelayMedium);

Completed in 1035 milliseconds