OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnNotificationAdded
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/ui/message_center/
message_center_observer.h
23
virtual void
OnNotificationAdded
(const std::string& notification_id) {}
message_center_tray.h
66
virtual void
OnNotificationAdded
(const std::string& notification_id) OVERRIDE;
message_center_tray.cc
119
void MessageCenterTray::
OnNotificationAdded
(
message_center_impl.cc
574
MessageCenterObserver, observer_list_,
OnNotificationAdded
(id));
619
OnNotificationAdded
(new_id));
/external/chromium_org/chrome/browser/notifications/
message_center_stats_collector.h
66
virtual void
OnNotificationAdded
(const std::string& notification_id) OVERRIDE;
message_center_stats_collector.cc
56
void MessageCenterStatsCollector::
OnNotificationAdded
(
message_center_notifications_browsertest.cc
38
virtual void
OnNotificationAdded
(const std::string& id) OVERRIDE {
notification_browsertest.cc
94
virtual void
OnNotificationAdded
(
[
all
...]
/external/chromium_org/ui/message_center/views/
message_center_view.h
76
virtual void
OnNotificationAdded
(const std::string& id) OVERRIDE;
message_popup_collection.h
165
virtual void
OnNotificationAdded
(const std::string& notification_id) OVERRIDE;
message_popup_collection.cc
435
void MessagePopupCollection::
OnNotificationAdded
(
message_center_view.cc
931
void MessageCenterView::
OnNotificationAdded
(const std::string& id) {
[
all
...]
Completed in 84 milliseconds