HomeSort by relevance Sort by last modified time
    Searched refs:CloseTyping (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 58 CloseTyping = 1 << 0,
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); }
81 bool setSelectedRange(Range*, EAffinity, bool closeTyping);
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;
137 bool closeTyping = options & CloseTyping;
166 if (closeTyping)
167 TypingCommand::closeTyping(m_frame->editor()->lastEditCommand());
    [all...]
SpellingCorrectionController.cpp 273 m_frame->selection()->setSelection(selectionOfCorrected, SelectionController::CloseTyping | SelectionController::ClearTypingStyle | SelectionController::SpellCorrectionTriggered);
Editor.cpp     [all...]

Completed in 161 milliseconds