HomeSort by relevance Sort by last modified time
    Searched refs:LengthType (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/
Length.h 37 enum LengthType { Auto, Relative, Percent, Fixed, Intrinsic, MinIntrinsic };
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 resultType = type()
    [all...]
LengthBox.h 33 LengthBox(LengthType t)
  /external/webkit/Source/WebCore/rendering/
RenderReplaced.cpp 203 LengthType lengthType = length.type();
204 return lengthType == Fixed || lengthType == Percent;
RenderTable.cpp 234 LengthType logicalWidthType = style()->logicalWidth().type();
    [all...]

Completed in 47 milliseconds