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

  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGGradientStop.h 38 virtual bool isSVGGradientStop() const { return true; }
60 ASSERT(!object || object->isSVGGradientStop());
  /external/webkit/Source/WebCore/rendering/
RenderObject.h 337 virtual bool isSVGGradientStop() const { return false; }
    [all...]
RenderTreeAsText.cpp 523 if (o.isSVGGradientStop()) {

Completed in 46 milliseconds