IndentTextOrNot 590 Source/core/rendering/RenderBlockLineLayout.cpp static void updateLogicalInlinePositions(RenderBlockFlow* block, float& lineLogicalLeft, float& lineLogicalRight, float& availableLogicalWidth, bool firstLine, IndentTextOrNot shouldIndentText, LayoutUnit boxLogicalHeight) IndentTextOrNot 611 Source/core/rendering/RenderBlockLineLayout.cpp IndentTextOrNot shouldIndentText = requiresIndent(isFirstLine, isAfterHardLineBreak, style()); IndentTextOrNot 899 Source/core/rendering/line/BreakingContextInlineHeaders.h inline IndentTextOrNot requiresIndent(bool isFirstLine, bool isAfterHardLineBreak, RenderStyle* style) IndentTextOrNot 38 Source/core/rendering/line/LineWidth.cpp LineWidth::LineWidth(RenderBlockFlow& block, bool isFirstLine, IndentTextOrNot shouldIndentText) IndentTextOrNot 49 Source/core/rendering/line/LineWidth.h LineWidth(RenderBlockFlow&, bool isFirstLine, IndentTextOrNot shouldIndentText); IndentTextOrNot 82 Source/core/rendering/line/LineWidth.h IndentTextOrNot m_shouldIndentText;