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

/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebInspectorDelegate.cpp30 #include "WebInspectorDelegate.h"
32 WebInspectorDelegate::WebInspectorDelegate() function in class:WebInspectorDelegate
37 WebInspectorDelegate* WebInspectorDelegate::createInstance()
39 WebInspectorDelegate* instance = new WebInspectorDelegate;
44 ULONG STDMETHODCALLTYPE WebInspectorDelegate::AddRef()
49 ULONG STDMETHODCALLTYPE WebInspectorDelegate::Release()
58 HRESULT STDMETHODCALLTYPE WebInspectorDelegate
[all...]
H A DWebInspectorDelegate.h34 class WebInspectorDelegate : public IWebUIDelegate { class in inherits:IWebUIDelegate
36 static WebInspectorDelegate* createInstance();
325 WebInspectorDelegate();
H A DWebInspectorClient.cpp32 #include "WebInspectorDelegate.h"
108 COMPtr<WebInspectorDelegate> delegate(AdoptCOM, WebInspectorDelegate::createInstance());

Completed in 66 milliseconds