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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
TypingCommand.h 68 static void closeTyping(LocalFrame*);
95 void closeTyping() { m_openForMoreTyping = false; }
TypingCommand.cpp 242 void TypingCommand::closeTyping(LocalFrame* frame)
245 lastTypingCommand->closeTyping();
InputMethodController.cpp 221 TypingCommand::closeTyping(m_frame);
390 return frame().selection().setSelectedRange(range.get(), VP_DEFAULT_AFFINITY, FrameSelection::NonDirectional, FrameSelection::CloseTyping);
SpellChecker.cpp     [all...]
FrameSelection.cpp 137 SetSelectionOptions options = CloseTyping | ClearTypingStyle | userTriggered;
144 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...]

Completed in 75 milliseconds