is_fullscreen_mode_   61 chrome/browser/notifications/fullscreen_notification_blocker.cc   bool was_fullscreen_mode = is_fullscreen_mode_;
is_fullscreen_mode_   62 chrome/browser/notifications/fullscreen_notification_blocker.cc   is_fullscreen_mode_ = DoesFullscreenModeBlockNotifications();
is_fullscreen_mode_   63 chrome/browser/notifications/fullscreen_notification_blocker.cc   if (is_fullscreen_mode_ != was_fullscreen_mode)
is_fullscreen_mode_   69 chrome/browser/notifications/fullscreen_notification_blocker.cc   bool enabled = !is_fullscreen_mode_;
is_fullscreen_mode_   22 chrome/browser/notifications/fullscreen_notification_blocker.h   bool is_fullscreen_mode() const { return is_fullscreen_mode_; }
is_fullscreen_mode_   35 chrome/browser/notifications/fullscreen_notification_blocker.h   bool is_fullscreen_mode_;