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

  /external/chromium_org/ash/display/
resolution_notification_controller.h 70 static const char kNotificationId[];
resolution_notification_controller.cc 100 const char ResolutionNotificationController::kNotificationId[] =
198 message_center->RemoveNotification(kNotificationId, false /* by_user */);
218 kNotificationId,
250 kNotificationId, false /* by_user */);
259 kNotificationId, false /* by_user */);
resolution_notification_controller_unittest.cc 61 ResolutionNotificationController::kNotificationId);
66 ResolutionNotificationController::kNotificationId, index);
71 ResolutionNotificationController::kNotificationId, true /* by_user */);
76 ResolutionNotificationController::kNotificationId);
  /external/chromium_org/ash/system/chromeos/power/
tray_power.cc 198 const char kNotificationId[] = "usb-charger";
205 kNotificationId,
220 message_center_->RemoveNotification(kNotificationId, false);
  /external/chromium_org/chrome/browser/ui/ash/
screenshot_taker.cc 50 const char kNotificationId[] = "screenshot";
80 return std::string(kNotificationId);
326 const std::string notification_id(kNotificationId);
  /external/chromium_org/chrome/browser/chromeos/display/
display_preferences_unittest.cc 384 ResolutionNotificationController::kNotificationId, 1);
387 ResolutionNotificationController::kNotificationId));
  /external/chromium/chrome/browser/
bug_report_util.cc 58 static char const kNotificationId[] = "feedback.chromeos";

Completed in 78 milliseconds