HomeSort by relevance Sort by last modified time
    Searched refs:ClearTypingStyle (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/editing/
SpellingCorrectionCommand.cpp 97 applyCommandToComposite(SetSelectionCommand::create(m_selectionToBeCorrected, SelectionController::SpellCorrectionTriggered | SelectionController::CloseTyping | SelectionController::ClearTypingStyle));
SelectionController.h 59 ClearTypingStyle = 1 << 1,
79 void setSelection(const VisibleSelection&, SetSelectionOptions = CloseTyping | ClearTypingStyle, CursorAlignOnScroll = AlignCursorOnScrollIfNeeded, TextGranularity = CharacterGranularity, DirectionalityPolicy = MakeDirectionalSelection);
80 void setSelection(const VisibleSelection& selection, TextGranularity granularity, DirectionalityPolicy directionality = MakeDirectionalSelection) { setSelection(selection, CloseTyping | ClearTypingStyle, AlignCursorOnScrollIfNeeded, granularity, directionality); }
175 void clearTypingStyle();
252 inline void SelectionController::clearTypingStyle()
SelectionController.cpp 94 SetSelectionOptions options = CloseTyping | ClearTypingStyle;
102 SetSelectionOptions options = CloseTyping | ClearTypingStyle;
110 SetSelectionOptions options = CloseTyping | ClearTypingStyle;
118 SetSelectionOptions options = CloseTyping | ClearTypingStyle;
127 SetSelectionOptions options = CloseTyping | ClearTypingStyle;
138 bool shouldClearTypingStyle = options & ClearTypingStyle;
170 clearTypingStyle();
    [all...]
SpellingCorrectionController.cpp 273 m_frame->selection()->setSelection(selectionOfCorrected, SelectionController::CloseTyping | SelectionController::ClearTypingStyle | SelectionController::SpellCorrectionTriggered);
Editor.cpp     [all...]

Completed in 225 milliseconds