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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
TypingCommand.h 68 static void closeTyping(Frame*);
96 void closeTyping() { m_openForMoreTyping = false; }
FrameSelection.h 67 CloseTyping = 1 << 1,
97 void setSelection(const VisibleSelection&, SetSelectionOptions = CloseTyping | ClearTypingStyle, CursorAlignOnScroll = AlignCursorOnScrollIfNeeded, TextGranularity = CharacterGranularity);
98 void setSelection(const VisibleSelection& selection, TextGranularity granularity) { setSelection(selection, CloseTyping | ClearTypingStyle, AlignCursorOnScrollIfNeeded, granularity); }
99 bool setSelectedRange(Range*, EAffinity, bool closeTyping);
TypingCommand.cpp 246 void TypingCommand::closeTyping(Frame* frame)
249 lastTypingCommand->closeTyping();
InputMethodController.cpp 220 TypingCommand::closeTyping(m_frame);
FrameSelection.cpp 128 SetSelectionOptions options = CloseTyping | ClearTypingStyle | userTriggered;
135 SetSelectionOptions options = CloseTyping | ClearTypingStyle | userTriggered;
141 SetSelectionOptions options = CloseTyping | ClearTypingStyle | userTriggered;
147 SetSelectionOptions options = CloseTyping | ClearTypingStyle | userTriggered;
155 SetSelectionOptions options = CloseTyping | ClearTypingStyle | userTriggered;
227 bool closeTyping = options & CloseTyping;
258 if (closeTyping)
259 TypingCommand::closeTyping(m_frame);
    [all...]
Editor.cpp 775 changeSelectionAfterCommand(newSelection, FrameSelection::CloseTyping | FrameSelection::ClearTypingStyle);
789 changeSelectionAfterCommand(newSelection, FrameSelection::CloseTyping | FrameSelection::ClearTypingStyle);
    [all...]

Completed in 942 milliseconds