OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:webkitFullScreenKeyboardInputAllowed
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentFullscreen.cpp
50
bool DocumentFullscreen::
webkitFullScreenKeyboardInputAllowed
(Document& document)
53
return fullscreen->
webkitFullScreenKeyboardInputAllowed
();
Fullscreen.h
86
bool
webkitFullScreenKeyboardInputAllowed
() const { return m_fullScreenElement.get() && m_areKeysEnabledInFullScreen; }
Completed in 794 milliseconds