Searched refs:ClickOnNotificationButton (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/ui/message_center/views/
H A Dmessage_center_controller.h27 virtual void ClickOnNotificationButton(const std::string& notification_id,
H A Dmessage_center_view_unittest.cc105 virtual void ClickOnNotificationButton(const std::string& notification_id,
210 void MessageCenterViewTest::ClickOnNotificationButton( function in class:message_center::MessageCenterViewTest
H A Dtoast_contents_view.cc321 void ToastContentsView::ClickOnNotificationButton( function in class:message_center::ToastContentsView
325 collection_->ClickOnNotificationButton(notification_id, button_index);
H A Dmessage_center_view.h89 virtual void ClickOnNotificationButton(const std::string& notification_id,
H A Dmessage_popup_collection.h81 virtual void ClickOnNotificationButton(const std::string& notification_id,
H A Dtoast_contents_view.h86 virtual void ClickOnNotificationButton(const std::string& notification_id,
H A Dmessage_popup_collection.cc133 void MessagePopupCollection::ClickOnNotificationButton( function in class:message_center::MessagePopupCollection
136 message_center_->ClickOnNotificationButton(notification_id, button_index);
H A Dmessage_popup_collection_unittest.cc141 MessageCenter::Get()->ClickOnNotificationButton(id1, 0);
H A Dnotification_view.cc605 controller_->ClickOnNotificationButton(notification_id(), i);
H A Dmessage_center_view.cc1039 void MessageCenterView::ClickOnNotificationButton( function in class:message_center::MessageCenterView
1042 message_center_->ClickOnNotificationButton(notification_id, button_index);
/external/chromium_org/ash/display/
H A Dresolution_notification_controller_unittest.cc66 void ClickOnNotificationButton(int index) { function in class:ash::internal::ResolutionNotificationControllerTest
67 message_center::MessageCenter::Get()->ClickOnNotificationButton(
127 ClickOnNotificationButton(0);
181 ClickOnNotificationButton(0);
195 ClickOnNotificationButton(1);
305 ClickOnNotificationButton(0);
/external/chromium_org/ui/message_center/
H A Dfake_message_center.cc104 void FakeMessageCenter::ClickOnNotificationButton(const std::string& id, function in class:message_center::FakeMessageCenter
H A Dfake_message_center.h56 virtual void ClickOnNotificationButton(const std::string& id,
H A Dmessage_center.h124 virtual void ClickOnNotificationButton(const std::string& id,
H A Dmessage_center_impl.h177 virtual void ClickOnNotificationButton(const std::string& id,
H A Dmessage_center_impl.cc789 void MessageCenterImpl::ClickOnNotificationButton(const std::string& id, function in class:message_center::MessageCenterImpl
/external/chromium_org/chrome/browser/notifications/
H A Dmessage_center_notifications_browsertest.cc230 message_center()->ClickOnNotificationButton("n", 1);
/external/chromium_org/chrome/browser/chromeos/display/
H A Ddisplay_preferences_unittest.cc383 message_center::MessageCenter::Get()->ClickOnNotificationButton(

Completed in 249 milliseconds