Home
last modified time | relevance | path

Searched refs:fullscreenElementFrom (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DFullscreen.cpp94 if (const Element* topElement = Fullscreen::fullscreenElementFrom(element.document())) { in fullscreenElementReady()
150 Element* Fullscreen::fullscreenElementFrom(Document& document) in fullscreenElementFrom() function in blink::Fullscreen
274 Element* topElement = fullscreenElementFrom(*currentDoc); in requestFullscreen()
307 if (!fullscreenElementFrom(doc)) in fullyExitFullscreen()
340 if (fullscreenElementFrom(*toLocalFrame(descendant)->document())) in exitFullscreen()
363 newTop = fullscreenElementFrom(*currentDoc); in exitFullscreen()
DFullscreen.h56 static Element* fullscreenElementFrom(Document&);
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
DRenderLayerCompositor.cpp169 Element* fullscreenElement = Fullscreen::fullscreenElementFrom(document); in findFullscreenVideoRenderer()
175 fullscreenElement = Fullscreen::fullscreenElementFrom(*contentDocument); in findFullscreenVideoRenderer()
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
DScrollingCoordinator.cpp163 Element* fullscreenElement = Fullscreen::fullscreenElementFrom(*mainFrameDocument); in updateAfterCompositingChangeIfNeeded()