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/events/
EventPath.cpp 56 if (!referenceNode->isSVGElement() || !referenceNode->isInShadowTree())
227 bool isSVGElement = at(0).node()->isSVGElement();
234 } else if (*lastTreeScope != currentTreeScope && !isSVGElement) {
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.h 228 bool isSVGElement() const { return getFlag(IsSVGFlag); }
265 bool isStyledElement() const { return isHTMLElement() || isSVGElement(); }
    [all...]

Completed in 727 milliseconds