/external/chromium/base/win/ |
D | scoped_comptr.h | 27 STDMETHOD(QueryInterface)(REFIID iid, void** object) = 0; 91 HRESULT QueryInterface(Query** p) { in QueryInterface() function 97 return ptr_->QueryInterface(p); in QueryInterface() 101 HRESULT QueryInterface(const IID& iid, void** obj) { in QueryInterface() function 104 return ptr_->QueryInterface(iid, obj); in QueryInterface() 111 return object->QueryInterface(Receive()); in QueryFrom() 132 QueryInterface(my_identity.Receive()); in IsSameObject() 135 other->QueryInterface(other_identity.Receive()); in IsSameObject()
|
/external/chromium_org/base/win/ |
D | scoped_comptr.h | 26 STDMETHOD(QueryInterface)(REFIID iid, void** object) = 0; 90 HRESULT QueryInterface(Query** p) { in QueryInterface() function 96 return ptr_->QueryInterface(p); in QueryInterface() 100 HRESULT QueryInterface(const IID& iid, void** obj) { in QueryInterface() function 103 return ptr_->QueryInterface(iid, obj); in QueryInterface() 110 return object->QueryInterface(Receive()); in QueryFrom() 131 QueryInterface(my_identity.Receive()); in IsSameObject() 134 other->QueryInterface(other_identity.Receive()); in IsSameObject()
|
D | iunknown_impl_unittest.cc | 39 EXPECT_EQ(E_NOINTERFACE, u->QueryInterface( in TEST() 41 EXPECT_EQ(S_OK, u->QueryInterface( in TEST()
|
D | enum_variant.cc | 36 STDMETHODIMP EnumVariant::QueryInterface(REFIID riid, void** ppv) { in QueryInterface() function in base::win::EnumVariant 43 return IUnknownImpl::QueryInterface(riid, ppv); in QueryInterface()
|
D | enum_variant_unittest.cc | 21 ev->QueryInterface(IID_IUnknown, reinterpret_cast<void**>(&iunknown)))); in TEST() 26 ev->QueryInterface(IID_IEnumVARIANT, in TEST()
|
D | iunknown_impl.cc | 30 STDMETHODIMP IUnknownImpl::QueryInterface(REFIID riid, void** ppv) { in QueryInterface() function in base::win::IUnknownImpl
|
D | iunknown_impl.h | 26 virtual STDMETHODIMP QueryInterface(REFIID riid, void** ppv) OVERRIDE;
|
D | enum_variant.h | 31 STDMETHODIMP QueryInterface(REFIID riid, void** ppv) OVERRIDE;
|
/external/lzma/CPP/7zip/Common/ |
D | MethodProps.cpp | 43 coder->QueryInterface(IID_ICompressSetCoderProperties, (void **)&setCoderProperties); in SetMethodProperties() 70 coder->QueryInterface(IID_ICompressSetCoderProperties, (void **)&setCoderProperties); in SetMethodProperties()
|
/external/chromium_org/win8/metro_driver/ |
D | chrome_url_launch_handler.cc | 147 if (args->QueryInterface(winapp::Activation::IID_ILaunchActivatedEventArgs, in Activate() 155 if (args->QueryInterface(winapp::Activation::IID_ISearchActivatedEventArgs, in Activate() 164 if (args->QueryInterface( in Activate()
|
/external/lzma/CPP/Common/ |
D | MyCom.h | 73 HRESULT QueryInterface(REFGUID iid, Q** pp) const in QueryInterface() function 75 return _p->QueryInterface(iid, (void**)pp); in QueryInterface() 158 #define MY_QUERYINTERFACE_BEGIN STDMETHOD(QueryInterface) \
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zDecode.cpp | 204 decoderUnknown.QueryInterface(IID_ISetCompressCodecsInfo, (void **)&setCompressCodecsInfo); in Decode() 228 decoder.QueryInterface(IID_ICompressSetDecoderProperties2, &setDecoderProperties); in Decode() 246 decoder.QueryInterface(IID_ICompressSetCoderMt, &setCoderMt); in Decode() 257 decoder.QueryInterface(IID_ICryptoSetPassword, &cryptoSetPassword); in Decode()
|
D | 7zEncode.cpp | 81 encoderCommon.QueryInterface(IID_ICompressSetCoderMt, &setCoderMt); in CreateMixerCoder() 103 encoderCommon.QueryInterface(IID_ISetCompressCodecsInfo, (void **)&setCompressCodecsInfo); in CreateMixerCoder() 111 encoderCommon.QueryInterface(IID_ICryptoSetPassword, &cryptoSetPassword); in CreateMixerCoder() 217 … _mixerCoderSpec->_coders[i].QueryInterface(IID_ICryptoResetInitVector, (void **)&resetInitVector); in Encode() 224 …_mixerCoderSpec->_coders[i].QueryInterface(IID_ICompressWriteCoderProperties, (void **)&writeCoder… in Encode()
|
D | 7zSpecStream.h | 23 _stream.QueryInterface(IID_ICompressGetSubStreamSize, &_getSubStreamSize); in Init()
|
/external/lzma/CPP/7zip/Archive/ |
D | LzmaHandler.cpp | 109 coder.QueryInterface(IID_ISequentialOutStream, &_bcjStream); in Create() 131 _lzmaDecoder.QueryInterface(IID_ICompressSetDecoderProperties2, &setDecoderProperties); in Code() 143 _bcjStream.QueryInterface(IID_ICompressSetOutStream, &setOutStream); in Code() 156 _bcjStream.QueryInterface(IID_IOutStreamFlush, &flush); in Code()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgid3d11/ |
D | dxgid3d11.cpp | 60 hr = adapter->QueryInterface(IID_IGalliumAdapter, (void**)&gallium_adapter); in D3D11CreateDevice() 117 hr = dev->QueryInterface(IID_IDXGIDevice, (void**)&dxgi_device); in D3D11CreateDeviceAndSwapChain()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgid3d11/ |
D | dxgid3d11.cpp | 60 hr = adapter->QueryInterface(IID_IGalliumAdapter, (void**)&gallium_adapter); in D3D11CreateDevice() 117 hr = dev->QueryInterface(IID_IDXGIDevice, (void**)&dxgi_device); in D3D11CreateDeviceAndSwapChain()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgid3d10/ |
D | dxgid3d10.cpp | 57 hr = adapter->QueryInterface(IID_IGalliumAdapter, (void**)&gallium_adapter); in D3D10CreateDevice1() 107 hr = dev->QueryInterface(IID_IDXGIDevice, (void**)&dxgi_device); in D3D10CreateDeviceAndSwapChain1()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgid3d10/ |
D | dxgid3d10.cpp | 57 hr = adapter->QueryInterface(IID_IGalliumAdapter, (void**)&gallium_adapter); in D3D10CreateDevice1() 107 hr = dev->QueryInterface(IID_IDXGIDevice, (void**)&dxgi_device); in D3D10CreateDeviceAndSwapChain1()
|
/external/chromium_org/media/video/capture/win/ |
D | filter_base_win.cc | 25 STDMETHOD(QueryInterface)(REFIID iid, void** object_ptr) { in STDMETHOD() argument 155 STDMETHODIMP FilterBase::QueryInterface(REFIID id, void** object_ptr) { in QueryInterface() function in media::FilterBase
|
/external/lzma/CPP/7zip/Archive/Common/ |
D | CoderMixer2.h | 157 HRESULT QueryInterface(REFGUID iid, void** pp) const in QueryInterface() function 160 return p->QueryInterface(iid, pp); in QueryInterface()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | OpenArchive.cpp | 277 archive.QueryInterface(IID_ISetCompressCodecsInfo, (void **)&setCompressCodecsInfo); in OpenStream() 293 archive.QueryInterface(IID_IArchiveOpenSeq, (void **)&openSeq); in OpenStream() 432 …if (arc.Archive->QueryInterface(IID_IInArchiveGetStream, (void **)&getStream) != S_OK || !getStrea… in Open() 440 if (subSeqStream.QueryInterface(IID_IInStream, &subStream) != S_OK || !subStream) in Open() 447 callback->QueryInterface(IID_IArchiveOpenSetSubArchiveName, (void **)&setSubArchiveName); in Open()
|
/external/chromium_org/third_party/npapi/npspy/extern/java/ |
D | jriext.h | 156 MCOM_QueryInterface_t QueryInterface; member 289 MCOM_QueryInterface_t QueryInterface; member 462 MCOM_QueryInterface_t QueryInterface; member 600 MCOM_QueryInterface_t QueryInterface; member 627 MCOM_QueryInterface_t QueryInterface; member
|
/external/chromium_org/ui/base/dragdrop/ |
D | drag_source_win.h | 39 HRESULT __stdcall QueryInterface(const IID& iid, void** object);
|
D | drag_source_win.cc | 34 HRESULT DragSourceWin::QueryInterface(const IID& iid, void** object) { in QueryInterface() function in ui::DragSourceWin
|