Home
last modified time | relevance | path

Searched refs:TextIndentEachLine (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyleConstants.h537 enum TextIndentLine { TextIndentFirstLine, TextIndentEachLine }; enumerator
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleBuilderCustom.cpp549 state.style()->setTextIndentLine(TextIndentEachLine); in applyValueCSSPropertyTextIndent()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlockLineLayout.cpp50 if (isAfterHardLineBreak && style->textIndentLine() == TextIndentEachLine) in requiresIndent()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp2314 … if (RuntimeEnabledFeatures::css3TextEnabled() && style->textIndentLine() == TextIndentEachLine) { in getPropertyCSSValue()