Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/web_resource/
Dpromo_resource_service.cc107 const int64 ms_until_end = in ScheduleNotification() local
113 } else if (ms_until_end > 0) { in ScheduleNotification()
119 PostNotification(ms_until_end); in ScheduleNotification()
/external/chromium/chrome/browser/web_resource/
Dpromo_resource_service.cc136 int64 ms_until_end = in ScheduleNotification() local
141 if (ms_until_end > 0) { in ScheduleNotification()
142 PostNotification(ms_until_end); in ScheduleNotification()