Home
last modified time | relevance | path

Searched defs:actionName (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebKitTools/DumpRenderTree/win/
DUIDelegate.cpp49 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()
/external/webkit/WebKit/win/WebCoreSupport/
DWebEditorClient.cpp525 LPCTSTR actionName = undoNameForEditAction(command->editingAction()); in registerCommandForUndo() local