Searched refs:ExpandNotification (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/ui/message_center/views/
H A Dmessage_center_controller.h29 virtual void ExpandNotification(const std::string& notification_id) = 0;
H A Dmessage_center_view_unittest.cc107 virtual void ExpandNotification(const std::string& notification_id) OVERRIDE;
217 void MessageCenterViewTest::ExpandNotification( function in class:message_center::MessageCenterViewTest
H A Dtoast_contents_view.cc328 void ToastContentsView::ExpandNotification( function in class:message_center::ToastContentsView
331 collection_->ExpandNotification(notification_id);
H A Dmessage_center_view.h91 virtual void ExpandNotification(const std::string& notification_id) OVERRIDE;
H A Dmessage_popup_collection.h83 virtual void ExpandNotification(const std::string& notification_id) OVERRIDE;
H A Dtoast_contents_view.h88 virtual void ExpandNotification(const std::string& notification_id) OVERRIDE;
H A Dmessage_popup_collection.cc139 void MessagePopupCollection::ExpandNotification( function in class:message_center::MessagePopupCollection
141 message_center_->ExpandNotification(notification_id);
H A Dnotification_view.cc620 controller_->ExpandNotification(notification_id());
H A Dmessage_center_view.cc1045 void MessageCenterView::ExpandNotification(const std::string& notification_id) { function in class:message_center::MessageCenterView
1046 message_center_->ExpandNotification(notification_id);
/external/chromium_org/ui/message_center/
H A Dfake_message_center.cc98 void FakeMessageCenter::ExpandNotification(const std::string& id) { function in class:message_center::FakeMessageCenter
H A Dfake_message_center.h54 virtual void ExpandNotification(const std::string& id) OVERRIDE;
H A Dmessage_center.h114 virtual void ExpandNotification(const std::string& id) = 0;
H A Dmessage_center_impl.h175 virtual void ExpandNotification(const std::string& id) OVERRIDE;
H A Dmessage_center_impl.cc768 void MessageCenterImpl::ExpandNotification(const std::string& id) { function in class:message_center::MessageCenterImpl

Completed in 156 milliseconds