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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
GridLength.h 46 , m_type(LengthType)
53 , m_type(LengthType)
57 bool isLength() const { return m_type == LengthType; }
81 LengthType,
  /external/chromium_org/third_party/WebKit/Source/core/platform/
Length.h 37 enum LengthType {
57 Length(LengthType t)
63 Length(int v, LengthType t, bool q = false)
69 Length(LayoutUnit v, LengthType t, bool q = false)
75 Length(float v, LengthType t, bool q = false)
81 Length(double v, LengthType t, bool q = false)
146 LengthType type() const { return static_cast<LengthType>(m_type); }
154 void setValue(LengthType t, int value)
170 void setValue(LengthType t, float value
    [all...]

Completed in 195 milliseconds