Searched refs:undoCommand (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebEditorClient.cpp121 IWebUndoCommand* undoCommand = 0; local
122 if (SUCCEEDED(obj->QueryInterface(IID_IWebUndoCommand, (void**)&undoCommand))) {
123 undoCommand->execute();
124 undoCommand->Release();
548 WebEditorUndoCommand* undoCommand = new WebEditorUndoCommand(step, true); local
549 if (!undoCommand)
551 uiDelegate->registerUndoWithTarget(m_undoTarget, 0, undoCommand);
552 undoCommand->Release(); // the undo manager owns the reference
563 WebEditorUndoCommand* undoCommand = new WebEditorUndoCommand(step, false); local
564 if (!undoCommand)
[all...]

Completed in 121 milliseconds