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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
BorderImageLength.h 54 , m_type(LengthType)
59 bool isLength() const { return m_type == LengthType; }
82 LengthType,
GridLength.h 46 , m_type(LengthType)
57 bool isLength() const { return m_type == LengthType; }
69 bool isContentSized() const { return m_type == LengthType && (m_length.isAuto() || m_length.isMinContent() || m_length.isMaxContent()); }
77 LengthType,
  /external/chromium_org/third_party/WebKit/Source/platform/
Length.h 40 enum LengthType {
74 Length(LengthType t)
80 Length(int v, LengthType t, bool q = false)
86 Length(LayoutUnit v, LengthType t, bool q = false)
92 Length(float v, LengthType t, bool q = false)
98 Length(double v, LengthType t, bool q = false)
200 LengthType type() const { return static_cast<LengthType>(m_type); }
208 void setValue(LengthType t, int value)
224 void setValue(LengthType t, float value
    [all...]

Completed in 4608 milliseconds