Home
last modified time | relevance | path

Searched refs:isAfterHardLineBreak (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DBreakingContextInlineHeaders.h903 inline IndentTextOrNot requiresIndent(bool isFirstLine, bool isAfterHardLineBreak, RenderStyle* sty… in requiresIndent() argument
906 if (isFirstLine || (isAfterHardLineBreak && style->textIndentLine()) == TextIndentEachLine) in requiresIndent()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlockLineLayout.cpp555 bool isAfterHardLineBreak = lineBox->prevRootBox() && lineBox->prevRootBox()->endsWithBreak(); in computeInlineDirectionPositionsForLine() local
556 IndentTextOrNot shouldIndentText = requiresIndent(isFirstLine, isAfterHardLineBreak, style()); in computeInlineDirectionPositionsForLine()