Searched refs:IndentTextOrNot (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | LineWidth.h | 45 enum IndentTextOrNot { DoNotIndentText, IndentText }; enum 49 LineWidth(RenderBlockFlow&, bool isFirstLine, IndentTextOrNot shouldIndentText); 83 IndentTextOrNot m_shouldIndentText;
|
D | LineWidth.cpp | 38 LineWidth::LineWidth(RenderBlockFlow& block, bool isFirstLine, IndentTextOrNot shouldIndentText) in LineWidth()
|
D | RenderBlockLineLayout.cpp | 46 static IndentTextOrNot requiresIndent(bool isFirstLine, bool isAfterHardLineBreak, RenderStyle* sty… in requiresIndent() 617 …oat& lineLogicalRight, float& availableLogicalWidth, bool firstLine, IndentTextOrNot shouldIndentT… in updateLogicalInlinePositions() 638 IndentTextOrNot shouldIndentText = requiresIndent(isFirstLine, isAfterHardLineBreak, style()); in computeInlineDirectionPositionsForLine()
|