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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
EventRetargeter.cpp 87 bool isSVGElement = node->isSVGElement();
109 if (!isSVGElement) {
Node.h 239 bool isSVGElement() const { return getFlag(IsSVGFlag); }
272 bool isStyledElement() const { return isHTMLElement() || isSVGElement(); }
    [all...]

Completed in 141 milliseconds