Searched refs:webkitCurrentFullScreenElement (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentFullscreen.cpp57 Element* DocumentFullscreen::webkitCurrentFullScreenElement(Document& document) function in class:blink::DocumentFullscreen
60 return fullscreen->webkitCurrentFullScreenElement();
H A DDocumentFullscreen.h47 static Element* webkitCurrentFullScreenElement(Document&);
H A DDocumentFullscreen.idl32 [MeasureAs=PrefixedDocumentIsFullscreen, ImplementedAs=webkitCurrentFullScreenElement] readonly attribute boolean webkitIsFullScreen;
34 [MeasureAs=PrefixedDocumentCurrentFullScreenElement] readonly attribute Element webkitCurrentFullScreenElement;
H A DFullscreen.h87 Element* webkitCurrentFullScreenElement() const { return m_fullScreenElement.get(); } function in class:blink::FINAL
126 return fullscreen->webkitCurrentFullScreenElement() == &element;
H A DFullscreen.cpp160 return found->webkitCurrentFullScreenElement();
519 target = fullscreen.webkitCurrentFullScreenElement();
/external/chromium_org/third_party/WebKit/Source/web/
H A DFullscreenController.cpp104 if (fullscreen->webkitCurrentFullScreenElement()) {
H A DWebDocument.cpp238 fullScreenElement = fullscreen->webkitCurrentFullScreenElement();
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderInline.cpp385 const Element* fullScreenElement = fullscreen->webkitCurrentFullScreenElement();
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEventHandler.cpp3002 if (fullscreen->webkitCurrentFullScreenElement() && !isKeyEventAllowedInFullScreen(fullscreen, initialKeyEvent)) {

Completed in 443 milliseconds