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 110 static void ClickOnNotification() {
111 message_center::MessageCenter::Get()->ClickOnNotification(
209 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;
148 void NotificationViewTest::ClickOnNotification(
message_popup_collection.cc 90 void MessagePopupCollection::ClickOnNotification(
92 message_center_->ClickOnNotification(notification_id);
toast_contents_view.cc 296 void ToastContentsView::ClickOnNotification(
299 collection_->ClickOnNotification(notification_id);
message_center_view.cc 899 void MessageCenterView::ClickOnNotification(
901 message_center_->ClickOnNotification(notification_id);
    [all...]
notification_view.cc 503 void NotificationView::ClickOnNotification(const std::string& notification_id) {
504 controller_->ClickOnNotification(notification_id);

Completed in 156 milliseconds