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

  /external/chromium_org/chrome/browser/web_resource/
promo_resource_service.h 42 void ScheduleNotification(const NotificationPromo& notification_promo);
46 // checks than ScheduleNotification, namely it schedules updates immediately
promo_resource_service.cc 102 void PromoResourceService::ScheduleNotification(
140 ScheduleNotification(notification_promo);
175 ScheduleNotification(notification_promo);
  /external/chromium_org/chrome/browser/download/
download_request_limiter.cc 229 host_->ScheduleNotification(callbacks[i], allow);
306 ScheduleNotification(callback, false);
311 ScheduleNotification(callback, false);
344 ScheduleNotification(orig_callback, false);
385 ScheduleNotification(callback, true);
391 ScheduleNotification(callback, true);
396 ScheduleNotification(callback, false);
413 ScheduleNotification(callback, true);
419 ScheduleNotification(callback, false);
440 void DownloadRequestLimiter::ScheduleNotification(const Callback& callback
    [all...]
download_request_limiter.h 240 void ScheduleNotification(const Callback& callback, bool allow);
  /external/chromium/chrome/browser/download/
download_request_limiter.cc 168 host_->ScheduleNotification(callbacks[i], allow);
246 ScheduleNotification(callback, false);
260 ScheduleNotification(callback, false);
279 ScheduleNotification(callback, true);
285 ScheduleNotification(callback, true);
289 ScheduleNotification(callback, false);
302 void DownloadRequestLimiter::ScheduleNotification(Callback* callback,
download_request_limiter.h 232 void ScheduleNotification(Callback* callback, bool allow);
  /external/chromium/chrome/browser/web_resource/
promo_resource_service.h 74 void ScheduleNotification(double ms_start_time, double ms_end_time);
78 // checks than ScheduleNotification, namely it schedules updates immediately
promo_resource_service.cc 130 void PromoResourceService::ScheduleNotification(double promo_start,
168 ScheduleNotification(promo_start, promo_end);
277 ScheduleNotification(promo_start, promo_end);

Completed in 81 milliseconds