HomeSort by relevance Sort by last modified time
    Searched refs:QueryInterface (Results 1 - 25 of 148) sorted by null

1 2 3 4 5 6

  /external/chromium/base/win/
scoped_comptr.h 27 STDMETHOD(QueryInterface)(REFIID iid, void** object) = 0;
91 HRESULT QueryInterface(Query** p) {
94 // IUnknown already has a template version of QueryInterface
97 return ptr_->QueryInterface(p);
101 HRESULT QueryInterface(const IID& iid, void** obj) {
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_identity.Receive())
    [all...]
  /external/chromium_org/base/win/
scoped_comptr.h 26 STDMETHOD(QueryInterface)(REFIID iid, void** object) = 0;
90 HRESULT QueryInterface(Query** p) {
93 // IUnknown already has a template version of QueryInterface
96 return ptr_->QueryInterface(p);
100 HRESULT QueryInterface(const IID& iid, void** obj) {
103 return ptr_->QueryInterface(iid, obj);
107 // error code from the other->QueryInterface operation.
110 return object->QueryInterface(Receive());
131 QueryInterface(my_identity.Receive());
134 other->QueryInterface(other_identity.Receive())
    [all...]
iunknown_impl.h 26 virtual STDMETHODIMP QueryInterface(REFIID riid, void** ppv) OVERRIDE;
iunknown_impl_unittest.cc 39 EXPECT_EQ(E_NOINTERFACE, u->QueryInterface(
41 EXPECT_EQ(S_OK, u->QueryInterface(
iunknown_impl.cc 30 STDMETHODIMP IUnknownImpl::QueryInterface(REFIID riid, void** ppv) {
enum_variant.h 31 STDMETHODIMP QueryInterface(REFIID riid, void** ppv) OVERRIDE;
enum_variant.cc 36 STDMETHODIMP EnumVariant::QueryInterface(REFIID riid, void** ppv) {
43 return IUnknownImpl::QueryInterface(riid, ppv);
enum_variant_unittest.cc 21 ev->QueryInterface(IID_IUnknown, reinterpret_cast<void**>(&iunknown))));
26 ev->QueryInterface(IID_IEnumVARIANT,
  /external/chromium_org/ui/base/dragdrop/
drag_source_win.h 39 HRESULT __stdcall QueryInterface(const IID& iid, void** object);
drag_source_win.cc 34 HRESULT DragSourceWin::QueryInterface(const IID& iid, void** object) {
drop_target_win.h 48 HRESULT __stdcall QueryInterface(const IID& iid, void** object);
  /external/lzma/CPP/7zip/Archive/7z/
7zSpecStream.h 23 _stream.QueryInterface(IID_ICompressGetSubStreamSize, &_getSubStreamSize);
  /external/lzma/CPP/7zip/Common/
MethodProps.cpp 43 coder->QueryInterface(IID_ICompressSetCoderProperties, (void **)&setCoderProperties);
70 coder->QueryInterface(IID_ICompressSetCoderProperties, (void **)&setCoderProperties);
85 coder->QueryInterface(IID_ICompressWriteCoderProperties, (void **)&writeCoderProperties);
ProgressUtils.cpp 17 _progress.QueryInterface(IID_ICompressProgressInfo, &_ratioProgress);
  /external/chromium_org/media/audio/win/
audio_device_listener_win.h 41 STDMETHOD(QueryInterface)(REFIID iid, void** object);
  /external/chromium_org/win8/metro_driver/
metro_dialog_box.h 39 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, void** object) {
  /external/chromium_org/content/browser/device_orientation/
data_fetcher_impl_win.cc 42 virtual STDMETHODIMP QueryInterface(REFIID riid, void** ppv) OVERRIDE {
48 return IUnknownImpl::QueryInterface(riid, ppv);
181 hr = sensor_event_impl->QueryInterface(
  /external/lzma/CPP/Common/
MyCom.h 73 HRESULT QueryInterface(REFGUID iid, Q** pp) const
75 return _p->QueryInterface(iid, (void**)pp);
158 #define MY_QUERYINTERFACE_BEGIN STDMETHOD(QueryInterface) \
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgid3d11/
dxgid3d11.cpp 60 hr = adapter->QueryInterface(IID_IGalliumAdapter, (void**)&gallium_adapter);
117 hr = dev->QueryInterface(IID_IDXGIDevice, (void**)&dxgi_device);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgid3d11/
dxgid3d11.cpp 60 hr = adapter->QueryInterface(IID_IGalliumAdapter, (void**)&gallium_adapter);
117 hr = dev->QueryInterface(IID_IDXGIDevice, (void**)&dxgi_device);
  /external/chromium_org/media/video/capture/win/
filter_base_win.h 33 STDMETHOD(QueryInterface)(REFIID id, void** object_ptr);
  /external/chromium_org/third_party/skia/src/utils/win/
SkDWriteFontFileStream.h 52 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, void** ppvObject);
SkDWriteGeometrySink.h 31 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, void **object) SK_OVERRIDE;
  /external/skia/src/utils/win/
SkDWriteFontFileStream.h 52 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, void** ppvObject);
SkDWriteGeometrySink.h 31 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, void **object) SK_OVERRIDE;

Completed in 771 milliseconds

1 2 3 4 5 6