webkitCurrentFullScreenElement  872 Source/core/css/SelectorChecker.cpp                 return element == fullscreen->webkitCurrentFullScreenElement();
webkitCurrentFullScreenElement   50 Source/core/dom/DocumentFullscreen.cpp         return fullscreen->webkitCurrentFullScreenElement();
webkitCurrentFullScreenElement   38 Source/core/dom/DocumentFullscreen.h     static Element* webkitCurrentFullScreenElement(Document&);
webkitCurrentFullScreenElement   94 Source/core/dom/FullscreenElementStack.cpp         return found->webkitCurrentFullScreenElement();
webkitCurrentFullScreenElement  569 Source/core/dom/FullscreenElementStack.cpp             target = fullscreen->webkitCurrentFullScreenElement();
webkitCurrentFullScreenElement   95 Source/core/dom/FullscreenElementStack.h     Element* webkitCurrentFullScreenElement() const { return m_fullScreenElement.get(); }
webkitCurrentFullScreenElement  124 Source/core/dom/FullscreenElementStack.h     return controller->webkitIsFullScreen() && controller->webkitCurrentFullScreenElement() == element;
webkitCurrentFullScreenElement  353 Source/core/rendering/RenderInline.cpp         const Element* fullScreenElement = fullscreen->webkitCurrentFullScreenElement();
webkitCurrentFullScreenElement  236 Source/web/WebDocument.cpp         fullScreenElement = fullscreen->webkitCurrentFullScreenElement();