Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleBuilderCustom.cpp521 state.style()->setTextIndentLine(state.parentStyle()->textIndentLine()); in applyInheritCSSPropertyTextIndent()
/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/rendering/style/
DRenderStyle.h555 …TextIndentLine textIndentLine() const { return static_cast<TextIndentLine>(rareInheritedData->m_te… in textIndentLine() function
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp2314 … if (RuntimeEnabledFeatures::css3TextEnabled() && style->textIndentLine() == TextIndentEachLine) { in getPropertyCSSValue()