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

  /external/chromium_org/third_party/WebKit/Source/platform/
Length.cpp 28 #include "platform/CalculationValue.h"
121 int insert(PassRefPtr<CalculationValue> calcValue)
141 CalculationValue& get(int index)
150 CalculationValue* value = m_map.get(index);
152 // Force the CalculationValue destructor early to avoid a potential recursive call inside HashMap remove().
162 HashMap<int, RefPtr<CalculationValue> > m_map;
171 Length::Length(PassRefPtr<CalculationValue> calc)
187 return Length(CalculationValue::create(PixelsAndPercent(pixels, percent), range));
198 return calculationValue().pixelsAndPercent();
211 return Length(CalculationValue::create(result, ValueRangeAll))
    [all...]
Length.h 64 class CalculationValue;
104 explicit Length(PassRefPtr<CalculationValue>);
198 CalculationValue& calculationValue() const;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValue.cpp 358 const CalculationValue& calc = length.calculationValue();
    [all...]

Completed in 546 milliseconds