QueryInterface 43 base/win/enum_variant.cc return IUnknownImpl::QueryInterface(riid, ppv); QueryInterface 31 base/win/enum_variant.h STDMETHODIMP QueryInterface(REFIID riid, void** ppv) OVERRIDE; QueryInterface 21 base/win/enum_variant_unittest.cc ev->QueryInterface(IID_IUnknown, reinterpret_cast<void**>(&iunknown)))); QueryInterface 26 base/win/enum_variant_unittest.cc ev->QueryInterface(IID_IEnumVARIANT, QueryInterface 26 base/win/iunknown_impl.h virtual STDMETHODIMP QueryInterface(REFIID riid, void** ppv) OVERRIDE; QueryInterface 39 base/win/iunknown_impl_unittest.cc EXPECT_EQ(E_NOINTERFACE, u->QueryInterface( QueryInterface 41 base/win/iunknown_impl_unittest.cc EXPECT_EQ(S_OK, u->QueryInterface( QueryInterface 26 base/win/scoped_comptr.h STDMETHOD(QueryInterface)(REFIID iid, void** object) = 0; QueryInterface 90 base/win/scoped_comptr.h HRESULT QueryInterface(Query** p) { QueryInterface 96 base/win/scoped_comptr.h return ptr_->QueryInterface(p); QueryInterface 100 base/win/scoped_comptr.h HRESULT QueryInterface(const IID& iid, void** obj) { QueryInterface 103 base/win/scoped_comptr.h return ptr_->QueryInterface(iid, obj); QueryInterface 110 base/win/scoped_comptr.h return object->QueryInterface(Receive()); QueryInterface 131 base/win/scoped_comptr.h QueryInterface(my_identity.Receive()); QueryInterface 134 base/win/scoped_comptr.h other->QueryInterface(other_identity.Receive()); QueryInterface 51 base/win/scoped_comptr_unittest.cc EXPECT_HRESULT_SUCCEEDED(mem_alloc.QueryInterface(IID_IUnknown, QueryInterface 40 base/win/scoped_variant_unittest.cc STDMETHOD(QueryInterface)(REFIID, void**) { QueryInterface 62 chrome/browser/jumplist_updater_win.cc result = link.QueryInterface(property_store.Receive()); QueryInterface 186 chrome/browser/jumplist_updater_win.cc result = collection.QueryInterface(object_array.Receive()); QueryInterface 233 chrome/browser/jumplist_updater_win.cc result = collection.QueryInterface(object_array.Receive()); QueryInterface 58 content/browser/accessibility/accessibility_win_browsertest.cc dispatch.QueryInterface(ptr.Receive()); QueryInterface 69 content/browser/accessibility/accessibility_win_browsertest.cc HRESULT hr = accessible->QueryInterface(service_provider.Receive()); QueryInterface 814 content/browser/accessibility/accessibility_win_browsertest.cc HRESULT hr = static_cast<IAccessible*>(document_accessible)->QueryInterface( QueryInterface 2777 content/browser/accessibility/browser_accessibility_win.cc return manager()->GetRoot()->ToBrowserAccessibilityWin()->QueryInterface( QueryInterface 2797 content/browser/accessibility/browser_accessibility_win.cc return QueryInterface(riid, object); QueryInterface 2806 content/browser/accessibility/browser_accessibility_win.cc return QueryInterface(riid, object); QueryInterface 217 content/browser/accessibility/browser_accessibility_win_unittest.cc hr = text_dispatch.QueryInterface(text_accessible.Receive()); QueryInterface 250 content/browser/accessibility/browser_accessibility_win_unittest.cc hr = text_dispatch.QueryInterface(text_accessible.Receive()); QueryInterface 568 content/browser/accessibility/browser_accessibility_win_unittest.cc hyperlink.QueryInterface<IAccessibleText>(hypertext.Receive())); QueryInterface 578 content/browser/accessibility/browser_accessibility_win_unittest.cc hyperlink.QueryInterface<IAccessibleText>(hypertext.Receive())); QueryInterface 47 content/browser/device_orientation/data_fetcher_shared_memory_win.cc return IUnknownImpl::QueryInterface(riid, ppv); QueryInterface 343 content/browser/device_orientation/data_fetcher_shared_memory_win.cc hr = event_sink->QueryInterface( QueryInterface 273 content/browser/gamepad/xbox_data_fetcher_mac.cc (*plugin)->QueryInterface(plugin, QueryInterface 378 content/browser/gamepad/xbox_data_fetcher_mac.cc res = (*plugin_interface)->QueryInterface( QueryInterface 70 content/gpu/gpu_idirect3d9_mock_win.h MOCK_METHOD2_WITH_CALLTYPE(STDMETHODCALLTYPE, QueryInterface, QueryInterface 41 media/audio/win/audio_device_listener_win.h STDMETHOD(QueryInterface)(REFIID iid, void** object); QueryInterface 441 media/audio/win/core_audio_util_win.cc HRESULT hr = device->QueryInterface(endpoint.Receive()); QueryInterface 25 media/video/capture/win/filter_base_win.cc STDMETHOD(QueryInterface)(REFIID iid, void** object_ptr) { QueryInterface 33 media/video/capture/win/filter_base_win.h STDMETHOD(QueryInterface)(REFIID id, void** object_ptr); QueryInterface 25 media/video/capture/win/pin_base_win.cc STDMETHOD(QueryInterface)(REFIID iid, void** object_ptr) { QueryInterface 91 media/video/capture/win/pin_base_win.h STDMETHOD(QueryInterface)(REFIID id, void** object_ptr); QueryInterface 188 media/video/capture/win/video_capture_device_mf_win.cc STDMETHOD(QueryInterface)(REFIID riid, void** object) { QueryInterface 395 media/video/capture/win/video_capture_device_win.cc hr = output_capture_pin.QueryInterface(stream_config.Receive()); QueryInterface 498 media/video/capture/win/video_capture_device_win.cc hr = graph_builder_.QueryInterface(media_control_.Receive()); QueryInterface 542 media/video/capture/win/video_capture_device_win.cc HRESULT hr = output_capture_pin_.QueryInterface(stream_config.Receive()); QueryInterface 670 media/video/capture/win/video_capture_device_win.cc HRESULT hr = output_capture_pin_.QueryInterface(stream_config.Receive()); QueryInterface 679 media/video/capture/win/video_capture_device_win.cc hr = capture_filter_.QueryInterface(video_control.Receive()); QueryInterface 921 net/url_request/url_request_unittest.cc ASSERT_TRUE(SUCCEEDED(shell.QueryInterface(persist.Receive()))); QueryInterface 143 printing/printing_context_win.cc HRESULT hr = site->QueryInterface(IID_IPrintDialogServices, QueryInterface 150 remoting/host/desktop_session_win.cc STDMETHOD(QueryInterface)(REFIID riid, void** ppv) OVERRIDE; QueryInterface 335 remoting/host/setup/daemon_controller_delegate_win.cc control_.QueryInterface(IID_IDaemonControl2, control2_.ReceiveVoid()); QueryInterface 374 remoting/host/setup/daemon_controller_delegate_win.cc control_.QueryInterface(IID_IDaemonControl2, control2_.ReceiveVoid()); QueryInterface 265 remoting/host/win/rdp_client_window.cc result = control.QueryInterface(client_.Receive()); QueryInterface 433 remoting/host/win/rdp_client_window.cc result = client_.QueryInterface(client5.Receive()); QueryInterface 245 third_party/libusb/src/libusb/os/darwin_usb.c (void)(*plugInInterface)->QueryInterface(plugInInterface, CFUUIDGetUUIDBytes(DeviceInterfaceID), QueryInterface 1195 third_party/libusb/src/libusb/os/darwin_usb.c kresult = (*plugInInterface)->QueryInterface(plugInInterface, QueryInterface 156 third_party/npapi/npspy/extern/java/jriext.h MCOM_QueryInterface_t QueryInterface; QueryInterface 289 third_party/npapi/npspy/extern/java/jriext.h MCOM_QueryInterface_t QueryInterface; QueryInterface 462 third_party/npapi/npspy/extern/java/jriext.h MCOM_QueryInterface_t QueryInterface; QueryInterface 600 third_party/npapi/npspy/extern/java/jriext.h MCOM_QueryInterface_t QueryInterface; QueryInterface 627 third_party/npapi/npspy/extern/java/jriext.h MCOM_QueryInterface_t QueryInterface; QueryInterface 1086 third_party/wtl/include/atldlgs.h STDMETHOD(QueryInterface)(REFIID riid, void** ppvObject) QueryInterface 2572 third_party/wtl/include/atldlgs.h STDMETHOD(QueryInterface)(REFIID riid, void** ppvObject) QueryInterface 34 tools/measure_page_load_time/ie_bho/MeasurePageLoadTimeBHO.cpp HRESULT hr = pUnkSite->QueryInterface(IID_IWebBrowser2, (void **)&m_spWebBrowser); QueryInterface 39 ui/base/dragdrop/drag_source_win.h HRESULT __stdcall QueryInterface(const IID& iid, void** object); QueryInterface 48 ui/base/dragdrop/drop_target_win.h HRESULT __stdcall QueryInterface(const IID& iid, void** object); QueryInterface 81 ui/base/dragdrop/os_exchange_data_provider_win.cc HRESULT __stdcall QueryInterface(const IID& iid, void** object); QueryInterface 79 ui/base/dragdrop/os_exchange_data_provider_win.h HRESULT __stdcall QueryInterface(const IID& iid, void** object); QueryInterface 52 ui/base/ime/win/tsf_input_scope.cc STDMETHOD(QueryInterface)(REFIID iid, void** result) OVERRIDE { QueryInterface 178 ui/views/accessibility/native_view_accessibility_win.cc if (S_OK != web_view_accessible->QueryInterface(service_provider.Receive())) QueryInterface 1080 ui/views/accessibility/native_view_accessibility_win.cc return QueryInterface(riid, object); QueryInterface 1089 ui/views/accessibility/native_view_accessibility_win.cc return QueryInterface(riid, object); QueryInterface 45 ui/views/accessibility/native_view_accessibility_win_unittest.cc ASSERT_EQ(S_OK, textfield_dispatch.QueryInterface( QueryInterface 681 win8/metro_driver/chrome_app_view.cc HRESULT hr = window->QueryInterface(interop.GetAddressOf()); QueryInterface 323 win8/metro_driver/chrome_app_view_ash.cc if (args->QueryInterface( QueryInterface 537 win8/metro_driver/chrome_app_view_ash.cc HRESULT hr = window->QueryInterface(interop.GetAddressOf()); QueryInterface 1261 win8/metro_driver/chrome_app_view_ash.cc CheckHR(args->QueryInterface( QueryInterface 1288 win8/metro_driver/chrome_app_view_ash.cc CheckHR(args->QueryInterface( QueryInterface 147 win8/metro_driver/chrome_url_launch_handler.cc if (args->QueryInterface(winapp::Activation::IID_ILaunchActivatedEventArgs, QueryInterface 155 win8/metro_driver/chrome_url_launch_handler.cc if (args->QueryInterface(winapp::Activation::IID_ISearchActivatedEventArgs, QueryInterface 164 win8/metro_driver/chrome_url_launch_handler.cc if (args->QueryInterface( QueryInterface 139 win8/metro_driver/direct3d_helper.cc CheckIfFailed(window_->QueryInterface(interop.GetAddressOf())); QueryInterface 39 win8/metro_driver/metro_dialog_box.h virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, void** object) { QueryInterface 19 win8/metro_driver/print_document_source.cc HRESULT hr = d2d_factory->QueryInterface(IID_PPV_ARGS(&d2d_multithread_)); QueryInterface 147 win8/metro_driver/print_document_source.cc HRESULT hr = options->QueryInterface( QueryInterface 226 win8/metro_driver/print_document_source.cc HRESULT hr = options->QueryInterface(