Home | History | Annotate | Download | only in css

Lines Matching refs:setHyphenationLimitAfter

5534             m_style->setHyphenationLimitAfter(-1);
5536 m_style->setHyphenationLimitAfter(min(primitiveValue->getIntValue(CSSPrimitiveValue::CSS_NUMBER), static_cast<int>(numeric_limits<short>::max())));