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

  /external/webkit/Source/WebCore/editing/
TypingCommand.h 69 static void closeTyping(EditCommand*);
72 void closeTyping() { m_openForMoreTyping = false; }
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);
TypingCommand.cpp 275 void TypingCommand::closeTyping(EditCommand* cmd)
278 static_cast<TypingCommand*>(cmd)->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...]
Editor.h 427 void changeSelectionAfterCommand(const VisibleSelection& newSelection, bool closeTyping, bool clearTypingStyle);
Editor.cpp     [all...]

Completed in 43 milliseconds