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

  /external/webkit/Source/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/Source/WebKit/win/WebCoreSupport/
WebInspectorDelegate.h 230 virtual HRESULT STDMETHODCALLTYPE removeAllActionsWithTarget(
WebEditorClient.cpp 562 uiDelegate->removeAllActionsWithTarget(m_undoTarget);
  /external/webkit/Tools/WinLauncher/
PrintWebUIDelegate.h 83 virtual HRESULT STDMETHODCALLTYPE removeAllActionsWithTarget(IWebUndoTarget*) { return E_NOTIMPL; }
  /external/webkit/Tools/DumpRenderTree/win/
UIDelegate.cpp 234 HRESULT STDMETHODCALLTYPE UIDelegate::removeAllActionsWithTarget(
UIDelegate.h 237 virtual HRESULT STDMETHODCALLTYPE removeAllActionsWithTarget(
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
PageClientImpl.mm 229 [[m_wkView undoManager] removeAllActionsWithTarget:m_undoTarget.get()];
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.mm 566 [undoManager removeAllActionsWithTarget:m_undoTarget.get()];
    [all...]

Completed in 301 milliseconds