Searched refs:OnNotificationUpdated (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/ui/message_center/
H A Dmessage_center_observer.h32 virtual void OnNotificationUpdated(const std::string& notification_id) {} function in class:message_center::MessageCenterObserver
H A Dmessage_center_tray.h69 virtual void OnNotificationUpdated(
H A Dmessage_center_tray.cc130 void MessageCenterTray::OnNotificationUpdated( function in class:message_center::MessageCenterTray
H A Dmessage_center_impl.cc357 OnNotificationUpdated(id);
360 void PopupTimersController::OnNotificationUpdated(const std::string& id) { function in class:message_center::internal::PopupTimersController
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(i
[all...]
H A Dmessage_center_impl.h89 virtual void OnNotificationUpdated(const std::string& id) OVERRIDE;
/external/chromium_org/chrome/browser/notifications/
H A Dmessage_center_stats_collector.h69 virtual void OnNotificationUpdated(
H A Dmessage_center_notification_manager.h69 virtual void OnNotificationUpdated(const std::string& notification_id)
H A Dmessage_center_stats_collector.cc79 void MessageCenterStatsCollector::OnNotificationUpdated( function in class:MessageCenterStatsCollector
H A Dmessage_center_notifications_browsertest.cc44 virtual void OnNotificationUpdated(const std::string& id) OVERRIDE {
H A Dmessage_center_notification_manager.cc249 void MessageCenterNotificationManager::OnNotificationUpdated( function in class:MessageCenterNotificationManager
H A Dnotification_browsertest.cc104 virtual void OnNotificationUpdated(
/external/chromium_org/ui/message_center/views/
H A Dmessage_center_view.h79 virtual void OnNotificationUpdated(const std::string& id) OVERRIDE;
H A Dmessage_popup_collection.h168 virtual void OnNotificationUpdated(
H A Dmessage_popup_collection.cc482 void MessagePopupCollection::OnNotificationUpdated( function in class:message_center::MessagePopupCollection
520 // OnNotificationUpdated() can be called when a notification is excluded from
H A Dmessage_center_view.cc985 void MessageCenterView::OnNotificationUpdated(const std::string& id) { function in class:message_center::MessageCenterView

Completed in 372 milliseconds