Home
last modified time | relevance | path

Searched defs:shouldIndentText (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DLineWidth.cpp38 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()
DLineWidth.h71 bool shouldIndentText() const { return m_shouldIndentText == IndentText; } in shouldIndentText() function
DBreakingContextInlineHeaders.h905 IndentTextOrNot shouldIndentText = DoNotIndentText; in requiresIndent() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlockLineLayout.cpp537 …LogicalRight, float& availableLogicalWidth, bool firstLine, IndentTextOrNot shouldIndentText, Layo… in updateLogicalInlinePositions()
556 IndentTextOrNot shouldIndentText = requiresIndent(isFirstLine, isAfterHardLineBreak, style()); in computeInlineDirectionPositionsForLine() local