Searched refs:RebalanceLeadingAndTrailingWhitespaces (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/editing/
H A DInsertTextCommand.h47 RebalanceLeadingAndTrailingWhitespaces, enumerator in enum:WebCore::InsertTextCommand::RebalanceType
52 RebalanceType rebalanceType = RebalanceLeadingAndTrailingWhitespaces)
51 create(Document& document, const String& text, bool selectInsertedText = false, RebalanceType rebalanceType = RebalanceLeadingAndTrailingWhitespaces) argument
H A DInsertTextCommand.cpp52 , m_rebalanceType(RebalanceLeadingAndTrailingWhitespaces)
209 if (m_rebalanceType == RebalanceLeadingAndTrailingWhitespaces) {
H A DTypingCommand.cpp377 m_compositionType == TextCompositionNone ? InsertTextCommand::RebalanceLeadingAndTrailingWhitespaces : InsertTextCommand::RebalanceAllWhitespaces);

Completed in 120 milliseconds