Home
last modified time | relevance | path

Searched refs:isGradientStop (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGStopElement.h43 virtual bool isGradientStop() const OVERRIDE { return true; } in isGradientStop() function
55 return node.isSVGElement() && toSVGElement(node).isGradientStop(); in isSVGStopElement()
DSVGGradientElement.cpp145 if (!element || !element->isGradientStop()) in buildStops()
DSVGElement.h86 virtual bool isGradientStop() const { return false; } in isGradientStop() function