Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/style/
DLineClampValue.h48 bool isPercentage() const { return m_type == LineClampPercentage; } in isPercentage()
DRenderStyleConstants.h415 enum ELineClampType { LineClampLineCount, LineClampPercentage }; enumerator
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp5507 …neClampValue(primitiveValue->getIntValue(CSSPrimitiveValue::CSS_PERCENTAGE), LineClampPercentage)); in applyProperty()