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 38 #include "core/rendering/style/LineClampValue.h"
108 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(LineClampValue i)
115 template<> inline CSSPrimitiveValue::operator LineClampValue() const
118 return LineClampValue(clampTo<int>(m_value.num), LineClampLineCount);
121 return LineClampValue(clampTo<int>(m_value.num), LineClampPercentage);
124 return LineClampValue();
    [all...]

Completed in 625 milliseconds