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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGStopElement.h 43 virtual bool isGradientStop() const OVERRIDE { return true; }
55 return node.isSVGElement() && toSVGElement(node).isGradientStop();
SVGElement.h 86 virtual bool isGradientStop() const { return false; }
SVGGradientElement.cpp 145 if (!element || !element->isGradientStop())

Completed in 70 milliseconds