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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
TypingCommand.cpp 246 void TypingCommand::closeTyping(Frame* frame)
249 lastTypingCommand->closeTyping();
TypingCommand.h 68 static void closeTyping(Frame*);
96 void closeTyping() { m_openForMoreTyping = false; }
Editor.cpp 775 changeSelectionAfterCommand(newSelection, FrameSelection::CloseTyping | FrameSelection::ClearTypingStyle);
789 changeSelectionAfterCommand(newSelection, FrameSelection::CloseTyping | FrameSelection::ClearTypingStyle);
    [all...]
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...]

Completed in 33 milliseconds