rootElement      2071 Source/core/accessibility/AXRenderObject.cpp     SVGSVGElement* rootElement = toSVGDocument(doc)->rootElement();
rootElement      2072 Source/core/accessibility/AXRenderObject.cpp     if (!rootElement)
rootElement      2074 Source/core/accessibility/AXRenderObject.cpp     RenderObject* rendererRoot = rootElement->renderer();
rootElement      2387 Source/core/dom/Document.cpp     Element* rootElement = documentElement();
rootElement      2389 Source/core/dom/Document.cpp     if (!rootElement)
rootElement      2392 Source/core/dom/Document.cpp         rootStyle = rootElement->renderStyle();
rootElement      2396 Source/core/dom/Document.cpp     if (bodyElement && rootStyle->isOverflowVisible() && isHTMLHtmlElement(*rootElement))
rootElement      2398 Source/core/dom/Document.cpp     return rootElement;
rootElement       964 Source/core/editing/VisibleUnits.cpp     Element* rootElement = node->rendererIsEditable(editableType) ? node->rootEditableElement(editableType) : node->document().documentElement();
rootElement       965 Source/core/editing/VisibleUnits.cpp     if (!rootElement)
rootElement       967 Source/core/editing/VisibleUnits.cpp     return VisiblePosition(firstPositionInNode(rootElement), DOWNSTREAM);
rootElement      1022 Source/core/editing/VisibleUnits.cpp     Element* rootElement = node->rendererIsEditable(editableType) ? node->rootEditableElement(editableType) : node->document().documentElement();
rootElement      1023 Source/core/editing/VisibleUnits.cpp     if (!rootElement)
rootElement      1025 Source/core/editing/VisibleUnits.cpp     return VisiblePosition(lastPositionInNode(rootElement), DOWNSTREAM);
rootElement      1587 Source/core/frame/FrameView.cpp         if (SVGSVGElement* svg = toSVGDocument(m_frame->document())->rootElement()) {
rootElement       183 Source/core/html/ImageDocument.cpp     RefPtr<HTMLHtmlElement> rootElement = HTMLHtmlElement::create(*this);
rootElement       184 Source/core/html/ImageDocument.cpp     appendChild(rootElement);
rootElement       185 Source/core/html/ImageDocument.cpp     rootElement->insertedByParser();
rootElement       213 Source/core/html/ImageDocument.cpp     rootElement->appendChild(head);
rootElement       214 Source/core/html/ImageDocument.cpp     rootElement->appendChild(body);
rootElement        75 Source/core/html/MediaDocument.cpp     RefPtr<HTMLHtmlElement> rootElement = HTMLHtmlElement::create(*document());
rootElement        76 Source/core/html/MediaDocument.cpp     rootElement->insertedByParser();
rootElement        77 Source/core/html/MediaDocument.cpp     document()->appendChild(rootElement);
rootElement       104 Source/core/html/MediaDocument.cpp     rootElement->appendChild(head.release());
rootElement       105 Source/core/html/MediaDocument.cpp     rootElement->appendChild(body.release());
rootElement        87 Source/core/html/PluginDocument.cpp     RefPtr<HTMLHtmlElement> rootElement = HTMLHtmlElement::create(*document());
rootElement        88 Source/core/html/PluginDocument.cpp     rootElement->insertedByParser();
rootElement        89 Source/core/html/PluginDocument.cpp     document()->appendChild(rootElement);
rootElement        96 Source/core/html/PluginDocument.cpp     rootElement->appendChild(body);
rootElement        49 Source/core/svg/SVGDocument.cpp     return rootElement(*this);
rootElement        58 Source/core/svg/SVGDocument.cpp     rootElement()->dispatchEvent(event.release(), IGNORE_EXCEPTION);
rootElement        65 Source/core/svg/SVGDocument.cpp     rootElement()->dispatchEvent(event.release(), IGNORE_EXCEPTION);
rootElement        70 Source/core/svg/SVGDocument.cpp     if (SVGSVGElement* svg = rootElement()) {
rootElement        84 Source/core/svg/SVGDocument.cpp     if (SVGSVGElement* svg = rootElement())
rootElement        90 Source/core/svg/SVGDocument.cpp     if (SVGSVGElement* svg = rootElement()) {
rootElement        38 Source/core/svg/SVGDocument.h     static SVGSVGElement* rootElement(const Document&);
rootElement        39 Source/core/svg/SVGDocument.h     SVGSVGElement* rootElement() const;
rootElement        94 Source/core/svg/graphics/SVGImage.cpp     SVGSVGElement* rootElement = toSVGDocument(frame->document())->rootElement();
rootElement        95 Source/core/svg/graphics/SVGImage.cpp     if (!rootElement)
rootElement       100 Source/core/svg/graphics/SVGImage.cpp     ComposedTreeWalker walker(rootElement);
rootElement       124 Source/core/svg/graphics/SVGImage.cpp     return toSVGDocument(frame->document())->rootElement();
rootElement       132 Source/core/svg/graphics/SVGImage.cpp     SVGSVGElement* rootElement = svgRootElement(m_page.get());
rootElement       133 Source/core/svg/graphics/SVGImage.cpp     if (!rootElement)
rootElement       139 Source/core/svg/graphics/SVGImage.cpp     RenderSVGRoot* renderer = toRenderSVGRoot(rootElement->renderer());
rootElement       147 Source/core/svg/graphics/SVGImage.cpp     SVGSVGElement* rootElement = svgRootElement(m_page.get());
rootElement       148 Source/core/svg/graphics/SVGImage.cpp     if (!rootElement)
rootElement       151 Source/core/svg/graphics/SVGImage.cpp     RenderSVGRoot* renderer = toRenderSVGRoot(rootElement->renderer());
rootElement       164 Source/core/svg/graphics/SVGImage.cpp     if (rootElement->intrinsicWidth().isFixed() && rootElement->intrinsicHeight().isFixed())
rootElement       165 Source/core/svg/graphics/SVGImage.cpp         currentSize = rootElement->currentViewportSize();
rootElement       167 Source/core/svg/graphics/SVGImage.cpp         currentSize = rootElement->currentViewBoxRect().size();
rootElement       299 Source/core/svg/graphics/SVGImage.cpp     SVGSVGElement* rootElement = svgRootElement(m_page.get());
rootElement       300 Source/core/svg/graphics/SVGImage.cpp     if (!rootElement)
rootElement       302 Source/core/svg/graphics/SVGImage.cpp     return toRenderBox(rootElement->renderer());
rootElement       315 Source/core/svg/graphics/SVGImage.cpp     SVGSVGElement* rootElement = svgRootElement(m_page.get());
rootElement       316 Source/core/svg/graphics/SVGImage.cpp     if (!rootElement)
rootElement       318 Source/core/svg/graphics/SVGImage.cpp     return rootElement->intrinsicWidth().isPercent();
rootElement       323 Source/core/svg/graphics/SVGImage.cpp     SVGSVGElement* rootElement = svgRootElement(m_page.get());
rootElement       324 Source/core/svg/graphics/SVGImage.cpp     if (!rootElement)
rootElement       326 Source/core/svg/graphics/SVGImage.cpp     return rootElement->intrinsicHeight().isPercent();
rootElement       331 Source/core/svg/graphics/SVGImage.cpp     SVGSVGElement* rootElement = svgRootElement(m_page.get());
rootElement       332 Source/core/svg/graphics/SVGImage.cpp     if (!rootElement)
rootElement       335 Source/core/svg/graphics/SVGImage.cpp     intrinsicWidth = rootElement->intrinsicWidth();
rootElement       336 Source/core/svg/graphics/SVGImage.cpp     intrinsicHeight = rootElement->intrinsicHeight();
rootElement       337 Source/core/svg/graphics/SVGImage.cpp     if (rootElement->preserveAspectRatio()->currentValue()->align() == SVGPreserveAspectRatio::SVG_PRESERVEASPECTRATIO_NONE)
rootElement       340 Source/core/svg/graphics/SVGImage.cpp     intrinsicRatio = rootElement->viewBox()->currentValue()->value().size();
rootElement       348 Source/core/svg/graphics/SVGImage.cpp     SVGSVGElement* rootElement = svgRootElement(m_page.get());
rootElement       349 Source/core/svg/graphics/SVGImage.cpp     if (!rootElement || !rootElement->animationsPaused())
rootElement       351 Source/core/svg/graphics/SVGImage.cpp     rootElement->unpauseAnimations();
rootElement       356 Source/core/svg/graphics/SVGImage.cpp     SVGSVGElement* rootElement = svgRootElement(m_page.get());
rootElement       357 Source/core/svg/graphics/SVGImage.cpp     if (!rootElement)
rootElement       359 Source/core/svg/graphics/SVGImage.cpp     rootElement->pauseAnimations();
rootElement       364 Source/core/svg/graphics/SVGImage.cpp     SVGSVGElement* rootElement = svgRootElement(m_page.get());
rootElement       365 Source/core/svg/graphics/SVGImage.cpp     if (!rootElement)
rootElement       367 Source/core/svg/graphics/SVGImage.cpp     rootElement->pauseAnimations();
rootElement       368 Source/core/svg/graphics/SVGImage.cpp     rootElement->setCurrentTime(0);
rootElement       373 Source/core/svg/graphics/SVGImage.cpp     SVGSVGElement* rootElement = svgRootElement(m_page.get());
rootElement       374 Source/core/svg/graphics/SVGImage.cpp     if (!rootElement)
rootElement       376 Source/core/svg/graphics/SVGImage.cpp     return rootElement->timeContainer()->hasAnimations() || m_page->mainFrame()->document()->timeline().hasPendingUpdates();
rootElement       122 Source/core/xml/XMLErrors.cpp         RefPtr<Element> rootElement = m_document->createElement(htmlTag, true);
rootElement       124 Source/core/xml/XMLErrors.cpp         rootElement->parserAppendChild(body);
rootElement       125 Source/core/xml/XMLErrors.cpp         m_document->parserAppendChild(rootElement);
rootElement       128 Source/core/xml/XMLErrors.cpp         RefPtr<Element> rootElement = m_document->createElement(htmlTag, true);
rootElement       130 Source/core/xml/XMLErrors.cpp         rootElement->parserAppendChild(body);
rootElement       135 Source/core/xml/XMLErrors.cpp         m_document->parserAppendChild(rootElement);