Searched defs:shouldIndentText (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/ |
D | LineWidth.cpp | 38 LineWidth::LineWidth(RenderBlockFlow& block, bool isFirstLine, IndentTextOrNot shouldIndentText) in LineWidth() 122 …hAtOffset(const RenderBlockFlow& block, const LayoutUnit& offset, bool shouldIndentText, float& ne… in availableWidthAtOffset() 129 …ailableWidthAtOffset(const RenderBlockFlow& block, const LayoutUnit& offset, bool shouldIndentText) in availableWidthAtOffset() 147 …k, const LayoutUnit& lineTop, LayoutUnit lineHeight, float uncommittedWidth, bool shouldIndentText) in isWholeLineFit()
|
D | LineWidth.h | 71 bool shouldIndentText() const { return m_shouldIndentText == IndentText; } in shouldIndentText() function
|
D | BreakingContextInlineHeaders.h | 905 IndentTextOrNot shouldIndentText = DoNotIndentText; in requiresIndent() local
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderBlockLineLayout.cpp | 537 …LogicalRight, float& availableLogicalWidth, bool firstLine, IndentTextOrNot shouldIndentText, Layo… in updateLogicalInlinePositions() 556 IndentTextOrNot shouldIndentText = requiresIndent(isFirstLine, isAfterHardLineBreak, style()); in computeInlineDirectionPositionsForLine() local
|