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

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

Completed in 2603 milliseconds