Home
last modified time | relevance | path

Searched refs:LengthType (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/
DLength.h37 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()
DLengthBox.h33 LengthBox(LengthType t) in LengthBox()
/external/webkit/Source/WebCore/rendering/
DRenderReplaced.cpp195 LengthType lengthType = length.type(); in lengthIsSpecified()
DRenderTable.cpp233 LengthType logicalWidthType = style()->logicalWidth().type(); in computeLogicalWidth()
/external/webkit/Source/WebCore/
DChangeLog36078 Length.h defines the LengthType enum with a 'Fixed' value.
36088 Length.h:37: error: WebCore::LengthType WebCore::Fixed
DChangeLog-2007-10-1465271 WebCore::Length::Length[in-charge](int, WebCore::LengthType, bool)