OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notification_blocker_
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ash/first_run/
desktop_cleaner.h
34
scoped_ptr<NotificationBlocker>
notification_blocker_
;
member in class:ash::DesktopCleaner
desktop_cleaner.cc
104
notification_blocker_
.reset(new NotificationBlocker());
/external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_window_manager_chromeos.h
186
return
notification_blocker_
.get();
248
scoped_ptr<MultiUserNotificationBlockerChromeOS>
notification_blocker_
;
member in class:chrome::MultiUserWindowManagerChromeOS
multi_user_notification_blocker_chromeos_unittest.cc
51
GetMultiUserWindowManager()->
notification_blocker_
->AddObserver(this);
55
GetMultiUserWindowManager()->
notification_blocker_
->RemoveObserver(this);
81
return GetMultiUserWindowManager()->
notification_blocker_
.get();
multi_user_window_manager_chromeos.cc
213
notification_blocker_
(new MultiUserNotificationBlockerChromeOS(
Completed in 205 milliseconds