OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScreenLockNotificationBlocker
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/notifications/
screen_lock_notification_blocker.cc
14
ScreenLockNotificationBlocker
::
ScreenLockNotificationBlocker
(
20
ScreenLockNotificationBlocker
::~
ScreenLockNotificationBlocker
() {
23
void
ScreenLockNotificationBlocker
::CheckState() {
33
&
ScreenLockNotificationBlocker
::CheckState);
37
bool
ScreenLockNotificationBlocker
::ShouldShowNotificationAsPopup(
screen_lock_notification_blocker.h
14
class
ScreenLockNotificationBlocker
17
explicit
ScreenLockNotificationBlocker
(
19
virtual ~
ScreenLockNotificationBlocker
();
31
base::OneShotTimer<
ScreenLockNotificationBlocker
> timer_;
33
DISALLOW_COPY_AND_ASSIGN(
ScreenLockNotificationBlocker
);
balloon_notification_ui_manager.h
100
ScreenLockNotificationBlocker
screen_lock_blocker_;
message_center_notification_manager.cc
71
blockers_.push_back(new
ScreenLockNotificationBlocker
(message_center));
Completed in 66 milliseconds