Home
last modified time | relevance | path

Searched defs:isSVGGraphicsElement (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGGraphicsElement.h84 virtual bool isSVGGraphicsElement() const OVERRIDE FINAL { return true; } in isSVGGraphicsElement() function
90 inline bool isSVGGraphicsElement(const SVGElement& element) in isSVGGraphicsElement() function
DSVGElement.h86 virtual bool isSVGGraphicsElement() const { return false; } in isSVGGraphicsElement() function