Home
last modified time | relevance | path

Searched refs:CloseTyping (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/editing/
DSelectionController.h58 CloseTyping = 1 << 0, enumerator
79 …void setSelection(const VisibleSelection&, SetSelectionOptions = CloseTyping | ClearTypingStyle, C…
80 …y directionality = MakeDirectionalSelection) { setSelection(selection, CloseTyping | ClearTypingSt…
DSelectionController.cpp94 SetSelectionOptions options = CloseTyping | ClearTypingStyle; in moveTo()
102 SetSelectionOptions options = CloseTyping | ClearTypingStyle; in moveTo()
110 SetSelectionOptions options = CloseTyping | ClearTypingStyle; in moveTo()
118 SetSelectionOptions options = CloseTyping | ClearTypingStyle; in moveTo()
127 SetSelectionOptions options = CloseTyping | ClearTypingStyle; in moveTo()
137 bool closeTyping = options & CloseTyping; in setSelection()
1002 SetSelectionOptions options = CloseTyping | ClearTypingStyle; in setBase()
1010 SetSelectionOptions options = CloseTyping | ClearTypingStyle; in setExtent()
1018 SetSelectionOptions options = CloseTyping | ClearTypingStyle; in setBase()
1026 SetSelectionOptions options = CloseTyping | ClearTypingStyle; in setExtent()
[all …]
DSpellingCorrectionCommand.cpp97 …, SelectionController::SpellCorrectionTriggered | SelectionController::CloseTyping | SelectionCont… in doApply()
DSpellingCorrectionController.cpp273 …m_frame->selection()->setSelection(selectionOfCorrected, SelectionController::CloseTyping | Select… in respondToUnappliedSpellCorrection()
DEditor.cpp2729 options |= SelectionController::CloseTyping; in changeSelectionAfterCommand()
3151 bool closeTyping = options & SelectionController::CloseTyping; in respondToChangedSelection()