Home
last modified time | relevance | path

Searched refs:MultiUserNotificationBlockerChromeOS (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/ash/multi_user/
Dmulti_user_notification_blocker_chromeos.cc12 MultiUserNotificationBlockerChromeOS::MultiUserNotificationBlockerChromeOS( in MultiUserNotificationBlockerChromeOS() function in MultiUserNotificationBlockerChromeOS
19 MultiUserNotificationBlockerChromeOS::~MultiUserNotificationBlockerChromeOS() { in ~MultiUserNotificationBlockerChromeOS()
22 bool MultiUserNotificationBlockerChromeOS::ShouldShowNotification( in ShouldShowNotification()
33 bool MultiUserNotificationBlockerChromeOS::ShouldShowNotificationAsPopup( in ShouldShowNotificationAsPopup()
38 void MultiUserNotificationBlockerChromeOS::ActiveUserChanged( in ActiveUserChanged()
54 bool MultiUserNotificationBlockerChromeOS::IsActive() const { in IsActive()
Dmulti_user_notification_blocker_chromeos.h16 class MultiUserNotificationBlockerChromeOS
19 MultiUserNotificationBlockerChromeOS(
22 virtual ~MultiUserNotificationBlockerChromeOS();
40 DISALLOW_COPY_AND_ASSIGN(MultiUserNotificationBlockerChromeOS);
Dmulti_user_window_manager_chromeos.h22 class MultiUserNotificationBlockerChromeOS; variable
185 MultiUserNotificationBlockerChromeOS* notification_blocker() { in notification_blocker()
248 scoped_ptr<MultiUserNotificationBlockerChromeOS> notification_blocker_;
Dmulti_user_window_manager_chromeos.cc212 notification_blocker_(new MultiUserNotificationBlockerChromeOS( in MultiUserWindowManagerChromeOS()