OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fullscreenEnabled
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentFullscreen.cpp
33
bool DocumentFullscreen::
fullscreenEnabled
(Document& document)
35
return Fullscreen::
fullscreenEnabled
(document);
Fullscreen.cpp
404
bool Fullscreen::
fullscreenEnabled
(Document& document)
406
// 4. The
fullscreenEnabled
attribute must return true if the context object has its
Completed in 59 milliseconds