Searched defs:QueryInterface (Results 26 - 50 of 75) sorted by relevance

123

/external/webkit/Source/WebKit/win/
H A DWebElementPropertyBag.cpp68 HRESULT STDMETHODCALLTYPE WebElementPropertyBag::QueryInterface(REFIID riid, void** ppvObject) function in class:WebElementPropertyBag
134 if (FAILED(webFrame->QueryInterface(IID_IWebFrame, (void**)&iWebFrame)))
177 if (FAILED(webFrame->QueryInterface(IID_IWebFrame, (void**)&iWebFrame)))
H A DWebKitClassFactory.cpp103 HRESULT STDMETHODCALLTYPE WebKitClassFactory::QueryInterface(REFIID riid, void** ppvObject) function in class:WebKitClassFactory
180 HRESULT hr = unknown->QueryInterface(riid, ppvObject);
184 unknown->Release(); // both createInstance() and QueryInterface() added refs
H A DWebResource.cpp67 HRESULT STDMETHODCALLTYPE WebResource::QueryInterface(REFIID riid, void** ppvObject) function in class:WebResource
H A DWebURLAuthenticationChallenge.cpp78 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallenge::QueryInterface(REFIID riid, void** ppvObject) function in class:WebURLAuthenticationChallenge
125 hr = space->QueryInterface(&webSpace);
134 hr = failureResponse->QueryInterface(&webResponse);
139 hr = error->QueryInterface(CLSID_WebError, (void**)&webError);
H A DWebURLCredential.cpp67 HRESULT STDMETHODCALLTYPE WebURLCredential::QueryInterface(REFIID riid, void** ppvObject) function in class:WebURLCredential
H A DCOMPropertyBag.h48 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID riid, void** ppvObject);
101 HRESULT STDMETHODCALLTYPE COMPropertyBag<ValueType, KeyType, HashType>::QueryInterface(REFIID riid, void** ppvObject) function in class:COMPropertyBag
H A DDefaultPolicyDelegate.cpp72 HRESULT STDMETHODCALLTYPE DefaultPolicyDelegate::QueryInterface(REFIID riid, void** ppvObject) function in class:DefaultPolicyDelegate
H A DMemoryStream.cpp57 HRESULT STDMETHODCALLTYPE MemoryStream::QueryInterface(REFIID riid, void** ppvObject) function in class:MemoryStream
H A DWebCoreStatistics.cpp65 HRESULT STDMETHODCALLTYPE WebCoreStatistics::QueryInterface(REFIID riid, void** ppvObject) function in class:WebCoreStatistics
H A DWebError.cpp70 HRESULT STDMETHODCALLTYPE WebError::QueryInterface(REFIID riid, void** ppvObject) function in class:WebError
H A DWebInspector.cpp68 HRESULT STDMETHODCALLTYPE WebInspector::QueryInterface(REFIID riid, void** ppvObject) function in class:WebInspector
H A DWebKitStatistics.cpp68 HRESULT STDMETHODCALLTYPE WebKitStatistics::QueryInterface(REFIID riid, void** ppvObject) function in class:WebKitStatistics
H A DWebNotificationCenter.cpp78 HRESULT STDMETHODCALLTYPE WebNotificationCenter::QueryInterface(REFIID riid, void** ppvObject) function in class:WebNotificationCenter
H A DWebURLProtectionSpace.cpp67 HRESULT STDMETHODCALLTYPE WebURLProtectionSpace::QueryInterface(REFIID riid, void** ppvObject) function in class:WebURLProtectionSpace
H A DDefaultDownloadDelegate.cpp79 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::QueryInterface(REFIID riid, void** ppvObject) function in class:DefaultDownloadDelegate
H A DWebBackForwardList.cpp88 HRESULT STDMETHODCALLTYPE WebBackForwardList::QueryInterface(REFIID riid, void** ppvObject) function in class:WebBackForwardList
125 if (!item || FAILED(item->QueryInterface(&webHistoryItem)))
149 if (!item || FAILED(item->QueryInterface(&webHistoryItem)))
272 if (!item || FAILED(item->QueryInterface(&webHistoryItem)))
302 if (!item || FAILED(item->QueryInterface(&webHistoryItem)))
H A DWebDataSource.cpp134 HRESULT STDMETHODCALLTYPE WebDataSource::QueryInterface(REFIID riid, void** ppvObject) function in class:WebDataSource
191 hr = htmlRep->QueryInterface(IID_IWebDocumentRepresentation, (void**) &m_representation);
H A DWebDatabaseManager.cpp61 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID riid, void** ppvObject);
101 HRESULT STDMETHODCALLTYPE DatabaseDetailsPropertyBag::QueryInterface(REFIID riid, void** ppvObject) function in class:DatabaseDetailsPropertyBag
169 HRESULT STDMETHODCALLTYPE WebDatabaseManager::QueryInterface(REFIID riid, void** ppvObject) function in class:WebDatabaseManager
/external/webkit/Tools/DumpRenderTree/win/
H A DDRTDesktopNotificationPresenter.cpp43 HRESULT STDMETHODCALLTYPE DRTDesktopNotificationPresenter::QueryInterface(REFIID riid, void** ppvObject) function in class:DRTDesktopNotificationPresenter
H A DHistoryDelegate.cpp52 HRESULT HistoryDelegate::QueryInterface(REFIID riid, void** ppvObject) function in class:HistoryDelegate
119 if (FAILED(response->QueryInterface(&httpResponse)))
H A DPolicyDelegate.cpp65 HRESULT STDMETHODCALLTYPE PolicyDelegate::QueryInterface(REFIID riid, void** ppvObject) function in class:PolicyDelegate
/external/chromium/base/win/
H A Dscoped_comptr.h27 STDMETHOD(QueryInterface)(REFIID iid, void** object) = 0;
91 HRESULT QueryInterface(Query** p) { function in class:base::win::ScopedComPtr
94 // IUnknown already has a template version of QueryInterface
97 return ptr_->QueryInterface(p);
101 HRESULT QueryInterface(const IID& iid, void** obj) { function in class:base::win::ScopedComPtr
104 return ptr_->QueryInterface(iid, obj);
108 // error code from the other->QueryInterface operation.
111 return object->QueryInterface(Receive());
132 QueryInterface(my_identity.Receive());
135 other->QueryInterface(other_identit
[all...]
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebDesktopNotificationsDelegate.cpp48 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID riid, void** ppvObject);
69 HRESULT STDMETHODCALLTYPE NotificationCOMWrapper::QueryInterface(REFIID riid, void** ppvObject) function in class:NotificationCOMWrapper
190 return SUCCEEDED(ui->QueryInterface(IID_IWebUIDelegate2, (void**) &ui2));
200 if (SUCCEEDED(ui->QueryInterface(IID_IWebUIDelegate2, (void**) &ui2)))
/external/webkit/Tools/WinLauncher/
H A DPrintWebUIDelegate.cpp39 HRESULT PrintWebUIDelegate::QueryInterface(REFIID riid, void** ppvObject) function in class:PrintWebUIDelegate
77 if (FAILED(mainFrame->QueryInterface(&privateFrame))) {
/external/webkit/Source/WebCore/platform/win/
H A DWCDataObject.cpp42 STDMETHOD(QueryInterface)(REFIID, void**);
76 STDMETHODIMP WCEnumFormatEtc::QueryInterface(REFIID riid, void** ppvObject) function in class:WebCore::WCEnumFormatEtc
190 STDMETHODIMP WCDataObject::QueryInterface(REFIID riid,void** ppvObject) function in class:WebCore::WCDataObject

Completed in 182 milliseconds

123