OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExpandNotification
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/ui/message_center/views/
message_center_controller.h
29
virtual void
ExpandNotification
(const std::string& notification_id) = 0;
message_center_view.h
91
virtual void
ExpandNotification
(const std::string& notification_id) OVERRIDE;
toast_contents_view.h
88
virtual void
ExpandNotification
(const std::string& notification_id) OVERRIDE;
message_center_view_unittest.cc
107
virtual void
ExpandNotification
(const std::string& notification_id) OVERRIDE;
217
void MessageCenterViewTest::
ExpandNotification
(
toast_contents_view.cc
328
void ToastContentsView::
ExpandNotification
(
331
collection_->
ExpandNotification
(notification_id);
message_popup_collection.h
83
virtual void
ExpandNotification
(const std::string& notification_id) OVERRIDE;
message_popup_collection.cc
139
void MessagePopupCollection::
ExpandNotification
(
141
message_center_->
ExpandNotification
(notification_id);
notification_view.cc
620
controller_->
ExpandNotification
(notification_id());
message_center_view.cc
[
all
...]
/external/chromium_org/ui/message_center/
fake_message_center.cc
98
void FakeMessageCenter::
ExpandNotification
(const std::string& id) {
fake_message_center.h
54
virtual void
ExpandNotification
(const std::string& id) OVERRIDE;
message_center.h
114
virtual void
ExpandNotification
(const std::string& id) = 0;
message_center_impl.h
175
virtual void
ExpandNotification
(const std::string& id) OVERRIDE;
message_center_impl.cc
768
void MessageCenterImpl::
ExpandNotification
(const std::string& id) {
Completed in 3917 milliseconds