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

  /external/webkit/Source/WebCore/editing/
TypingCommand.cpp 90 EditCommand* lastEditCommand = frame->editor()->lastEditCommand();
91 if (isOpenForMoreTypingCommand(lastEditCommand)) {
92 TypingCommand* lastTypingCommand = static_cast<TypingCommand*>(lastEditCommand);
108 EditCommand* lastEditCommand = frame->editor()->lastEditCommand();
109 if (granularity == CharacterGranularity && isOpenForMoreTypingCommand(lastEditCommand)) {
110 TypingCommand* lastTypingCommand = static_cast<TypingCommand*>(lastEditCommand);
128 EditCommand* lastEditCommand = frame->editor()->lastEditCommand();
    [all...]
Editor.h 92 EditCommand* lastEditCommand() { return m_lastEditCommand.get(); }
SelectionController.cpp 167 TypingCommand::closeTyping(m_frame->editor()->lastEditCommand());
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
EditorClientQt.cpp 245 if (m_inUndoRedo || (frame && !frame->editor()->lastEditCommand() /* HACK!! Don't recreate undos */))

Completed in 427 milliseconds