Searched defs:OnNotificationUpdated (Results 1 - 7 of 7) 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.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...]
/external/chromium_org/chrome/browser/notifications/
H A Dmessage_center_stats_collector.cc79 void MessageCenterStatsCollector::OnNotificationUpdated( function in class:MessageCenterStatsCollector
H A Dmessage_center_notification_manager.cc249 void MessageCenterNotificationManager::OnNotificationUpdated( function in class:MessageCenterNotificationManager
/external/chromium_org/ui/message_center/views/
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 257 milliseconds