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

  /external/webkit/WebCore/svg/
SVGStopElement.h 38 virtual bool isGradientStop() const { return true; }
SVGElement.h 59 virtual bool isGradientStop() const { return false; }
SVGGradientElement.cpp 157 if (element && element->isGradientStop()) {

Completed in 175 milliseconds