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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGGradientStop.h 38 virtual bool isSVGGradientStop() const OVERRIDE { return true; }
58 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderSVGGradientStop, isSVGGradientStop());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTreeAsText.cpp 435 if (o.isSVGGradientStop()) {
RenderObject.h 427 virtual bool isSVGGradientStop() const { return false; }
    [all...]

Completed in 56 milliseconds