Searched defs:shouldIndentText (Results 1 – 3 of 3) sorted by relevance
69 bool shouldIndentText() const { return m_shouldIndentText == IndentText; } in shouldIndentText() function
38 LineWidth::LineWidth(RenderBlockFlow& block, bool isFirstLine, IndentTextOrNot shouldIndentText) in LineWidth()
617 …LogicalRight, float& availableLogicalWidth, bool firstLine, IndentTextOrNot shouldIndentText, Layo… in updateLogicalInlinePositions()638 IndentTextOrNot shouldIndentText = requiresIndent(isFirstLine, isAfterHardLineBreak, style()); in computeInlineDirectionPositionsForLine() local