HomeSort by relevance Sort by last modified time
    Searched defs:ClickOnNotificationButton (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ash/display/
resolution_notification_controller_unittest.cc 115 static void ClickOnNotificationButton(int index) {
116 message_center::MessageCenter::Get()->ClickOnNotificationButton(
178 ClickOnNotificationButton(0);
233 ClickOnNotificationButton(0);
248 ClickOnNotificationButton(1);
366 ClickOnNotificationButton(0);
404 ClickOnNotificationButton(0);
  /external/chromium_org/ui/message_center/
fake_message_center.cc 102 void FakeMessageCenter::ClickOnNotificationButton(const std::string& id,
message_center_impl.cc 799 void MessageCenterImpl::ClickOnNotificationButton(const std::string& id,
  /external/chromium_org/ui/message_center/views/
message_center_view_unittest.cc 105 virtual void ClickOnNotificationButton(const std::string& notification_id,
203 void MessageCenterViewTest::ClickOnNotificationButton(
notification_view_unittest.cc 47 virtual void ClickOnNotificationButton(const std::string& notification_id,
174 void NotificationViewTest::ClickOnNotificationButton(
message_popup_collection.cc 112 void MessagePopupCollection::ClickOnNotificationButton(
115 message_center_->ClickOnNotificationButton(notification_id, button_index);
toast_contents_view.cc 325 void ToastContentsView::ClickOnNotificationButton(
329 collection_->ClickOnNotificationButton(notification_id, button_index);
message_center_view.cc 919 void MessageCenterView::ClickOnNotificationButton(
922 message_center_->ClickOnNotificationButton(notification_id, button_index);
    [all...]

Completed in 1235 milliseconds