• Home
  • Raw
  • Download

Lines Matching refs:ppvObject

77 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()
201 *ppvObject = static_cast<IDOMHTMLDocument*>(this); in QueryInterface()
203 return DOMDocument::QueryInterface(riid, ppvObject); in QueryInterface()
377 HRESULT STDMETHODCALLTYPE DOMHTMLElement::QueryInterface(REFIID riid, void** ppvObject) in QueryInterface() argument
379 *ppvObject = 0; in QueryInterface()
381 *ppvObject = static_cast<IDOMHTMLElement*>(this); in QueryInterface()
383 return DOMElement::QueryInterface(riid, ppvObject); in QueryInterface()
502 HRESULT STDMETHODCALLTYPE DOMHTMLFormElement::QueryInterface(REFIID riid, void** ppvObject) in QueryInterface() argument
504 *ppvObject = 0; in QueryInterface()
506 *ppvObject = static_cast<IDOMHTMLFormElement*>(this); in QueryInterface()
508 return DOMHTMLElement::QueryInterface(riid, ppvObject); in QueryInterface()
632 HRESULT STDMETHODCALLTYPE DOMHTMLSelectElement::QueryInterface(REFIID riid, void** ppvObject) in QueryInterface() argument
634 *ppvObject = 0; in QueryInterface()
636 *ppvObject = static_cast<IDOMHTMLSelectElement*>(this); in QueryInterface()
638 *ppvObject = static_cast<IFormsAutoFillTransitionSelect*>(this); in QueryInterface()
640 return DOMHTMLElement::QueryInterface(riid, ppvObject); in QueryInterface()
819 HRESULT STDMETHODCALLTYPE DOMHTMLOptionElement::QueryInterface(REFIID riid, void** ppvObject) in QueryInterface() argument
821 *ppvObject = 0; in QueryInterface()
823 *ppvObject = static_cast<IDOMHTMLOptionElement*>(this); in QueryInterface()
825 return DOMHTMLElement::QueryInterface(riid, ppvObject); in QueryInterface()
944 HRESULT STDMETHODCALLTYPE DOMHTMLInputElement::QueryInterface(REFIID riid, void** ppvObject) in QueryInterface() argument
946 *ppvObject = 0; in QueryInterface()
948 *ppvObject = static_cast<IDOMHTMLInputElement*>(this); in QueryInterface()
950 *ppvObject = static_cast<IFormsAutoFillTransition*>(this); in QueryInterface()
952 *ppvObject = static_cast<IFormPromptAdditions*>(this); in QueryInterface()
954 return DOMHTMLElement::QueryInterface(riid, ppvObject); in QueryInterface()
1396 HRESULT STDMETHODCALLTYPE DOMHTMLTextAreaElement::QueryInterface(REFIID riid, void** ppvObject) in QueryInterface() argument
1398 *ppvObject = 0; in QueryInterface()
1400 *ppvObject = static_cast<IDOMHTMLTextAreaElement*>(this); in QueryInterface()
1402 *ppvObject = static_cast<IFormPromptAdditions*>(this); in QueryInterface()
1404 return DOMHTMLElement::QueryInterface(riid, ppvObject); in QueryInterface()
1593 HRESULT STDMETHODCALLTYPE DOMHTMLIFrameElement::QueryInterface(REFIID riid, void** ppvObject) in QueryInterface() argument
1595 *ppvObject = 0; in QueryInterface()
1597 *ppvObject = static_cast<IDOMHTMLIFrameElement*>(this); in QueryInterface()
1599 return DOMHTMLElement::QueryInterface(riid, ppvObject); in QueryInterface()