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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGraphicsElement.h 68 virtual bool isSVGGraphicsElement() const OVERRIDE { return true; }
79 inline bool isSVGGraphicsElement(const Node& node)
81 return node.isSVGElement() && toSVGElement(node).isSVGGraphicsElement();
SVGElement.h 83 virtual bool isSVGGraphicsElement() const { return false; }

Completed in 196 milliseconds