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

  /external/chromium_org/ui/message_center/views/
message_center_controller.h 20 virtual void ClickOnNotification(const std::string& notification_id) = 0;
group_view.h 47 virtual void ClickOnNotification(const std::string& notification_id) OVERRIDE;
message_view.cc 233 controller_->ClickOnNotification(notification_id_);
242 controller_->ClickOnNotification(notification_id_);
259 controller_->ClickOnNotification(notification_id_);
282 controller_->ClickOnNotification(notification_id_);
message_view.h 28 virtual void ClickOnNotification(const std::string& notification_id) = 0;
notification_view.h 60 virtual void ClickOnNotification(const std::string& notification_id) OVERRIDE;
message_center_view.h 82 virtual void ClickOnNotification(const std::string& notification_id) OVERRIDE;
toast_contents_view.h 79 virtual void ClickOnNotification(const std::string& notification_id) OVERRIDE;
message_center_view_unittest.cc 98 virtual void ClickOnNotification(const std::string& notification_id) OVERRIDE;
181 void MessageCenterViewTest::ClickOnNotification(
toast_contents_view.cc 290 void ToastContentsView::ClickOnNotification(
293 collection_->ClickOnNotification(notification_id);
message_popup_collection.h 74 virtual void ClickOnNotification(const std::string& notification_id) OVERRIDE;
message_popup_collection.cc 108 void MessagePopupCollection::ClickOnNotification(
110 message_center_->ClickOnNotification(notification_id);
group_view.cc 262 void GroupView::ClickOnNotification(const std::string& notification_id) {
notification_view.cc 630 void NotificationView::ClickOnNotification(const std::string& notification_id) {
631 controller_->ClickOnNotification(notification_id);
message_center_view.cc     [all...]
message_popup_collection_unittest.cc 134 MessageCenter::Get()->ClickOnNotification(id2);
  /external/chromium_org/ui/message_center/
fake_message_center.cc 101 void FakeMessageCenter::ClickOnNotification(const std::string& id) {
fake_message_center.h 55 virtual void ClickOnNotification(const std::string& id) OVERRIDE;
message_center.h 119 virtual void ClickOnNotification(const std::string& id) = 0;
message_center_impl.h 176 virtual void ClickOnNotification(const std::string& id) OVERRIDE;
message_center_impl.cc 776 void MessageCenterImpl::ClickOnNotification(const std::string& id) {
  /external/chromium_org/ash/display/
resolution_notification_controller_unittest.cc 61 void ClickOnNotification() {
62 message_center::MessageCenter::Get()->ClickOnNotification(
157 ClickOnNotification();
  /external/chromium_org/chrome/browser/notifications/
message_center_notifications_browsertest.cc 328 message_center()->ClickOnNotification("n");
370 message_center()->ClickOnNotification("n");
412 message_center()->ClickOnNotification("n");
  /external/chromium_org/chrome/browser/extensions/
extension_crash_recovery_browsertest.cc 131 message_center->ClickOnNotification(id);

Completed in 151 milliseconds