fullScreenElement 353 Source/core/rendering/RenderInline.cpp const Element* fullScreenElement = fullscreen->webkitCurrentFullScreenElement(); fullScreenElement 354 Source/core/rendering/RenderInline.cpp if (fullScreenElement && beforeChild && beforeChild->node() == fullScreenElement) fullScreenElement 234 Source/web/WebDocument.cpp Element* fullScreenElement = 0; fullScreenElement 236 Source/web/WebDocument.cpp fullScreenElement = fullscreen->webkitCurrentFullScreenElement(); fullScreenElement 237 Source/web/WebDocument.cpp return WebElement(fullScreenElement); fullScreenElement 113 public/web/WebDocument.h BLINK_EXPORT WebElement fullScreenElement() const;