Home
last modified time | relevance | path

Searched refs:ValueRangeAll (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DTranslateTransformOperation.cpp34 ….blend(m_x, progress, ValueRangeAll), zeroLength.blend(m_y, progress, ValueRangeAll), zeroLength.b… in blend()
40 …m_x.blend(fromX, progress, ValueRangeAll), m_y.blend(fromY, progress, ValueRangeAll), m_z.blend(fr… in blend()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DBasicShapes.cpp76 result->setX(m_x.blend(o->x(), progress, ValueRangeAll)); in blend()
77 result->setY(m_y.blend(o->y(), progress, ValueRangeAll)); in blend()
106 result->setCenterX(m_centerX.blend(o->centerX(), progress, ValueRangeAll)); in blend()
107 result->setCenterY(m_centerY.blend(o->centerY(), progress, ValueRangeAll)); in blend()
133 result->setCenterX(m_centerX.blend(o->centerX(), progress, ValueRangeAll)); in blend()
134 result->setCenterY(m_centerY.blend(o->centerY(), progress, ValueRangeAll)); in blend()
174 result->appendPoint(m_values.at(i).blend(o->values().at(i), progress, ValueRangeAll), in blend()
175 m_values.at(i + 1).blend(o->values().at(i + 1), progress, ValueRangeAll)); in blend()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSCalculationValue.h96 …tic PassRefPtr<CSSCalcValue> create(PassRefPtr<CSSCalcExpressionNode>, ValueRange = ValueRangeAll);
106 …(m_expression->toCalcValue(conversionData), m_nonNegative ? ValueRangeNonNegative : ValueRangeAll); in toCalcValue()
112 … ValueRange permittedValueRange() { return m_nonNegative ? ValueRangeNonNegative : ValueRangeAll; } in permittedValueRange()
DCSSCalculationValueTest.cpp74 ValueRangeAll)), in TEST()
88 ValueRangeAll)), in TEST()
105 ValueRangeAll)), in TEST()
DCSSParser-in.cpp1384 if (!parseCalculation(value, mustBeNonNegative ? ValueRangeNonNegative : ValueRangeAll)) in validCalculationUnit()
/external/chromium_org/third_party/WebKit/Source/core/animation/
DAnimatableLength.cpp155 …e::create(CSSCalcValue::create(m_calcExpression, range == AllValues ? ValueRangeAll : ValueRangeNo… in toCSSPrimitiveValue()
DAnimatableLengthTest.cpp188 ValueRangeAll)), in TEST_F()
196 ValueRangeAll)), in TEST_F()
DCompositorAnimationsTest.cpp277 …th = Length(100, WebCore::Percent).blend(Length(100, WebCore::Fixed), 0.5, WebCore::ValueRangeAll); in TEST_F()
/external/chromium_org/third_party/WebKit/Source/platform/
DLength.h49 ValueRangeAll, enumerator
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
DCSSPropertyAnimation.cpp70 return to.blend(from, progress, ValueRangeAll); in blendFunc()