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

  /external/chromium_org/ash/display/
resolution_notification_controller_unittest.cc 120 static void ClickOnNotification() {
121 message_center::MessageCenter::Get()->ClickOnNotification(
219 ClickOnNotification();
  /external/chromium_org/ui/message_center/
fake_message_center.cc 99 void FakeMessageCenter::ClickOnNotification(const std::string& id) {
message_center_impl.cc 786 void MessageCenterImpl::ClickOnNotification(const std::string& id) {
  /external/chromium_org/ui/message_center/views/
message_center_view_unittest.cc 98 virtual void ClickOnNotification(const std::string& notification_id) OVERRIDE;
177 void MessageCenterViewTest::ClickOnNotification(
notification_view_unittest.cc 40 virtual void ClickOnNotification(const std::string& notification_id) OVERRIDE;
147 void NotificationViewTest::ClickOnNotification(
toast_contents_view.cc 293 void ToastContentsView::ClickOnNotification(
296 collection_->ClickOnNotification(notification_id);
message_popup_collection.cc 78 void MessagePopupCollection::ClickOnNotification(
80 message_center_->ClickOnNotification(notification_id);
message_center_view.cc 902 void MessageCenterView::ClickOnNotification(
904 message_center_->ClickOnNotification(notification_id);
    [all...]
notification_view.cc 508 void NotificationView::ClickOnNotification(const std::string& notification_id) {
509 controller_->ClickOnNotification(notification_id);

Completed in 3458 milliseconds