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

  /external/webkit/WebCore/editing/
TypingCommand.h 54 static void closeTyping(EditCommand*);
57 void closeTyping() { m_openForMoreTyping = false; }
SelectionController.h 61 void setSelection(const VisibleSelection&, bool closeTyping = true, bool clearTypingStyle = true, bool userTriggered = false);
62 bool setSelectedRange(Range*, EAffinity, bool 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...]
Editor.h 326 void changeSelectionAfterCommand(const VisibleSelection& newSelection, bool closeTyping, bool clearTypingStyle, EditCommand*);
TypingCommand.cpp 239 void TypingCommand::closeTyping(EditCommand* cmd)
242 static_cast<TypingCommand*>(cmd)->closeTyping();
Editor.cpp     [all...]
  /external/webkit/WebCore/page/
Frame.h 209 void respondToChangedSelection(const VisibleSelection& oldSelection, bool closeTyping);
Frame.cpp     [all...]

Completed in 94 milliseconds