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

/external/chromium_org/chrome/browser/web_resource/
H A Dpromo_resource_service.h42 void ScheduleNotification(const NotificationPromo& notification_promo);
46 // checks than ScheduleNotification, namely it schedules updates immediately
H A Dpromo_resource_service.cc101 void PromoResourceService::ScheduleNotification( function in class:PromoResourceService
139 ScheduleNotification(notification_promo);
174 ScheduleNotification(notification_promo);
/external/chromium_org/chrome/browser/download/
H A Ddownload_request_limiter.cc250 host_->ScheduleNotification(callbacks[i], allow);
327 ScheduleNotification(callback, false);
332 ScheduleNotification(callback, false);
363 ScheduleNotification(orig_callback, false);
391 ScheduleNotification(callback, true);
397 ScheduleNotification(callback, true);
402 ScheduleNotification(callback, false);
422 ScheduleNotification(callback, true);
432 ScheduleNotification(callback, false);
454 void DownloadRequestLimiter::ScheduleNotification(cons function in class:DownloadRequestLimiter
[all...]
H A Ddownload_request_limiter.h234 void ScheduleNotification(const Callback& callback, bool allow);

Completed in 337 milliseconds