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

1 2

  /external/chromium_org/ui/base/dragdrop/
drag_source_win.cc 34 HRESULT DragSourceWin::QueryInterface(const IID& iid, void** object) {
drop_target_win.cc 100 HRESULT DropTargetWin::QueryInterface(const IID& iid, void** object) {
  /external/chromium_org/base/win/
iunknown_impl.cc 30 STDMETHODIMP IUnknownImpl::QueryInterface(REFIID riid, void** ppv) {
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...]
scoped_variant_unittest.cc 40 STDMETHOD(QueryInterface)(REFIID, void**) {
  /external/chromium_org/win8/metro_driver/
metro_dialog_box.h 39 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, void** object) {
  /external/chromium_org/media/audio/win/
audio_device_listener_win.cc 87 STDMETHODIMP AudioDeviceListenerWin::QueryInterface(REFIID iid, void** object) {
  /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...]
scoped_variant_unittest.cc 40 STDMETHOD(QueryInterface)(REFIID, void**) {
  /external/chromium_org/media/video/capture/win/
filter_base_win.cc 25 STDMETHOD(QueryInterface)(REFIID iid, void** object_ptr) {
155 STDMETHODIMP FilterBase::QueryInterface(REFIID id, void** object_ptr) {
pin_base_win.cc 25 STDMETHOD(QueryInterface)(REFIID iid, void** object_ptr) {
268 STDMETHODIMP PinBase::QueryInterface(REFIID id, void** object_ptr) {
video_capture_device_mf_win.cc 187 STDMETHOD(QueryInterface)(REFIID riid, void** object) {
  /external/chromium_org/third_party/skia/src/utils/win/
SkDWriteFontFileStream.cpp 148 HRESULT STDMETHODCALLTYPE SkDWriteFontFileStreamWrapper::QueryInterface(REFIID iid, void** ppvObject) {
SkDWriteGeometrySink.cpp 21 HRESULT STDMETHODCALLTYPE SkDWriteGeometrySink::QueryInterface(REFIID iid, void **object) {
SkIStream.cpp 22 HRESULT STDMETHODCALLTYPE SkBaseIStream::QueryInterface(REFIID iid
  /external/skia/src/utils/win/
SkDWriteFontFileStream.cpp 148 HRESULT STDMETHODCALLTYPE SkDWriteFontFileStreamWrapper::QueryInterface(REFIID iid, void** ppvObject) {
SkDWriteGeometrySink.cpp 21 HRESULT STDMETHODCALLTYPE SkDWriteGeometrySink::QueryInterface(REFIID iid, void **object) {
SkIStream.cpp 22 HRESULT STDMETHODCALLTYPE SkBaseIStream::QueryInterface(REFIID iid
  /external/chromium_org/remoting/host/
desktop_session_win.cc 150 STDMETHOD(QueryInterface)(REFIID riid, void** ppv) OVERRIDE;
330 STDMETHODIMP RdpSession::EventHandler::QueryInterface(REFIID riid, void** ppv) {
  /external/lzma/CPP/7zip/Archive/Common/
CoderMixer2.h 157 HRESULT QueryInterface(REFGUID iid, void** pp) const
160 return p->QueryInterface(iid, pp);
  /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/printing/
printing_context_win.cc 80 virtual HRESULT WINAPI QueryInterface(REFIID riid, void**object) {
143 HRESULT hr = site->QueryInterface(IID_IPrintDialogServices,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
d3d1xstutil.h 195 * --- The magic QueryInterface "delete this" trick ---
215 * Thus, we use this trick: we reuse the vtable slot for QueryInterface, which is always at the
220 * That virtual destructor will be called by QueryInterface, and since that is a virtual
223 * QueryInterface is already slow due to the need to compare several GUIDs, so the
403 this->QueryInterface(IID_MAGIC_DELETE_THIS, 0);
420 this->QueryInterface(IID_MAGIC_DELETE_THIS, 0);
447 virtual HRESULT STDMETHODCALLTYPE QueryInterface(
495 virtual HRESULT STDMETHODCALLTYPE QueryInterface(
995 // used to make QueryInterface know the IIDs of the interface and its ancestors
1026 return adapter.p->QueryInterface(riid, ppParent)
    [all...]
  /external/chromium_org/ui/base/ime/win/
tsf_text_store.cc 61 STDMETHODIMP TSFTextStore::QueryInterface(REFIID iid, void** result) {
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
d3d1xstutil.h 195 * --- The magic QueryInterface "delete this" trick ---
215 * Thus, we use this trick: we reuse the vtable slot for QueryInterface, which is always at the
220 * That virtual destructor will be called by QueryInterface, and since that is a virtual
223 * QueryInterface is already slow due to the need to compare several GUIDs, so the
403 this->QueryInterface(IID_MAGIC_DELETE_THIS, 0);
420 this->QueryInterface(IID_MAGIC_DELETE_THIS, 0);
447 virtual HRESULT STDMETHODCALLTYPE QueryInterface(
495 virtual HRESULT STDMETHODCALLTYPE QueryInterface(
995 // used to make QueryInterface know the IIDs of the interface and its ancestors
1026 return adapter.p->QueryInterface(riid, ppParent)
    [all...]

Completed in 2187 milliseconds

1 2