Searched refs:webkitFullScreenKeyboardInputAllowed (Results 1 – 5 of 5) sorted by relevance
40 bool DocumentFullscreen::webkitFullScreenKeyboardInputAllowed(Document* document) in webkitFullScreenKeyboardInputAllowed() function in WebCore::DocumentFullscreen43 return fullscreen->webkitFullScreenKeyboardInputAllowed(); in webkitFullScreenKeyboardInputAllowed()
37 static bool webkitFullScreenKeyboardInputAllowed(Document*);
94 …bool webkitFullScreenKeyboardInputAllowed() const { return m_fullScreenElement.get() && m_areKeysE… in webkitFullScreenKeyboardInputAllowed() function
24 [RuntimeEnabled=Fullscreen] readonly attribute boolean webkitFullScreenKeyboardInputAllowed;
3061 if (fullscreen->webkitFullScreenKeyboardInputAllowed()) in isKeyEventAllowedInFullScreen()