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

  /external/chromium_org/third_party/WebKit/Source/core/animation/
DeferredLegacyStyleInterpolation.cpp 103 bool isColor = ((id >= CSSValueAqua && id <= CSSValueTransparent)
106 return (id != CSSValueNone) && !isColor;
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayable.h 74 bool isColor() const { return getType() == SkType_Color; }
  /external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
AnimatableValue.h 63 bool isColor() const { return type() == TypeColor; }
  /external/deqp/modules/gles31/functional/
es31fGeometryShaderTests.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.cpp     [all...]

Completed in 487 milliseconds