isKeyEventAllowedInFullScreen 3089 Source/core/page/EventHandler.cpp         if (fullscreen->webkitIsFullScreen() && !isKeyEventAllowedInFullScreen(fullscreen, initialKeyEvent))
isKeyEventAllowedInFullScreen  300 Source/core/page/EventHandler.h     bool isKeyEventAllowedInFullScreen(FullscreenElementStack*, const PlatformKeyboardEvent&) const;