Searched defs:isSVGSVGElement (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGSVGElement.h140 virtual bool isSVGSVGElement() const OVERRIDE { return true; }
183 inline bool isSVGSVGElement(const Node& node) function in namespace:WebCore
185 return node.isSVGElement() && toSVGElement(node).isSVGSVGElement();
H A DSVGElement.h84 virtual bool isSVGSVGElement() const { return false; } function in class:WebCore::SVGElement

Completed in 153 milliseconds