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

/external/chromium_org/third_party/WebKit/Source/platform/
H A DCalculationValue.h42 class PLATFORM_EXPORT CalculationValue : public RefCounted<CalculationValue> { class in namespace:blink
44 static PassRefPtr<CalculationValue> create(PixelsAndPercent value, ValueRange range)
46 return adoptRef(new CalculationValue(value, range));
50 bool operator==(const CalculationValue& o) const { return pixels() == o.pixels() && percent() == o.percent(); }
57 CalculationValue(PixelsAndPercent value, ValueRange range) function in class:blink::CalculationValue

Completed in 608 milliseconds