Searched refs:IndentText (Results 1 – 3 of 3) sorted by relevance
42 enum IndentTextOrNot { DoNotIndentText, IndentText }; enumerator71 bool shouldIndentText() const { return m_shouldIndentText == IndentText; } in shouldIndentText()
907 shouldIndentText = IndentText; in requiresIndent()910 shouldIndentText = shouldIndentText == IndentText ? DoNotIndentText : IndentText; in requiresIndent()
540 …->logicalLeftOffsetForLine(block->logicalHeight(), shouldIndentText == IndentText, lineLogicalHeig… in updateLogicalInlinePositions()541 …>logicalRightOffsetForLine(block->logicalHeight(), shouldIndentText == IndentText, lineLogicalHeig… in updateLogicalInlinePositions()