OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_fullscreen_mode_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/notifications/
fullscreen_notification_blocker.h
22
bool is_fullscreen_mode() const { return
is_fullscreen_mode_
; }
35
bool
is_fullscreen_mode_
;
member in class:FullscreenNotificationBlocker
fullscreen_notification_blocker.cc
52
is_fullscreen_mode_
(false) {
61
bool was_fullscreen_mode =
is_fullscreen_mode_
;
62
is_fullscreen_mode_
= DoesFullscreenModeBlockNotifications();
63
if (
is_fullscreen_mode_
!= was_fullscreen_mode)
69
bool enabled = !
is_fullscreen_mode_
;
Completed in 29 milliseconds