Searched refs:LengthType (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/WebCore/platform/ |
D | Length.h | 37 enum LengthType { Auto, Relative, Percent, Fixed, Intrinsic, MinIntrinsic }; enum 47 Length(LengthType t) in Length() 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); } in type() 94 void setValue(LengthType t, int value) in setValue() 106 void setValue(LengthType t, float value) in setValue() 186 LengthType resultType = type(); in blend()
|
D | LengthBox.h | 33 LengthBox(LengthType t) in LengthBox()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderReplaced.cpp | 195 LengthType lengthType = length.type(); in lengthIsSpecified()
|
D | RenderTable.cpp | 233 LengthType logicalWidthType = style()->logicalWidth().type(); in computeLogicalWidth()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog | 36078 Length.h defines the LengthType enum with a 'Fixed' value. 36088 Length.h:37: error: WebCore::LengthType WebCore::Fixed
|
D | ChangeLog-2007-10-14 | 65271 WebCore::Length::Length[in-charge](int, WebCore::LengthType, bool)
|