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

/macosx-10.10.1/WebKit-7600.1.25/win/Interfaces/
H A DIWebUndoManager.idl143 - (void)removeAllActionsWithTarget:(id)target
145 HRESULT removeAllActionsWithTarget([in] IUnknown* target);
H A DIWebUIDelegate.idl647 @method removeAllActionsWithTarget:
651 HRESULT removeAllActionsWithTarget([in] IWebUndoTarget* target);
/macosx-10.10.1/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebInspectorDelegate.h216 virtual HRESULT STDMETHODCALLTYPE removeAllActionsWithTarget( function in class:WebInspectorDelegate
H A DWebEditorClient.cpp572 uiDelegate->removeAllActionsWithTarget(m_undoTarget);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/ios/
H A DPageClientImplIOS.mm308 [[m_contentView undoManager] removeAllActionsWithTarget:m_undoTarget.get()];
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/mac/
H A DPageClientImpl.mm375 [[m_wkView undoManager] removeAllActionsWithTarget:m_undoTarget.get()];
/macosx-10.10.1/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebEditorClient.mm638 [undoManager removeAllActionsWithTarget:m_undoTarget.get()];

Completed in 193 milliseconds