HomeSort by relevance Sort by last modified time
    Searched refs:isOutermostSVGSVGElement (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGSVGElement.cpp 140 if (!inDocument() || !isOutermostSVGSVGElement())
157 if (!inDocument() || !isOutermostSVGSVGElement())
258 if (isOutermostSVGSVGElement() && (name == SVGNames::widthAttr || name == SVGNames::heightAttr))
265 if (isOutermostSVGSVGElement() && (name == SVGNames::widthAttr || name == SVGNames::heightAttr)) {
486 if (!isOutermostSVGSVGElement()) {
537 if (isOutermostSVGSVGElement())
767 if (isOutermostSVGSVGElement())
SVGElement.h 63 bool isOutermostSVGSVGElement() const;
SVGLengthContext.cpp 304 if (m_context->isOutermostSVGSVGElement()) {
SVGElement.cpp 161 bool SVGElement::isOutermostSVGSVGElement() const
209 if (isOutermostSVGSVGElement())
809 if (isOutermostSVGSVGElement())
    [all...]
SVGDocumentExtensions.cpp 138 if (!outerSVG->isOutermostSVGSVGElement())

Completed in 111 milliseconds