Searched refs:cssPrimitiveValue (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
D | AnimatableLength.h | 67 …bleLength> create(double number, NumberUnitType unitType, CSSPrimitiveValue* cssPrimitiveValue = 0) 69 return adoptRef(new AnimatableLength(number, unitType, cssPrimitiveValue)); 71 … create(PassRefPtr<CSSCalcExpressionNode> calcExpression, CSSPrimitiveValue* cssPrimitiveValue = 0) 73 return adoptRef(new AnimatableLength(calcExpression, cssPrimitiveValue)); 83 AnimatableLength(double number, NumberUnitType unitType, CSSPrimitiveValue* cssPrimitiveValue) in AnimatableLength() argument 86 , m_cachedCSSPrimitiveValue(cssPrimitiveValue) in AnimatableLength() 90 …tableLength(PassRefPtr<CSSCalcExpressionNode> calcExpression, CSSPrimitiveValue* cssPrimitiveValue) in AnimatableLength() argument 93 , m_cachedCSSPrimitiveValue(cssPrimitiveValue) in AnimatableLength()
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | AnimatedStyleBuilder.cpp | 71 CSSPrimitiveValue* cssPrimitiveValue = toCSSPrimitiveValue(cssValue.get()); in animatableValueToLength() local 72 return cssPrimitiveValue->convertToLength<AnyConversion>(state.cssToLengthConversionData()); in animatableValueToLength() 82 CSSPrimitiveValue* cssPrimitiveValue = toCSSPrimitiveValue(cssValue.get()); in animatableValueToBorderImageLength() local 83 …return BorderImageLength(cssPrimitiveValue->convertToLength<AnyConversion>(state.cssToLengthConver… in animatableValueToBorderImageLength()
|