HomeSort by relevance Sort by last modified time
    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 198 milliseconds