Searched refs:expectDoubleValue (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DKeyframeEffectModelTest.cpp74 void expectDoubleValue(double expectedValue, PassRefPtrWillBeRawPtr<Interpolation> interpolationValue) function in namespace:__anon10994
108 expectDoubleValue(5.0, values->at(0));
117 expectDoubleValue(5.0, effect->sample(0, 0.6, duration)->at(0));
126 expectDoubleValue(3.0 * 0.4 + 5.0 * 0.6, effect->sample(0, 0.6, duration)->at(0));
136 expectDoubleValue((7.0 + 3.0) * 0.4 + (7.0 + 5.0) * 0.6, effect->sample(0, 0.6, duration)->at(0));
146 expectDoubleValue(3.8579516, effect->sample(0, 0.6, duration)->at(0));
147 expectDoubleValue(3.8582394, effect->sample(0, 0.6, duration * 100)->at(0));
157 expectDoubleValue(4.3363357, effect->sample(0, 0.6, duration)->at(0));
158 expectDoubleValue(4.3362322, effect->sample(0, 0.6, duration * 1000)->at(0));
167 expectDoubleValue(5.
[all...]

Completed in 691 milliseconds