OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:webkitCurrentFullScreenElement
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentFullscreen.cpp
57
Element* DocumentFullscreen::
webkitCurrentFullScreenElement
(Document& document)
60
return fullscreen->
webkitCurrentFullScreenElement
();
Fullscreen.h
87
Element*
webkitCurrentFullScreenElement
() const { return m_fullScreenElement.get(); }
126
return fullscreen->
webkitCurrentFullScreenElement
() == &element;
Completed in 60 milliseconds