Searched refs:kNotificationId (Results 1 - 21 of 21) sorted by path

/external/chromium_org/ash/display/
H A Dresolution_notification_controller.cc101 const char ResolutionNotificationController::kNotificationId[] = member in class:ash::ResolutionNotificationController
199 message_center->RemoveNotification(kNotificationId, false /* by_user */);
238 kNotificationId,
268 kNotificationId, false /* by_user */);
277 kNotificationId, false /* by_user */);
H A Dresolution_notification_controller.h77 static const char kNotificationId[]; member in class:ash::ResolutionNotificationController
H A Dresolution_notification_controller_unittest.cc113 if ((*iter)->id() == ResolutionNotificationController::kNotificationId)
122 ResolutionNotificationController::kNotificationId);
127 ResolutionNotificationController::kNotificationId, index);
132 ResolutionNotificationController::kNotificationId, true /* by_user */);
137 ResolutionNotificationController::kNotificationId);
/external/chromium_org/ash/system/chromeos/power/
H A Dtray_power.cc256 const char kNotificationId[] = "usb-charger"; local
263 kNotificationId,
281 message_center_->RemoveNotification(kNotificationId, false);
/external/chromium_org/ash/system/chromeos/session/
H A Dtray_session_length_limit.cc41 const char TraySessionLengthLimit::kNotificationId[] = member in class:ash::TraySessionLengthLimit
126 !message_center->FindVisibleNotificationById(kNotificationId)) {
135 message_center->FindVisibleNotificationById(kNotificationId)) {
137 kNotificationId, false /* by_user */);
153 kNotificationId,
165 if (message_center->FindVisibleNotificationById(kNotificationId))
166 message_center->UpdateNotification(kNotificationId, notification.Pass());
H A Dtray_session_length_limit.h48 static const char kNotificationId[]; member in class:ash::TraySessionLengthLimit
H A Dtray_session_length_limit_unittest.cc49 if ((*iter)->id() == TraySessionLengthLimit::kNotificationId)
62 TraySessionLengthLimit::kNotificationId, false /* by_user */);
/external/chromium_org/ash/system/chromeos/supervised/
H A Dtray_supervised_user.cc26 const char TraySupervisedUser::kNotificationId[] = member in class:ash::TraySupervisedUser
45 kNotificationId))
90 kNotificationId,
H A Dtray_supervised_user.h38 static const char kNotificationId[]; member in class:ash::TraySupervisedUser
H A Dtray_supervised_user_unittest.cc37 if ((*iter)->id() == TraySupervisedUser::kNotificationId)
/external/chromium_org/ash/system/chromeos/
H A Dtray_display.cc134 const char TrayDisplay::kNotificationId[] = "chrome://settings/display"; member in class:ash::TrayDisplay
376 kNotificationId, false /* by_user */);
391 kNotificationId,
H A Dtray_display.h38 static const char kNotificationId[]; member in class:ash::TrayDisplay
H A Dtray_display_unittest.cc120 TrayDisplay::kNotificationId, false);
168 if ((*iter)->id() == TrayDisplay::kNotificationId)
/external/chromium_org/chrome/browser/chromeos/display/
H A Ddisplay_preferences_unittest.cc465 ResolutionNotificationController::kNotificationId, 1);
469 ResolutionNotificationController::kNotificationId));
/external/chromium_org/chrome/browser/chromeos/net/
H A Dnetwork_portal_detector_impl_browsertest.cc34 const char* kNotificationId = member in namespace:chromeos::__anon3374
35 NetworkPortalNotificationController::kNotificationId;
77 if (notification_id == kNotificationId)
83 if (notification_id == kNotificationId && by_user)
177 ASSERT_FALSE(message_center()->FindVisibleNotificationById(kNotificationId));
183 ASSERT_TRUE(message_center()->FindVisibleNotificationById(kNotificationId));
196 message_center()->RemoveNotification(kNotificationId, true);
H A Dnetwork_portal_notification_controller.cc48 NetworkPortalNotificationController::kNotificationId, false);
118 const char NetworkPortalNotificationController::kNotificationId[] = member in class:chromeos::NetworkPortalNotificationController
164 kNotificationId,
H A Dnetwork_portal_notification_controller.h32 static const char kNotificationId[]; member in class:chromeos::NetworkPortalNotificationController
H A Dnetwork_portal_notification_controller_unittest.cc19 const char* kNotificationId = member in namespace:chromeos::__anon3377
20 NetworkPortalNotificationController::kNotificationId;
24 return message_center->FindVisibleNotificationById(kNotificationId);
34 if (notification_id == kNotificationId)
40 if (notification_id == kNotificationId)
46 if (notification_id == kNotificationId)
128 MessageCenter::Get()->RemoveNotification(kNotificationId, true /* by_user */);
176 MessageCenter::Get()->RemoveNotification(kNotificationId, true /* by_user */);
/external/chromium_org/chrome/browser/signin/
H A Dsignin_error_notifier_ash_unittest.cc44 static const std::string kNotificationId = member in namespace:ash::test::__anon4691
106 g_browser_process->notification_ui_manager()->FindById(kNotificationId);
121 ASSERT_FALSE(notification_ui_manager_->FindById(kNotificationId));
125 ASSERT_FALSE(notification_ui_manager_->FindById(kNotificationId));
127 ASSERT_FALSE(notification_ui_manager_->FindById(kNotificationId));
135 ASSERT_FALSE(notification_ui_manager_->FindById(kNotificationId));
143 ASSERT_TRUE(notification_ui_manager_->FindById(kNotificationId));
146 ASSERT_FALSE(notification_ui_manager_->FindById(kNotificationId));
149 ASSERT_FALSE(notification_ui_manager_->FindById(kNotificationId));
170 ASSERT_TRUE(notification_ui_manager_->FindById(kNotificationId));
[all...]
/external/chromium_org/chrome/browser/sync/
H A Dsync_error_notifier_ash_unittest.cc45 static const std::string kNotificationId = member in namespace:ash::test::__anon4798
160 FindById(kNotificationId);
196 ASSERT_FALSE(notification_ui_manager_->FindById(kNotificationId));
/external/chromium_org/chrome/browser/ui/ash/
H A Dscreenshot_taker.cc58 const char kNotificationId[] = "screenshot"; member in namespace:__anon5001
163 return std::string(kNotificationId);
476 const std::string notification_id(kNotificationId);

Completed in 325 milliseconds