Home
last modified time | relevance | path

Searched refs:isOutermostSVGSVGElement (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGSVGElement.cpp142 if (!inDocument() || !isOutermostSVGSVGElement()) in currentScale()
159 if (!inDocument() || !isOutermostSVGSVGElement()) in setCurrentScale()
260 if (isOutermostSVGSVGElement() && (name == SVGNames::widthAttr || name == SVGNames::heightAttr)) in isPresentationAttribute()
267 … if (isOutermostSVGSVGElement() && (name == SVGNames::widthAttr || name == SVGNames::heightAttr)) { in collectStyleForPresentationAttribute()
488 if (!isOutermostSVGSVGElement()) { in localCoordinateSpaceTransform()
539 if (isOutermostSVGSVGElement()) in createRenderer()
775 if (isOutermostSVGSVGElement()) in finishParsingChildren()
DSVGElement.h58 bool isOutermostSVGSVGElement() const;
DSVGLengthContext.cpp304 if (m_context->isOutermostSVGSVGElement()) { in determineViewport()
DSVGElement.cpp193 bool SVGElement::isOutermostSVGSVGElement() const in isOutermostSVGSVGElement() function in WebCore::SVGElement
241 if (isOutermostSVGSVGElement()) in title()
880 if (!element || !element->isOutermostSVGSVGElement()) in sendSVGLoadEventIfPossible()
DSVGDocumentExtensions.cpp136 if (!outerSVG->isOutermostSVGSVGElement()) in dispatchSVGLoadEventToOutermostSVGElements()