Lines Matching full:undo
635 /// Undo related UI delegate methods --------------------------------------------------------------------------------
639 @abstract Registers an undo operation of a IWebUndoTarget on the undo/redo stack.
641 @param actionName The name of the action - this will be passed back to the target when we need to undo the operation
642 @param actionArg An object that target used to save undo information
648 @abstract remove all the undo operations that are registered for the passed in target on the undo/redo stack.
655 @abstract Sets the name of the action for the current group of undo operations
661 @method undo:
662 @abstract Undo the last group of operations
664 HRESULT undo();
674 @abstract Returns whether there's anything on the undo stack to be undone