CloseTyping 721 Source/core/editing/Editor.cpp changeSelectionAfterCommand(newSelection, FrameSelection::CloseTyping | FrameSelection::ClearTypingStyle); CloseTyping 737 Source/core/editing/Editor.cpp changeSelectionAfterCommand(newSelection, FrameSelection::CloseTyping | FrameSelection::ClearTypingStyle); CloseTyping 222 Source/core/editing/EditorCommand.cpp frame.selection().setSelectedRange(newRange.get(), affinity, FrameSelection::CloseTyping); CloseTyping 384 Source/core/editing/EditorCommand.cpp bool selected = frame.selection().setSelectedRange(unionDOMRanges(mark.get(), frame.editor().selectedRange().get()).get(), DOWNSTREAM, FrameSelection::CloseTyping); CloseTyping 1034 Source/core/editing/EditorCommand.cpp frame.selection().setSelectedRange(unionDOMRanges(mark.get(), selection.get()).get(), DOWNSTREAM, FrameSelection::CloseTyping); CloseTyping 131 Source/core/editing/FrameSelection.cpp SetSelectionOptions options = CloseTyping | ClearTypingStyle | userTriggered; CloseTyping 138 Source/core/editing/FrameSelection.cpp SetSelectionOptions options = CloseTyping | ClearTypingStyle | userTriggered; CloseTyping 144 Source/core/editing/FrameSelection.cpp SetSelectionOptions options = CloseTyping | ClearTypingStyle | userTriggered; CloseTyping 217 Source/core/editing/FrameSelection.cpp bool closeTyping = options & CloseTyping; CloseTyping 1178 Source/core/editing/FrameSelection.cpp setSelection(VisibleSelection(), CloseTyping | ClearTypingStyle | DoNotUpdateAppearance); CloseTyping 1201 Source/core/editing/FrameSelection.cpp setSelection(VisibleSelection(pos.deepEquivalent(), m_selection.extent(), pos.affinity(), selectionHasDirection), CloseTyping | ClearTypingStyle | userTriggered); CloseTyping 1207 Source/core/editing/FrameSelection.cpp setSelection(VisibleSelection(m_selection.base(), pos.deepEquivalent(), pos.affinity(), selectionHasDirection), CloseTyping | ClearTypingStyle | userTriggered); CloseTyping 96 Source/core/editing/FrameSelection.h void setSelection(const VisibleSelection&, SetSelectionOptions = CloseTyping | ClearTypingStyle, CursorAlignOnScroll = AlignCursorOnScrollIfNeeded, TextGranularity = CharacterGranularity); CloseTyping 97 Source/core/editing/FrameSelection.h void setSelection(const VisibleSelection& selection, TextGranularity granularity) { setSelection(selection, CloseTyping | ClearTypingStyle, AlignCursorOnScrollIfNeeded, granularity); } CloseTyping 98 Source/core/editing/FrameSelection.h bool setSelectedRange(Range*, EAffinity, SetSelectionOptions = CloseTyping | ClearTypingStyle); CloseTyping 386 Source/core/editing/InputMethodController.cpp return m_frame.selection().setSelectedRange(range.get(), VP_DEFAULT_AFFINITY, FrameSelection::CloseTyping); CloseTyping 714 Source/core/editing/SpellChecker.cpp bool closeTyping = options & FrameSelection::CloseTyping;