Home
last modified time | relevance | path

Searched refs:isSVGPaint (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSValue.h106 bool isSVGPaint() const { return m_classType == SVGPaintClass; } in isSVGPaint() function
114 return isPrimitiveValue() || isSVGPaint() || isValueList(); in isSubtypeExposedToCSSOM()
/external/chromium_org/third_party/WebKit/Source/core/animation/
DAnimatableSVGPaint.h94 DEFINE_ANIMATABLE_VALUE_TYPE_CASTS(AnimatableSVGPaint, isSVGPaint());
DAnimatableValue.h76 bool isSVGPaint() const { return type() == TypeSVGPaint; } in isSVGPaint() function
DAnimatableValueTestHelper.cpp189 else if (animValue.isSVGPaint()) in PrintTo()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPaint.h130 DEFINE_CSS_VALUE_TYPE_CASTS(SVGPaint, isSVGPaint());
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
DStyleBuilderFunctions.cpp.tmpl599 if (value->isSVGPaint()) {