Home
last modified time | relevance | path

Searched refs:kNotificationId (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/ash/system/chromeos/managed/
Dtray_locally_managed_user.cc26 const char TrayLocallyManagedUser::kNotificationId[] = member in ash::internal::TrayLocallyManagedUser
43 if (message_center::MessageCenter::Get()->HasNotification(kNotificationId)) in UpdateMessage()
83 kNotificationId, in CreateOrUpdateNotification()
Dtray_locally_managed_user.h41 static const char kNotificationId[]; variable
Dtray_locally_managed_user_unittest.cc38 if ((*iter)->id() == TrayLocallyManagedUser::kNotificationId) in GetPopup()
/external/chromium_org/ash/display/
Dresolution_notification_controller.cc101 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()
Dresolution_notification_controller_unittest.cc63 ResolutionNotificationController::kNotificationId); in ClickOnNotification()
68 ResolutionNotificationController::kNotificationId, index); in ClickOnNotificationButton()
73 ResolutionNotificationController::kNotificationId, true /* by_user */); in CloseNotification()
78 ResolutionNotificationController::kNotificationId); in IsNotificationVisible()
Dresolution_notification_controller.h70 static const char kNotificationId[]; variable
/external/chromium_org/chrome/browser/chromeos/login/
Dmulti_profile_first_run_notification.cc28 const char kNotificationId[] = "chrome:://login/multiprofile"; variable
84 kNotificationId, in UserProfilePrepared()
/external/chromium_org/ash/system/session_length_limit/
Dtray_session_length_limit.cc279 const char TraySessionLengthLimit::kNotificationId[] = member in ash::internal::TraySessionLengthLimit
358 kNotificationId, false /* by_user */); in Update()
362 kNotificationId, in Update()
368 kNotificationId, in Update()
Dtray_session_length_limit_unittest.cc50 if ((*iter)->id() == internal::TraySessionLengthLimit::kNotificationId) in GetNotification()
63 internal::TraySessionLengthLimit::kNotificationId, true /* by_user */); in RemoveNotification()
Dtray_session_length_limit.h57 static const char kNotificationId[]; variable
/external/chromium_org/ash/system/chromeos/power/
Dtray_power.cc201 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/
Dtray_display.h39 static const char kNotificationId[]; variable
Dtray_display.cc130 const char TrayDisplay::kNotificationId[] = "chrome://settings/display"; member in ash::internal::TrayDisplay
371 kNotificationId, false /* by_user */); in CreateOrUpdateNotification()
379 kNotificationId, in CreateOrUpdateNotification()
Dtray_display_unittest.cc118 TrayDisplay::kNotificationId, false); in CloseNotification()
158 if ((*iter)->id() == TrayDisplay::kNotificationId) in GetDisplayNotification()
/external/chromium_org/chrome/browser/ui/ash/
Dscreenshot_taker.cc63 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/
Dbug_report_util.cc58 static char const kNotificationId[] = "feedback.chromeos"; variable
/external/chromium_org/chrome/browser/chromeos/display/
Ddisplay_preferences_unittest.cc384 ResolutionNotificationController::kNotificationId, 1); in TEST_F()
387 ResolutionNotificationController::kNotificationId)); in TEST_F()