Searched refs:LineClampPercentage (Results 1 – 3 of 3) sorted by relevance
48 bool isPercentage() const { return m_type == LineClampPercentage; } in isPercentage()
415 enum ELineClampType { LineClampLineCount, LineClampPercentage }; enumerator
5507 …neClampValue(primitiveValue->getIntValue(CSSPrimitiveValue::CSS_PERCENTAGE), LineClampPercentage)); in applyProperty()