Searched defs:fullscreenElement (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentFullscreen.cpp38 Element* DocumentFullscreen::fullscreenElement(Document& document) function in class:blink::DocumentFullscreen
41 return fullscreen->fullscreenElement();
H A DFullscreen.h74 Element* fullscreenElement() const { return !m_fullScreenElementStack.isEmpty() ? m_fullScreenElementStack.last().first.get() : 0; } function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
H A DScrollingCoordinator.cpp163 Element* fullscreenElement = Fullscreen::fullscreenElementFrom(*mainFrameDocument); local
164 if (fullscreenElement && fullscreenElement != mainFrameDocument->documentElement())
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DRenderLayerCompositor.cpp169 Element* fullscreenElement = Fullscreen::fullscreenElementFrom(document); local
171 while (fullscreenElement && fullscreenElement->isFrameOwnerElement()) {
172 contentDocument = toHTMLFrameOwnerElement(fullscreenElement)->contentDocument();
175 fullscreenElement = Fullscreen::fullscreenElementFrom(*contentDocument);
178 fullscreenElement = Fullscreen::currentFullScreenElementFrom(*contentDocument);
179 if (!isHTMLVideoElement(fullscreenElement))
181 RenderObject* renderer = fullscreenElement->renderer();

Completed in 762 milliseconds