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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
LineClampValue.h 32 class LineClampValue {
34 LineClampValue()
40 LineClampValue(int value, ELineClampType type)
52 bool operator==(const LineClampValue& o) const
57 bool operator!=(const LineClampValue& o) const
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValueMappings.h 47 #include "core/rendering/style/LineClampValue.h"
121 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(LineClampValue i)
128 template<> inline CSSPrimitiveValue::operator LineClampValue() const
131 return LineClampValue(clampTo<int>(m_value.num), LineClampLineCount);
134 return LineClampValue(clampTo<int>(m_value.num), LineClampPercentage);
137 return LineClampValue();
    [all...]

Completed in 75 milliseconds