/external/chromium_org/ash/system/chromeos/managed/ |
D | tray_locally_managed_user.cc | 26 const char TrayLocallyManagedUser::kNotificationId[] = member in ash::internal::TrayLocallyManagedUser 43 if (message_center::MessageCenter::Get()->HasNotification(kNotificationId)) in UpdateMessage() 83 kNotificationId, in CreateOrUpdateNotification()
|
D | tray_locally_managed_user.h | 41 static const char kNotificationId[]; variable
|
D | tray_locally_managed_user_unittest.cc | 38 if ((*iter)->id() == TrayLocallyManagedUser::kNotificationId) in GetPopup()
|
/external/chromium_org/ash/display/ |
D | resolution_notification_controller.cc | 101 const char ResolutionNotificationController::kNotificationId[] = member in ash::internal::ResolutionNotificationController 200 message_center->RemoveNotification(kNotificationId, false /* by_user */); in CreateOrUpdateNotification() 222 kNotificationId, in CreateOrUpdateNotification() 256 kNotificationId, false /* by_user */); in AcceptResolutionChange() 265 kNotificationId, false /* by_user */); in RevertResolutionChange()
|
D | resolution_notification_controller_unittest.cc | 63 ResolutionNotificationController::kNotificationId); in ClickOnNotification() 68 ResolutionNotificationController::kNotificationId, index); in ClickOnNotificationButton() 73 ResolutionNotificationController::kNotificationId, true /* by_user */); in CloseNotification() 78 ResolutionNotificationController::kNotificationId); in IsNotificationVisible()
|
D | resolution_notification_controller.h | 70 static const char kNotificationId[]; variable
|
/external/chromium_org/chrome/browser/chromeos/login/ |
D | multi_profile_first_run_notification.cc | 28 const char kNotificationId[] = "chrome:://login/multiprofile"; variable 84 kNotificationId, in UserProfilePrepared()
|
/external/chromium_org/ash/system/session_length_limit/ |
D | tray_session_length_limit.cc | 279 const char TraySessionLengthLimit::kNotificationId[] = member in ash::internal::TraySessionLengthLimit 358 kNotificationId, false /* by_user */); in Update() 362 kNotificationId, in Update() 368 kNotificationId, in Update()
|
D | tray_session_length_limit_unittest.cc | 50 if ((*iter)->id() == internal::TraySessionLengthLimit::kNotificationId) in GetNotification() 63 internal::TraySessionLengthLimit::kNotificationId, true /* by_user */); in RemoveNotification()
|
D | tray_session_length_limit.h | 57 static const char kNotificationId[]; variable
|
/external/chromium_org/ash/system/chromeos/power/ |
D | tray_power.cc | 201 const char kNotificationId[] = "usb-charger"; in MaybeShowUsbChargerNotification() local 208 kNotificationId, in MaybeShowUsbChargerNotification() 226 message_center_->RemoveNotification(kNotificationId, false); in MaybeShowUsbChargerNotification()
|
/external/chromium_org/ash/system/chromeos/ |
D | tray_display.h | 39 static const char kNotificationId[]; variable
|
D | tray_display.cc | 130 const char TrayDisplay::kNotificationId[] = "chrome://settings/display"; member in ash::internal::TrayDisplay 371 kNotificationId, false /* by_user */); in CreateOrUpdateNotification() 379 kNotificationId, in CreateOrUpdateNotification()
|
D | tray_display_unittest.cc | 118 TrayDisplay::kNotificationId, false); in CloseNotification() 158 if ((*iter)->id() == TrayDisplay::kNotificationId) in GetDisplayNotification()
|
/external/chromium_org/chrome/browser/ui/ash/ |
D | screenshot_taker.cc | 63 const char kNotificationId[] = "screenshot"; variable 167 return std::string(kNotificationId); in id() 509 const std::string notification_id(kNotificationId); in CreateNotification()
|
/external/chromium/chrome/browser/ |
D | bug_report_util.cc | 58 static char const kNotificationId[] = "feedback.chromeos"; variable
|
/external/chromium_org/chrome/browser/chromeos/display/ |
D | display_preferences_unittest.cc | 384 ResolutionNotificationController::kNotificationId, 1); in TEST_F() 387 ResolutionNotificationController::kNotificationId)); in TEST_F()
|