Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/animation/
DAnimatableValue.h71 bool isSVGPaint() const { return type() == TypeSVGPaint; } in isSVGPaint() function
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSValue.h106 bool isSVGPaint() const { return m_classType == SVGPaintClass; } in isSVGPaint() function