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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGSVGElement.h 140 virtual bool isSVGSVGElement() const OVERRIDE { return true; }
183 inline bool isSVGSVGElement(const Node& node)
185 return node.isSVGElement() && toSVGElement(node).isSVGSVGElement();
SVGElement.h 84 virtual bool isSVGSVGElement() const { return false; }

Completed in 21 milliseconds