Home
last modified time | relevance | path

Searched defs:shouldIndentText (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DLineWidth.h69 bool shouldIndentText() const { return m_shouldIndentText == IndentText; } in shouldIndentText() function
DLineWidth.cpp38 LineWidth::LineWidth(RenderBlockFlow& block, bool isFirstLine, IndentTextOrNot shouldIndentText) in LineWidth()
DRenderBlockLineLayout.cpp617 …LogicalRight, float& availableLogicalWidth, bool firstLine, IndentTextOrNot shouldIndentText, Layo… in updateLogicalInlinePositions()
638 IndentTextOrNot shouldIndentText = requiresIndent(isFirstLine, isAfterHardLineBreak, style()); in computeInlineDirectionPositionsForLine() local