Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DLineWidth.h42 enum IndentTextOrNot { DoNotIndentText, IndentText }; enumerator
71 bool shouldIndentText() const { return m_shouldIndentText == IndentText; } in shouldIndentText()
DBreakingContextInlineHeaders.h907 shouldIndentText = IndentText; in requiresIndent()
910 shouldIndentText = shouldIndentText == IndentText ? DoNotIndentText : IndentText; in requiresIndent()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlockLineLayout.cpp540 …->logicalLeftOffsetForLine(block->logicalHeight(), shouldIndentText == IndentText, lineLogicalHeig… in updateLogicalInlinePositions()
541 …>logicalRightOffsetForLine(block->logicalHeight(), shouldIndentText == IndentText, lineLogicalHeig… in updateLogicalInlinePositions()