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

  /external/chromium_org/ui/message_center/views/
message_center_controller.h 30 virtual void ClickOnNotificationButton(const std::string& notification_id,
message_center_view.h 91 virtual void ClickOnNotificationButton(const std::string& notification_id,
message_popup_collection.h 72 virtual void ClickOnNotificationButton(const std::string& notification_id,
toast_contents_view.h 89 virtual void ClickOnNotificationButton(const std::string& notification_id,
message_center_view_unittest.cc 105 virtual void ClickOnNotificationButton(const std::string& notification_id,
203 void MessageCenterViewTest::ClickOnNotificationButton(
toast_contents_view.cc 322 void ToastContentsView::ClickOnNotificationButton(
326 collection_->ClickOnNotificationButton(notification_id, button_index);
notification_view_unittest.cc 47 virtual void ClickOnNotificationButton(const std::string& notification_id,
173 void NotificationViewTest::ClickOnNotificationButton(
message_popup_collection.cc 100 void MessagePopupCollection::ClickOnNotificationButton(
103 message_center_->ClickOnNotificationButton(notification_id, button_index);
message_popup_collection_unittest.cc 151 MessageCenter::Get()->ClickOnNotificationButton(id1, 0);
message_center_view.cc 922 void MessageCenterView::ClickOnNotificationButton(
925 message_center_->ClickOnNotificationButton(notification_id, button_index);
    [all...]
notification_view.cc 497 controller_->ClickOnNotificationButton(id, i);
  /external/chromium_org/ash/display/
resolution_notification_controller_unittest.cc 125 static void ClickOnNotificationButton(int index) {
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/
fake_message_center.cc 102 void FakeMessageCenter::ClickOnNotificationButton(const std::string& id,
fake_message_center.h 56 virtual void ClickOnNotificationButton(const std::string& id,
message_center.h 129 virtual void ClickOnNotificationButton(const std::string& id,
message_center_impl.h 181 virtual void ClickOnNotificationButton(const std::string& id,
message_center_impl.cc 799 void MessageCenterImpl::ClickOnNotificationButton(const std::string& id,
  /external/chromium_org/chrome/browser/extensions/
extension_storage_monitor_browsertest.cc 251 message_center::MessageCenter::Get()->ClickOnNotificationButton(
332 message_center::MessageCenter::Get()->ClickOnNotificationButton(
  /external/chromium_org/chrome/browser/notifications/
message_center_notifications_browsertest.cc 197 message_center()->ClickOnNotificationButton("n", 1);
  /external/chromium_org/chrome/browser/chromeos/display/
display_preferences_unittest.cc 464 message_center::MessageCenter::Get()->ClickOnNotificationButton(
    [all...]

Completed in 257 milliseconds