HomeSort by relevance Sort by last modified time
    Searched refs:removeAllActionsWithTarget (Results 1 - 8 of 8) sorted by null

  /external/webkit/WebKit/win/Interfaces/
IWebUndoManager.idl 143 - (void)removeAllActionsWithTarget:(id)target
145 HRESULT removeAllActionsWithTarget([in] IUnknown* target);
IWebUIDelegate.idl 647 @method removeAllActionsWithTarget:
651 HRESULT removeAllActionsWithTarget([in] IWebUndoTarget* target);
    [all...]
  /external/webkit/WebKit/win/WebCoreSupport/
WebInspectorDelegate.h 236 virtual HRESULT STDMETHODCALLTYPE removeAllActionsWithTarget(
WebEditorClient.cpp 563 uiDelegate->removeAllActionsWithTarget(m_undoTarget);
  /external/webkit/WebKitTools/WinLauncher/
PrintWebUIDelegate.h 83 virtual HRESULT STDMETHODCALLTYPE removeAllActionsWithTarget(IWebUndoTarget*) { return E_NOTIMPL; }
  /external/webkit/WebKitTools/DumpRenderTree/win/
UIDelegate.cpp 230 HRESULT STDMETHODCALLTYPE UIDelegate::removeAllActionsWithTarget(
UIDelegate.h 237 virtual HRESULT STDMETHODCALLTYPE removeAllActionsWithTarget(
  /external/webkit/WebKit/mac/WebCoreSupport/
WebEditorClient.mm 490 [undoManager removeAllActionsWithTarget:m_undoTarget.get()];

Completed in 75 milliseconds