Searched defs:ClickOnNotificationButton (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ash/display/
H A Dresolution_notification_controller_unittest.cc125 static void ClickOnNotificationButton(int index) { function in class:ash::ResolutionNotificationControllerTest
126 message_center::MessageCenter::Get()->ClickOnNotificationButton(
188 ClickOnNotificationButton(0);
243 ClickOnNotificationButton(0);
258 ClickOnNotificationButton(1);
376 ClickOnNotificationButton(0);
414 ClickOnNotificationButton(0);
/external/chromium_org/ui/message_center/views/
H A Dnotification_view_unittest.cc47 virtual void ClickOnNotificationButton(const std::string& notification_id,
173 void NotificationViewTest::ClickOnNotificationButton( function in class:message_center::NotificationViewTest
H A Dmessage_center_view_unittest.cc105 virtual void ClickOnNotificationButton(const std::string& notification_id,
203 void MessageCenterViewTest::ClickOnNotificationButton( function in class:message_center::MessageCenterViewTest
H A Dtoast_contents_view.cc322 void ToastContentsView::ClickOnNotificationButton( function in class:message_center::ToastContentsView
326 collection_->ClickOnNotificationButton(notification_id, button_index);
H A Dmessage_popup_collection.cc100 void MessagePopupCollection::ClickOnNotificationButton( function in class:message_center::MessagePopupCollection
103 message_center_->ClickOnNotificationButton(notification_id, button_index);
H A Dmessage_center_view.cc922 void MessageCenterView::ClickOnNotificationButton( function in class:message_center::MessageCenterView
925 message_center_->ClickOnNotificationButton(notification_id, button_index);
/external/chromium_org/ui/message_center/
H A Dfake_message_center.cc102 void FakeMessageCenter::ClickOnNotificationButton(const std::string& id, function in class:message_center::FakeMessageCenter
H A Dmessage_center_impl.cc799 void MessageCenterImpl::ClickOnNotificationButton(const std::string& id, function in class:message_center::MessageCenterImpl

Completed in 1150 milliseconds