fullscreenElementFrom 184 Source/core/dom/FullscreenElementStack.cpp if (fullscreenElementFrom(*descendant->document())) { fullscreenElementFrom 234 Source/core/dom/FullscreenElementStack.cpp Element* topElement = fullscreenElementFrom(*currentDoc); fullscreenElementFrom 266 Source/core/dom/FullscreenElementStack.cpp if (!fullscreenElementFrom(document()->topDocument())) fullscreenElementFrom 272 Source/core/dom/FullscreenElementStack.cpp replacementFullscreenElementStack.append(fullscreenElementFrom(document()->topDocument())); fullscreenElementFrom 296 Source/core/dom/FullscreenElementStack.cpp if (fullscreenElementFrom(*descendant->document())) fullscreenElementFrom 316 Source/core/dom/FullscreenElementStack.cpp newTop = fullscreenElementFrom(*currentDoc); fullscreenElementFrom 57 Source/core/dom/FullscreenElementStack.h static Element* fullscreenElementFrom(Document&); fullscreenElementFrom 167 Source/core/page/scrolling/ScrollingCoordinator.cpp Element* fullscreenElement = FullscreenElementStack::fullscreenElementFrom(*(m_page->mainFrame()->document())); fullscreenElementFrom 315 Source/core/rendering/compositing/RenderLayerCompositor.cpp Element* fullscreenElement = FullscreenElementStack::fullscreenElementFrom(document); fullscreenElementFrom 320 Source/core/rendering/compositing/RenderLayerCompositor.cpp fullscreenElement = FullscreenElementStack::fullscreenElementFrom(*contentDocument);