Searched defs:animatableLengthBox (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DAnimatedStyleBuilder.cpp95 const AnimatableLengthBox* animatableLengthBox = toAnimatableLengthBox(value); local
97 animatableValueToLength(animatableLengthBox->top(), state, range),
98 animatableValueToLength(animatableLengthBox->right(), state, range),
99 animatableValueToLength(animatableLengthBox->bottom(), state, range),
100 animatableValueToLength(animatableLengthBox->left(), state, range));
105 const AnimatableLengthBox* animatableLengthBox = toAnimatableLengthBox(value); local
107 animatableValueToBorderImageLength(animatableLengthBox->top(), state),
108 animatableValueToBorderImageLength(animatableLengthBox->right(), state),
109 animatableValueToBorderImageLength(animatableLengthBox->bottom(), state),
110 animatableValueToBorderImageLength(animatableLengthBox
[all...]

Completed in 160 milliseconds