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

  /external/webkit/Source/WebCore/svg/
SVGStopElement.h 45 virtual bool isGradientStop() const { return true; }
SVGElement.h 81 virtual bool isGradientStop() const { return false; }
SVGGradientElement.cpp 155 if (!element || !element->isGradientStop())

Completed in 21 milliseconds