HomeSort by relevance Sort by last modified time
    Searched defs:isSVGElement (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/svg/
SVGElement.h 96 virtual bool isSVGElement() const { return true; }
  /external/webkit/WebCore/dom/
Node.h 171 virtual bool isSVGElement() const { return false; }
173 static bool isSVGElement() { return false; }

Completed in 52 milliseconds