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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGSVGElement.h 139 virtual bool isSVGSVGElement() const OVERRIDE { return true; }
184 ASSERT_WITH_SECURITY_IMPLICATION(!node || toSVGElement(node)->isSVGSVGElement());
SVGElement.h 77 virtual bool isSVGSVGElement() const { return false; }
SVGLengthContext.cpp 301 if (!viewportElement || !viewportElement->isSVGSVGElement())

Completed in 153 milliseconds