Searched refs:fullscreenElementFrom (Results 1 – 4 of 4) sorted by relevance
94 if (const Element* topElement = Fullscreen::fullscreenElementFrom(element.document())) { in fullscreenElementReady()150 Element* Fullscreen::fullscreenElementFrom(Document& document) in fullscreenElementFrom() function in blink::Fullscreen274 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()
56 static Element* fullscreenElementFrom(Document&);
169 Element* fullscreenElement = Fullscreen::fullscreenElementFrom(document); in findFullscreenVideoRenderer()175 fullscreenElement = Fullscreen::fullscreenElementFrom(*contentDocument); in findFullscreenVideoRenderer()
163 Element* fullscreenElement = Fullscreen::fullscreenElementFrom(*mainFrameDocument); in updateAfterCompositingChangeIfNeeded()