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

/external/webkit/Source/WebCore/platform/
H A DLength.h37 enum LengthType { Auto, Relative, Percent, Fixed, Intrinsic, MinIntrinsic }; enum in namespace:WebCore
47 Length(LengthType t)
52 Length(int v, LengthType t, bool q = false)
57 Length(float v, LengthType t, bool q = false)
62 Length(double v, LengthType t, bool q = false)
91 LengthType type() const { return static_cast<LengthType>(m_type); }
94 void setValue(LengthType t, int value)
106 void setValue(LengthType t, float value)
186 LengthType resultTyp
[all...]

Completed in 61 milliseconds