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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNode.h231 bool isSVGElement() const { return getFlag(IsSVGFlag); } function in class:blink::Node
267 bool isStyledElement() const { return isHTMLElement() || isSVGElement(); }

Completed in 119 milliseconds