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

  /external/chromium_org/ui/message_center/
message_center_observer.h 32 virtual void OnNotificationUpdated(const std::string& notification_id) {}
message_center_tray.h 69 virtual void OnNotificationUpdated(
message_center_tray.cc 130 void MessageCenterTray::OnNotificationUpdated(
message_center_impl.cc 357 OnNotificationUpdated(id);
360 void PopupTimersController::OnNotificationUpdated(const std::string& id) {
471 OnNotificationUpdated(*iter));
490 MessageCenterObserver, observer_list_, OnNotificationUpdated(*iter));
571 MessageCenterObserver, observer_list_, OnNotificationUpdated(id));
614 MessageCenterObserver, observer_list_, OnNotificationUpdated(new_id));
702 OnNotificationUpdated(notification_id));
721 OnNotificationUpdated(notification_id));
742 OnNotificationUpdated(notification_id));
773 OnNotificationUpdated(id))
    [all...]
message_center_impl.h 89 virtual void OnNotificationUpdated(const std::string& id) OVERRIDE;
  /external/chromium_org/chrome/browser/notifications/
message_center_stats_collector.h 69 virtual void OnNotificationUpdated(
message_center_notification_manager.h 69 virtual void OnNotificationUpdated(const std::string& notification_id)
message_center_stats_collector.cc 79 void MessageCenterStatsCollector::OnNotificationUpdated(
message_center_notifications_browsertest.cc 44 virtual void OnNotificationUpdated(const std::string& id) OVERRIDE {
message_center_notification_manager.cc 249 void MessageCenterNotificationManager::OnNotificationUpdated(
notification_browsertest.cc 104 virtual void OnNotificationUpdated(
    [all...]
  /external/chromium_org/ui/message_center/views/
message_center_view.h 79 virtual void OnNotificationUpdated(const std::string& id) OVERRIDE;
message_popup_collection.h 168 virtual void OnNotificationUpdated(
message_popup_collection.cc 482 void MessagePopupCollection::OnNotificationUpdated(
520 // OnNotificationUpdated() can be called when a notification is excluded from
message_center_view.cc     [all...]

Completed in 188 milliseconds