Searched refs:TextIndentEachLine (Results 1 – 4 of 4) sorted by relevance
537 enum TextIndentLine { TextIndentFirstLine, TextIndentEachLine }; enumerator
549 state.style()->setTextIndentLine(TextIndentEachLine); in applyValueCSSPropertyTextIndent()
50 if (isAfterHardLineBreak && style->textIndentLine() == TextIndentEachLine) in requiresIndent()
2314 … if (RuntimeEnabledFeatures::css3TextEnabled() && style->textIndentLine() == TextIndentEachLine) { in getPropertyCSSValue()