Searched defs:actionName (Results 1 – 2 of 2) sorted by relevance
49 DRTUndoObject(IWebUndoTarget* target, BSTR actionName, IUnknown* obj) in DRTUndoObject()118 void DRTUndoManager::registerUndoWithTarget(IWebUndoTarget* target, BSTR actionName, IUnknown* obj) in registerUndoWithTarget()223 /* [in] */ BSTR actionName, in registerUndoWithTarget()
525 LPCTSTR actionName = undoNameForEditAction(command->editingAction()); in registerCommandForUndo() local