Searched defs:LoginStateNotificationBlockerChromeOS (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/notifications/
H A Dlogin_state_notification_blocker_chromeos.h20 class LoginStateNotificationBlockerChromeOS class in inherits:message_center::NotificationBlocker,ash::ShellObserver,chromeos::LoginState::Observer,chromeos::UserAddingScreen::Observer
26 explicit LoginStateNotificationBlockerChromeOS(
28 virtual ~LoginStateNotificationBlockerChromeOS();
49 DISALLOW_COPY_AND_ASSIGN(LoginStateNotificationBlockerChromeOS);
H A Dlogin_state_notification_blocker_chromeos.cc17 LoginStateNotificationBlockerChromeOS::LoginStateNotificationBlockerChromeOS( function in class:LoginStateNotificationBlockerChromeOS
32 LoginStateNotificationBlockerChromeOS::
33 ~LoginStateNotificationBlockerChromeOS() {
45 bool LoginStateNotificationBlockerChromeOS::ShouldShowNotificationAsPopup(
62 void LoginStateNotificationBlockerChromeOS::OnLockStateChanged(bool locked) {
67 void LoginStateNotificationBlockerChromeOS::OnAppTerminating() {
73 void LoginStateNotificationBlockerChromeOS::LoggedInStateChanged() {
77 void LoginStateNotificationBlockerChromeOS::OnUserAddingStarted() {
81 void LoginStateNotificationBlockerChromeOS
[all...]

Completed in 231 milliseconds