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

  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebInspectorDelegate.cpp 30 #include "WebInspectorDelegate.h"
32 WebInspectorDelegate::WebInspectorDelegate()
37 WebInspectorDelegate* WebInspectorDelegate::createInstance()
39 WebInspectorDelegate* instance = new WebInspectorDelegate;
44 ULONG STDMETHODCALLTYPE WebInspectorDelegate::AddRef()
49 ULONG STDMETHODCALLTYPE WebInspectorDelegate::Release()
58 HRESULT STDMETHODCALLTYPE WebInspectorDelegate::dragDestinationActionMaskForDraggingInfo
    [all...]
WebInspectorDelegate.h 34 class WebInspectorDelegate : public IWebUIDelegate {
36 static WebInspectorDelegate* createInstance();
325 WebInspectorDelegate();
WebInspectorClient.cpp 32 #include "WebInspectorDelegate.h"
108 COMPtr<WebInspectorDelegate> delegate(AdoptCOM, WebInspectorDelegate::createInstance());

Completed in 157 milliseconds