Searched refs:WebInspectorDelegate (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebInspectorDelegate.cpp31 #include "WebInspectorDelegate.h"
33 WebInspectorDelegate::WebInspectorDelegate() function in class:WebInspectorDelegate
38 WebInspectorDelegate* WebInspectorDelegate::createInstance()
40 WebInspectorDelegate* instance = new WebInspectorDelegate;
45 ULONG STDMETHODCALLTYPE WebInspectorDelegate::AddRef()
50 ULONG STDMETHODCALLTYPE WebInspectorDelegate::Release()
59 HRESULT STDMETHODCALLTYPE WebInspectorDelegate
[all...]
H A DWebInspectorDelegate.h35 class WebInspectorDelegate : public IWebUIDelegate { class in inherits:IWebUIDelegate
37 static WebInspectorDelegate* createInstance();
303 WebInspectorDelegate();
H A DWebInspectorClient.cpp35 #include "WebInspectorDelegate.h"
108 COMPtr<WebInspectorDelegate> delegate(AdoptCOM, WebInspectorDelegate::createInstance());

Completed in 163 milliseconds