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 47 Element* DocumentFullscreen::webkitCurrentFullScreenElement(Document* document)
50 return fullscreen->webkitCurrentFullScreenElement();
FullscreenElementStack.h 95 Element* webkitCurrentFullScreenElement() const { return m_fullScreenElement.get(); }
124 return controller->webkitIsFullScreen() && controller->webkitCurrentFullScreenElement() == element;

Completed in 46 milliseconds