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

/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGElement.h221 inline bool isSVGElement(const Node& node) { return node.isSVGElement(); } function in namespace:WebCore
/macosx-10.10/WebCore-7600.1.25/dom/
H A DEventDispatcher.cpp427 bool isSVGElement = targetNode.isSVGElement(); local
H A DNode.h229 bool isSVGElement() const { return getFlag(IsSVGFlag); } function in class:WebCore::Node

Completed in 238 milliseconds