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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.h 75 CompositeEditCommand* lastEditCommand() { return m_lastEditCommand.get(); }
248 RefPtr<CompositeEditCommand> m_lastEditCommand;
Editor.cpp 661 m_lastEditCommand.clear();
780 if (m_lastEditCommand.get() == cmd) {
785 m_lastEditCommand = cmd;
787 undoStack->registerUndoStep(m_lastEditCommand->ensureComposition());
803 m_lastEditCommand = 0;
819 m_lastEditCommand = 0;
    [all...]

Completed in 642 milliseconds