Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DSelectionController.h59 ClearTypingStyle = 1 << 1, enumerator
79 …void setSelection(const VisibleSelection&, SetSelectionOptions = CloseTyping | ClearTypingStyle, C…
80 …= MakeDirectionalSelection) { setSelection(selection, CloseTyping | ClearTypingStyle, AlignCursorO…
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()
138 bool shouldClearTypingStyle = options & ClearTypingStyle; 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 …llCorrectionTriggered | SelectionController::CloseTyping | SelectionController::ClearTypingStyle)); in doApply()
DSpellingCorrectionController.cpp273 …fCorrected, SelectionController::CloseTyping | SelectionController::ClearTypingStyle | SelectionCo… in respondToUnappliedSpellCorrection()
DEditor.cpp2731 options |= SelectionController::ClearTypingStyle; in changeSelectionAfterCommand()