Home
last modified time | relevance | path

Searched refs:IndentTextOrNot (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DLineWidth.h45 enum IndentTextOrNot { DoNotIndentText, IndentText }; enum
49 LineWidth(RenderBlockFlow&, bool isFirstLine, IndentTextOrNot shouldIndentText);
83 IndentTextOrNot m_shouldIndentText;
DLineWidth.cpp38 LineWidth::LineWidth(RenderBlockFlow& block, bool isFirstLine, IndentTextOrNot shouldIndentText) in LineWidth()
DRenderBlockLineLayout.cpp46 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()