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

  /external/webkit/WebCore/editing/
TypingCommand.h 54 static void closeTyping(EditCommand*);
57 void closeTyping() { m_openForMoreTyping = false; }
TypingCommand.cpp 239 void TypingCommand::closeTyping(EditCommand* cmd)
242 static_cast<TypingCommand*>(cmd)->closeTyping();
SelectionController.cpp 106 void SelectionController::setSelection(const VisibleSelection& s, bool closeTyping, bool clearTypingStyle, bool userTriggered)
130 document->frame()->selection()->setSelection(s, closeTyping, clearTypingStyle, userTriggered);
134 if (closeTyping)
135 TypingCommand::closeTyping(m_frame->editor()->lastEditCommand());
159 m_frame->respondToChangedSelection(oldSelection, closeTyping);
    [all...]

Completed in 1115 milliseconds