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 61 void ClickOnNotification() {
62 message_center::MessageCenter::Get()->ClickOnNotification(
157 ClickOnNotification();
  /external/chromium_org/ui/message_center/
fake_message_center.cc 101 void FakeMessageCenter::ClickOnNotification(const std::string& id) {
message_center_impl.cc 776 void MessageCenterImpl::ClickOnNotification(const std::string& id) {
  /external/chromium_org/ui/message_center/views/
group_view.cc 262 void GroupView::ClickOnNotification(const std::string& notification_id) {
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.cc 108 void MessagePopupCollection::ClickOnNotification(
110 message_center_->ClickOnNotification(notification_id);
notification_view.cc 630 void NotificationView::ClickOnNotification(const std::string& notification_id) {
631 controller_->ClickOnNotification(notification_id);
message_center_view.cc     [all...]

Completed in 286 milliseconds