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 78 CompositeEditCommand* lastEditCommand() { return m_lastEditCommand.get(); }
313 RefPtr<CompositeEditCommand> m_lastEditCommand;
Editor.cpp 603 m_lastEditCommand.clear();
757 if (m_lastEditCommand.get() == cmd)
762 m_lastEditCommand = cmd;
764 client()->registerUndoStep(m_lastEditCommand->ensureComposition());
778 m_lastEditCommand = 0;
792 m_lastEditCommand = 0;
    [all...]

Completed in 330 milliseconds