Searched defs:rootElement (Results 1 – 12 of 12) sorted by relevance
97 SVGSVGElement* rootElement = frame->document()->accessSVGExtensions().rootElement(); in currentFrameHasSingleSecurityOrigin() local135 SVGSVGElement* rootElement = svgRootElement(m_page.get()); in setContainerSize() local150 SVGSVGElement* rootElement = svgRootElement(m_page.get()); in containerSize() local310 SVGSVGElement* rootElement = svgRootElement(m_page.get()); in embeddedContentBox() local326 SVGSVGElement* rootElement = svgRootElement(m_page.get()); in computeIntrinsicDimensions() local343 SVGSVGElement* rootElement = svgRootElement(m_page.get()); in startAnimation() local351 SVGSVGElement* rootElement = svgRootElement(m_page.get()); in stopAnimation() local359 SVGSVGElement* rootElement = svgRootElement(m_page.get()); in resetAnimation() local368 SVGSVGElement* rootElement = svgRootElement(m_page.get()); in hasAnimations() local
127 RefPtrWillBeRawPtr<Element> rootElement = m_document->createElement(htmlTag, true); in insertErrorMessageBlock() local133 RefPtrWillBeRawPtr<Element> rootElement = m_document->createElement(htmlTag, true); in insertErrorMessageBlock() local
76 RefPtrWillBeRawPtr<HTMLHtmlElement> rootElement = HTMLHtmlElement::create(*document()); in createDocumentStructure() local
93 RefPtrWillBeRawPtr<HTMLHtmlElement> rootElement = HTMLHtmlElement::create(*document()); in createDocumentStructure() local
184 RefPtrWillBeRawPtr<HTMLHtmlElement> rootElement = HTMLHtmlElement::create(*this); in createDocumentStructure() local
35 private E rootElement; field in BaseDroidDriver
391 SVGSVGElement* SVGDocumentExtensions::rootElement(const Document& document) in rootElement() function in blink::SVGDocumentExtensions397 SVGSVGElement* SVGDocumentExtensions::rootElement() const in rootElement() function in blink::SVGDocumentExtensions
763 Element* rootElement = node->rootEditableElement(); in removeRedundantBlocks() local
963 …Element* rootElement = node->hasEditableStyle(editableType) ? node->rootEditableElement(editableTy… in previousLinePosition() local1021 …Element* rootElement = node->hasEditableStyle(editableType) ? node->rootEditableElement(editableTy… in nextLinePosition() local
1425 Element* rootElement = documentElement(); in dir() local1433 Element* rootElement = documentElement(); in setDir() local2446 Element* rootElement = documentElement(); in viewportDefiningElement() local
2061 SVGSVGElement* rootElement = doc->accessSVGExtensions().rootElement(); in remoteSVGRootElement() local
6035 findElements: function(rootElement) { argument