HomeSort by relevance Sort by last modified time
    Searched refs:ScheduleNotification (Results 1 - 4 of 4) 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 101 void PromoResourceService::ScheduleNotification(
139 ScheduleNotification(notification_promo);
174 ScheduleNotification(notification_promo);
  /external/chromium_org/chrome/browser/download/
download_request_limiter.cc 250 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(const Callback& callback
    [all...]
download_request_limiter.h 234 void ScheduleNotification(const Callback& callback, bool allow);

Completed in 75 milliseconds