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 84 virtual bool isSVGGraphicsElement() const OVERRIDE FINAL { return true; }
90 inline bool isSVGGraphicsElement(const SVGElement& element)
92 return element.isSVGGraphicsElement();
SVGElement.h 86 virtual bool isSVGGraphicsElement() const { return false; }

Completed in 96 milliseconds