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 83 virtual bool isSVGGraphicsElement() const OVERRIDE FINAL { return true; }
89 inline bool isSVGGraphicsElement(const Node& node)
91 return node.isSVGElement() && toSVGElement(node).isSVGGraphicsElement();
SVGElement.h 88 virtual bool isSVGGraphicsElement() const { return false; }

Completed in 100 milliseconds