Searched defs:OnNotificationUpdated (Results 1 - 7 of 7) sorted by relevance

/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.cc292 void MessageCenterNotificationManager::OnNotificationUpdated( function in class:MessageCenterNotificationManager
/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.cc217 void MessageCenterTray::OnNotificationUpdated( function in class:message_center::MessageCenterTray
H A Dmessage_center_impl.cc360 OnNotificationUpdated(id);
363 void PopupTimersController::OnNotificationUpdated(const std::string& id) { function in class:message_center::internal::PopupTimersController
476 OnNotificationUpdated(*iter));
507 MessageCenterObserver, observer_list_, OnNotificationUpdated(*iter));
583 MessageCenterObserver, observer_list_, OnNotificationUpdated(id));
626 MessageCenterObserver, observer_list_, OnNotificationUpdated(new_id));
729 OnNotificationUpdated(notification_id));
748 OnNotificationUpdated(notification_id));
769 OnNotificationUpdated(notification_id));
821 MessageCenterObserver, observer_list_, OnNotificationUpdated(i
[all...]
/external/chromium_org/ui/message_center/views/
H A Dmessage_popup_collection.cc374 void MessagePopupCollection::OnNotificationUpdated( function in class:message_center::MessagePopupCollection
410 // OnNotificationUpdated() can be called when a notification is excluded from
H A Dmessage_center_view.cc881 void MessageCenterView::OnNotificationUpdated(const std::string& id) { function in class:message_center::MessageCenterView

Completed in 1123 milliseconds