OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:webkitFullscreenElement
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentFullscreen.cpp
64
Element* DocumentFullscreen::
webkitFullscreenElement
(Document* document)
67
return fullscreen->
webkitFullscreenElement
();
FullscreenElementStack.h
90
Element*
webkitFullscreenElement
() const { return !m_fullScreenElementStack.isEmpty() ? m_fullScreenElementStack.last().get() : 0; }
Completed in 865 milliseconds