OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toAnimatableNumber
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
AnimatedStyleBuilder.cpp
48
return
toAnimatableNumber
(value)->toLength(style, state.rootElementStyle(), style->effectiveZoom());
99
style->setOpacity(
toAnimatableNumber
(value)->toDouble());
StyleResolver.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableNumber.h
119
inline const AnimatableNumber*
toAnimatableNumber
(const AnimatableValue* value)
AnimatableNumber.cpp
107
const AnimatableNumber* number =
toAnimatableNumber
(value);
116
const AnimatableNumber* number =
toAnimatableNumber
(value);
AnimatableNumberTest.cpp
80
return
toAnimatableNumber
(AnimatableValue::interpolate(numberA, numberB, fraction).get())->toCSSValue()->equals(*cssValueExpected);
84
return
toAnimatableNumber
(AnimatableValue::add(numberA, numberB).get())->toCSSValue()->equals(*cssValueExpected);
KeyframeAnimationEffectTest.cpp
71
actualValue = toCSSPrimitiveValue(
toAnimatableNumber
(value.get())->toCSSValue().get())->getDoubleValue();
Completed in 1773 milliseconds