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 68 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 240 void TypingCommand::closeTyping(Frame* frame)
243 lastTypingCommand->closeTyping();
InputMethodController.cpp 213 TypingCommand::closeTyping(&m_frame);
FrameSelection.cpp 123 SetSelectionOptions options = CloseTyping | ClearTypingStyle | userTriggered;
130 SetSelectionOptions options = CloseTyping | ClearTypingStyle | userTriggered;
136 SetSelectionOptions options = CloseTyping | ClearTypingStyle | userTriggered;
142 SetSelectionOptions options = CloseTyping | ClearTypingStyle | userTriggered;
150 SetSelectionOptions options = CloseTyping | ClearTypingStyle | userTriggered;
223 bool closeTyping = options & CloseTyping;
254 if (closeTyping)
255 TypingCommand::closeTyping(m_frame);
    [all...]
SpellChecker.cpp     [all...]

Completed in 90 milliseconds