HomeSort by relevance Sort by last modified time
    Searched refs:calculationValue (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/
Length.cpp 28 #include "platform/CalculationValue.h"
120 int insert(PassRefPtr<CalculationValue> calcValue)
140 CalculationValue* get(int index)
149 CalculationValue* value = m_map.get(index);
151 // Force the CalculationValue destructor early to avoid a potential recursive call inside HashMap remove().
161 HashMap<int, RefPtr<CalculationValue> > m_map;
170 Length::Length(PassRefPtr<CalculationValue> calc)
180 return Length(CalculationValue::create(adoptPtr(new CalcExpressionBlendLength(from, *this, progress)), range));
183 CalculationValue* Length::calculationValue() cons
    [all...]
Length.h 53 class CalculationValue;
93 explicit Length(PassRefPtr<CalculationValue>);
150 CalculationValue* calculationValue() const;
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimatableValueFactory.cpp 80 return AnimatableLength::create(CSSCalcValue::createExpressionNode(length.calculationValue()->expression(), style.effectiveZoom()));
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSCalculationValue.cpp 756 return createExpressionNode(length.calculationValue()->expression(), zoom);
CSSPrimitiveValue.cpp 300 init(CSSCalcValue::create(length.calculationValue(), zoom));
    [all...]

Completed in 105 milliseconds