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 68 CompositeEditCommand* lastEditCommand() { return m_lastEditCommand.get(); }
241 RefPtrWillBeMember<CompositeEditCommand> m_lastEditCommand;
Editor.cpp 569 m_lastEditCommand.clear();
676 if (m_lastEditCommand.get() == cmd) {
681 m_lastEditCommand = cmd;
683 undoStack->registerUndoStep(m_lastEditCommand->ensureComposition());
701 m_lastEditCommand = nullptr;
717 m_lastEditCommand = nullptr;
    [all...]

Completed in 771 milliseconds