Home
last modified time | relevance | path

Searched defs:isSVGGradientStop (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGGradientStop.h38 virtual bool isSVGGradientStop() const OVERRIDE { return true; } in isSVGGradientStop() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.h466 virtual bool isSVGGradientStop() const { return false; } in isSVGGradientStop() function