Home
last modified time | relevance | path

Searched refs:LineClampPercentage (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DLineClampValue.h48 bool isPercentage() const { return m_type == LineClampPercentage; } in isPercentage()
DRenderStyleConstants.h474 enum ELineClampType { LineClampLineCount, LineClampPercentage }; enumerator
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValueMappings.h135 return LineClampValue(clampTo<int>(m_value.num), LineClampPercentage); in LineClampValue()