Home
last modified time | relevance | path

Searched refs:ppvObject (Results 1 – 25 of 139) sorted by relevance

123456

/external/webkit/Source/WebKit/win/
DDOMEventsClasses.cpp38 HRESULT STDMETHODCALLTYPE DOMEventListener::QueryInterface(const IID &riid, void** ppvObject) in QueryInterface() argument
40 *ppvObject = 0; in QueryInterface()
42 *ppvObject = static_cast<IDOMEventListener*>(this); in QueryInterface()
44 return DOMObject::QueryInterface(riid, ppvObject); in QueryInterface()
105 HRESULT STDMETHODCALLTYPE DOMEvent::QueryInterface(const IID &riid, void** ppvObject) in QueryInterface() argument
107 *ppvObject = 0; in QueryInterface()
109 *ppvObject = this; in QueryInterface()
111 *ppvObject = static_cast<IDOMEvent*>(this); in QueryInterface()
113 return DOMObject::QueryInterface(riid, ppvObject); in QueryInterface()
181 HRESULT STDMETHODCALLTYPE DOMUIEvent::QueryInterface(REFIID riid, void** ppvObject) in QueryInterface() argument
[all …]
DWebSerializedJSValue.cpp64 HRESULT WebSerializedJSValue::QueryInterface(REFIID riid, void** ppvObject) in QueryInterface() argument
66 if (!ppvObject) in QueryInterface()
68 *ppvObject = 0; in QueryInterface()
71 *ppvObject = this; in QueryInterface()
73 *ppvObject = static_cast<IWebSerializedJSValue*>(this); in QueryInterface()
75 *ppvObject = static_cast<IWebSerializedJSValue*>(this); in QueryInterface()
77 *ppvObject = static_cast<IWebSerializedJSValuePrivate*>(this); in QueryInterface()
DDOMHTMLClasses.cpp77 HRESULT STDMETHODCALLTYPE DOMHTMLCollection::QueryInterface(REFIID riid, void** ppvObject) in QueryInterface() argument
79 *ppvObject = 0; in QueryInterface()
81 *ppvObject = static_cast<IDOMHTMLCollection*>(this); in QueryInterface()
83 return DOMObject::QueryInterface(riid, ppvObject); in QueryInterface()
124 HRESULT STDMETHODCALLTYPE DOMHTMLOptionsCollection::QueryInterface(REFIID riid, void** ppvObject) in QueryInterface() argument
126 *ppvObject = 0; in QueryInterface()
128 *ppvObject = static_cast<IDOMHTMLOptionsCollection*>(this); in QueryInterface()
130 return DOMObject::QueryInterface(riid, ppvObject); in QueryInterface()
197 HRESULT STDMETHODCALLTYPE DOMHTMLDocument::QueryInterface(REFIID riid, void** ppvObject) in QueryInterface() argument
199 *ppvObject = 0; in QueryInterface()
[all …]
DWebKitClassFactory.cpp103 HRESULT STDMETHODCALLTYPE WebKitClassFactory::QueryInterface(REFIID riid, void** ppvObject) in QueryInterface() argument
105 *ppvObject = 0; in QueryInterface()
107 *ppvObject = static_cast<IUnknown*>(this); in QueryInterface()
109 *ppvObject = static_cast<IClassFactory*>(this); in QueryInterface()
146 …THODCALLTYPE WebKitClassFactory::CreateInstance(IUnknown* pUnkOuter, REFIID riid, void** ppvObject) in CreateInstance() argument
149 *ppvObject = 0; in CreateInstance()
180 HRESULT hr = unknown->QueryInterface(riid, ppvObject); in CreateInstance()
DWebUserContentURLPattern.cpp67 HRESULT WebUserContentURLPattern::QueryInterface(REFIID riid, void** ppvObject) in QueryInterface() argument
69 if (!ppvObject) in QueryInterface()
71 *ppvObject = 0; in QueryInterface()
74 *ppvObject = this; in QueryInterface()
76 *ppvObject = static_cast<IWebUserContentURLPattern*>(this); in QueryInterface()
78 *ppvObject = static_cast<IUnknown*>(this); in QueryInterface()
DWebWorkersPrivate.cpp39 HRESULT STDMETHODCALLTYPE WebWorkersPrivate::QueryInterface(REFIID riid, void** ppvObject) in QueryInterface() argument
41 *ppvObject = 0; in QueryInterface()
43 *ppvObject = this; in QueryInterface()
45 *ppvObject = static_cast<IWebWorkersPrivate*>(this); in QueryInterface()
47 *ppvObject = static_cast<IWebWorkersPrivate*>(this); in QueryInterface()
DWebURLAuthenticationChallengeSender.cpp65 …TDMETHODCALLTYPE WebURLAuthenticationChallengeSender::QueryInterface(REFIID riid, void** ppvObject) in QueryInterface() argument
67 *ppvObject = 0; in QueryInterface()
69 *ppvObject = static_cast<IUnknown*>(this); in QueryInterface()
71 *ppvObject = static_cast<WebURLAuthenticationChallengeSender*>(this); in QueryInterface()
73 *ppvObject = static_cast<IWebURLAuthenticationChallengeSender*>(this); in QueryInterface()
DWebGeolocationPosition.cpp54 HRESULT WebGeolocationPosition::QueryInterface(REFIID riid, void** ppvObject) in QueryInterface() argument
56 *ppvObject = 0; in QueryInterface()
58 *ppvObject = this; in QueryInterface()
60 *ppvObject = static_cast<IWebGeolocationPosition*>(this); in QueryInterface()
62 *ppvObject = static_cast<IWebGeolocationPosition*>(this); in QueryInterface()
DWebDownload.cpp95 HRESULT STDMETHODCALLTYPE WebDownload::QueryInterface(REFIID riid, void** ppvObject) in QueryInterface() argument
97 *ppvObject = 0; in QueryInterface()
99 *ppvObject = static_cast<IWebDownload*>(this); in QueryInterface()
101 *ppvObject = static_cast<IWebDownload*>(this); in QueryInterface()
103 *ppvObject = static_cast<IWebURLAuthenticationChallengeSender*>(this); in QueryInterface()
105 *ppvObject = static_cast<WebDownload*>(this); in QueryInterface()
DWebScriptWorld.cpp104 HRESULT WebScriptWorld::QueryInterface(REFIID riid, void** ppvObject) in QueryInterface() argument
106 if (!ppvObject) in QueryInterface()
108 *ppvObject = 0; in QueryInterface()
111 *ppvObject = this; in QueryInterface()
113 *ppvObject = static_cast<IWebScriptWorld*>(this); in QueryInterface()
115 *ppvObject = static_cast<IUnknown*>(this); in QueryInterface()
DWebFramePolicyListener.cpp62 HRESULT STDMETHODCALLTYPE WebFramePolicyListener::QueryInterface(REFIID riid, void** ppvObject) in QueryInterface() argument
64 *ppvObject = 0; in QueryInterface()
66 *ppvObject = static_cast<IWebPolicyDecisionListener*>(this); in QueryInterface()
68 *ppvObject = static_cast<IWebPolicyDecisionListener*>(this); in QueryInterface()
70 *ppvObject = static_cast<IWebFormSubmissionListener*>(this); in QueryInterface()
DWebCookieManager.cpp56 HRESULT STDMETHODCALLTYPE WebCookieManager::QueryInterface(REFIID riid, void** ppvObject) in QueryInterface() argument
58 *ppvObject = 0; in QueryInterface()
60 *ppvObject = static_cast<WebCookieManager*>(this); in QueryInterface()
62 *ppvObject = static_cast<IWebCookieManager*>(this); in QueryInterface()
DDOMCoreClasses.cpp72 HRESULT STDMETHODCALLTYPE DOMObject::QueryInterface(REFIID riid, void** ppvObject) in QueryInterface() argument
74 *ppvObject = 0; in QueryInterface()
76 *ppvObject = static_cast<IDOMObject*>(this); in QueryInterface()
78 return WebScriptObject::QueryInterface(riid, ppvObject); in QueryInterface()
86 HRESULT STDMETHODCALLTYPE DOMNode::QueryInterface(REFIID riid, void** ppvObject) in QueryInterface() argument
88 *ppvObject = 0; in QueryInterface()
90 *ppvObject = static_cast<IDOMNode*>(this); in QueryInterface()
92 *ppvObject = static_cast<DOMNode*>(this); in QueryInterface()
94 return DOMObject::QueryInterface(riid, ppvObject); in QueryInterface()
504 HRESULT STDMETHODCALLTYPE DOMNodeList::QueryInterface(REFIID riid, void** ppvObject) in QueryInterface() argument
[all …]
DWebTextRenderer.cpp54 HRESULT STDMETHODCALLTYPE WebTextRenderer::QueryInterface(const IID &riid, void** ppvObject) in QueryInterface() argument
56 *ppvObject = 0; in QueryInterface()
58 *ppvObject = static_cast<IWebTextRenderer*>(this); in QueryInterface()
60 *ppvObject = static_cast<IWebTextRenderer*>(this); in QueryInterface()
DWebGeolocationPolicyListener.cpp57 …ESULT STDMETHODCALLTYPE WebGeolocationPolicyListener::QueryInterface(REFIID riid, void** ppvObject) in QueryInterface() argument
59 *ppvObject = 0; in QueryInterface()
61 *ppvObject = static_cast<IWebGeolocationPolicyListener*>(this); in QueryInterface()
63 *ppvObject = static_cast<IWebGeolocationPolicyListener*>(this); in QueryInterface()
DWebSecurityOrigin.cpp65 HRESULT STDMETHODCALLTYPE WebSecurityOrigin::QueryInterface(REFIID riid, void** ppvObject) in QueryInterface() argument
67 *ppvObject = 0; in QueryInterface()
69 *ppvObject = static_cast<IWebSecurityOrigin*>(this); in QueryInterface()
71 *ppvObject = static_cast<IWebSecurityOrigin*>(this); in QueryInterface()
73 *ppvObject = this; in QueryInterface()
DWebJavaScriptCollector.cpp63 HRESULT STDMETHODCALLTYPE WebJavaScriptCollector::QueryInterface(REFIID riid, void** ppvObject) in QueryInterface() argument
65 *ppvObject = 0; in QueryInterface()
67 *ppvObject = static_cast<IWebJavaScriptCollector*>(this); in QueryInterface()
69 *ppvObject = static_cast<IWebJavaScriptCollector*>(this); in QueryInterface()
DWebURLCredential.cpp67 HRESULT STDMETHODCALLTYPE WebURLCredential::QueryInterface(REFIID riid, void** ppvObject) in QueryInterface() argument
69 *ppvObject = 0; in QueryInterface()
71 *ppvObject = static_cast<IUnknown*>(this); in QueryInterface()
73 *ppvObject = static_cast<WebURLCredential*>(this); in QueryInterface()
75 *ppvObject = static_cast<IWebURLCredential*>(this); in QueryInterface()
DWebScriptObject.cpp50 HRESULT STDMETHODCALLTYPE WebScriptObject::QueryInterface(REFIID riid, void** ppvObject) in QueryInterface() argument
52 *ppvObject = 0; in QueryInterface()
54 *ppvObject = static_cast<IWebScriptObject*>(this); in QueryInterface()
56 *ppvObject = static_cast<IWebScriptObject*>(this); in QueryInterface()
DWebError.cpp70 HRESULT STDMETHODCALLTYPE WebError::QueryInterface(REFIID riid, void** ppvObject) in QueryInterface() argument
72 *ppvObject = 0; in QueryInterface()
74 *ppvObject = static_cast<IWebError*>(this); in QueryInterface()
76 *ppvObject = static_cast<WebError*>(this); in QueryInterface()
78 *ppvObject = static_cast<IWebError*>(this); in QueryInterface()
80 *ppvObject = static_cast<IWebErrorPrivate*>(this); in QueryInterface()
DWebNotification.cpp74 HRESULT STDMETHODCALLTYPE WebNotification::QueryInterface(REFIID riid, void** ppvObject) in QueryInterface() argument
76 *ppvObject = 0; in QueryInterface()
78 *ppvObject = static_cast<IWebNotification*>(this); in QueryInterface()
80 *ppvObject = static_cast<IWebNotification*>(this); in QueryInterface()
DWebDatabaseManager.cpp61 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID riid, void** ppvObject);
101 HRESULT STDMETHODCALLTYPE DatabaseDetailsPropertyBag::QueryInterface(REFIID riid, void** ppvObject) in QueryInterface() argument
103 *ppvObject = 0; in QueryInterface()
105 *ppvObject = static_cast<DatabaseDetailsPropertyBag*>(this); in QueryInterface()
107 *ppvObject = static_cast<DatabaseDetailsPropertyBag*>(this); in QueryInterface()
169 HRESULT STDMETHODCALLTYPE WebDatabaseManager::QueryInterface(REFIID riid, void** ppvObject) in QueryInterface() argument
171 *ppvObject = 0; in QueryInterface()
173 *ppvObject = static_cast<WebDatabaseManager*>(this); in QueryInterface()
175 *ppvObject = static_cast<WebDatabaseManager*>(this); in QueryInterface()
DWebKitStatistics.cpp68 HRESULT STDMETHODCALLTYPE WebKitStatistics::QueryInterface(REFIID riid, void** ppvObject) in QueryInterface() argument
70 *ppvObject = 0; in QueryInterface()
72 *ppvObject = static_cast<WebKitStatistics*>(this); in QueryInterface()
74 *ppvObject = static_cast<WebKitStatistics*>(this); in QueryInterface()
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
DWebDragSource.cpp48 HRESULT WebDragSource::QueryInterface(REFIID riid, void** ppvObject) in QueryInterface() argument
50 *ppvObject = 0; in QueryInterface()
52 *ppvObject = this; in QueryInterface()
/external/webkit/Tools/DumpRenderTree/win/
DDRTDesktopNotificationPresenter.cpp43 …LT STDMETHODCALLTYPE DRTDesktopNotificationPresenter::QueryInterface(REFIID riid, void** ppvObject) in QueryInterface() argument
45 *ppvObject = 0; in QueryInterface()
47 *ppvObject = static_cast<DRTDesktopNotificationPresenter*>(this); in QueryInterface()
49 *ppvObject = static_cast<DRTDesktopNotificationPresenter*>(this); in QueryInterface()

123456