Home | History | Annotate | Download | only in editing

Lines Matching refs:closeTyping

1546         TypingCommand::closeTyping(m_lastEditCommand.get());
2715 void Editor::changeSelectionAfterCommand(const VisibleSelection& newSelection, bool closeTyping, bool clearTypingStyle)
2728 if (closeTyping)
2729 options |= SelectionController::CloseTyping;
3151 bool closeTyping = options & SelectionController::CloseTyping;
3171 if (shouldCheckSpellingAndGrammar && closeTyping && oldSelection.isContentEditable() && oldSelection.start().deprecatedNode() && oldSelection.start().anchorNode()->inDocument()) {