Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/style/
H A DLineClampValue.h48 bool isPercentage() const { return m_type == LineClampPercentage; } in isPercentage()
H A DRenderStyleConstants.h421 enum ELineClampType { LineClampLineCount, LineClampPercentage }; enumerator
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp5254 …neClampValue(primitiveValue->getIntValue(CSSPrimitiveValue::CSS_PERCENTAGE), LineClampPercentage)); in applyProperty()