HomeSort by relevance Sort by last modified time
    Searched refs:isSVGGraphicsElement (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGraphicsElement.h 84 virtual bool isSVGGraphicsElement() const OVERRIDE FINAL { return true; }
90 inline bool isSVGGraphicsElement(const SVGElement& element)
92 return element.isSVGGraphicsElement();
SVGAnimateMotionElement.cpp 63 if (!targetElement->isSVGGraphicsElement())
SVGElement.h 86 virtual bool isSVGGraphicsElement() const { return false; }
SVGGraphicsElement.cpp 50 if (target && target->isSVGGraphicsElement()) {
SVGUseElement.cpp 429 if (element.isSVGGraphicsElement()) {
SVGElement.cpp 510 if (!isSVGGraphicsElement())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceClipper.cpp 101 if (!childElement->isSVGGraphicsElement())

Completed in 2508 milliseconds