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

/external/chromium_org/third_party/WebKit/Source/platform/
H A DLength.cpp198 return calculationValue().pixelsAndPercent();
217 CalculationValue& Length::calculationValue() const function in class:blink::Length
226 calculationValue().ref();
238 float result = calculationValue().evaluate(maxValue);
246 return isCalculated() && (&calculationValue() == &o.calculationValue() || calculationValue() == o.calculationValue());

Completed in 1715 milliseconds