Searched refs:RebalanceType (Results 1 – 2 of 2) sorted by relevance
35 enum RebalanceType { enum41 RebalanceType rebalanceType = RebalanceLeadingAndTrailingWhitespaces)47 InsertTextCommand(Document&, const String& text, bool selectInsertedText, RebalanceType);62 RebalanceType m_rebalanceType;
40 …mmand(Document& document, const String& text, bool selectInsertedText, RebalanceType rebalanceType) in InsertTextCommand()