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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSValue.h 106 bool isSVGPaint() const { return m_classType == SVGPaintClass; }
114 return isPrimitiveValue() || isSVGPaint() || isValueList();
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableSVGPaint.h 94 DEFINE_ANIMATABLE_VALUE_TYPE_CASTS(AnimatableSVGPaint, isSVGPaint());
AnimatableValue.h 76 bool isSVGPaint() const { return type() == TypeSVGPaint; }
AnimatableValueTestHelper.cpp 189 else if (animValue.isSVGPaint())
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPaint.h 130 DEFINE_CSS_VALUE_TYPE_CASTS(SVGPaint, isSVGPaint());

Completed in 1573 milliseconds