SetWindow         188 ash/root_window_controller_unittest.cc   delete_on_blur_delegate.SetWindow(d2);
SetWindow         574 ash/root_window_controller_unittest.cc   observer1.SetWindow(window1);
SetWindow         582 ash/root_window_controller_unittest.cc   observer2.SetWindow(window2);
SetWindow          30 ash/test/test_activation_delegate.h   void SetWindow(aura::Window* window);
SetWindow         268 ash/wm/window_manager_unittest.cc   d1.SetWindow(w1.get());
SetWindow         272 ash/wm/window_manager_unittest.cc   d2.SetWindow(w2.get());
SetWindow         423 ash/wm/window_manager_unittest.cc   d1.SetWindow(w1.get());
SetWindow         427 ash/wm/window_manager_unittest.cc   d2.SetWindow(w2.get());
SetWindow         613 ash/wm/window_manager_unittest.cc   d1.SetWindow(w1.get());
SetWindow         150 chrome/browser/ui/gtk/constrained_web_dialog_delegate_gtk.cc   constrained_delegate->SetWindow(window);
SetWindow         217 chrome/browser/ui/views/constrained_web_dialog_delegate_views.cc   constrained_delegate->SetWindow(window);
SetWindow          41 content/child/npapi/webplugin.h   virtual void SetWindow(gfx::PluginWindowHandle window) = 0;
SetWindow          91 content/child/npapi/webplugin_delegate_impl_gtk.cc   plugin_->SetWindow(handle);
SetWindow         345 content/child/npapi/webplugin_delegate_impl_win.cc   plugin_->SetWindow(windowed_handle_);
SetWindow          58 content/plugin/webplugin_proxy.h   virtual void SetWindow(gfx::PluginWindowHandle window) OVERRIDE;
SetWindow         892 content/renderer/npapi/webplugin_delegate_proxy.cc     plugin_->SetWindow(window);
SetWindow         100 content/renderer/npapi/webplugin_impl.h   virtual void SetWindow(gfx::PluginWindowHandle window) OVERRIDE;
SetWindow          39 content/test/plugin/plugin_arguments_test.h   virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
SetWindow         151 content/test/plugin/plugin_client.cc   return plugin->SetWindow(pNPWindow);
SetWindow          21 content/test/plugin/plugin_create_instance_in_paint.h   virtual NPError SetWindow(NPWindow* pNPWindow);
SetWindow          23 content/test/plugin/plugin_delete_plugin_in_deallocate_test.h   virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
SetWindow          21 content/test/plugin/plugin_delete_plugin_in_stream_test.h   virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
SetWindow          23 content/test/plugin/plugin_get_javascript_url2_test.h   virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
SetWindow          22 content/test/plugin/plugin_get_javascript_url_test.h   virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
SetWindow          32 content/test/plugin/plugin_geturl_test.h   virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
SetWindow          60 content/test/plugin/plugin_javascript_open_popup.cc   return PluginTest::SetWindow(window);
SetWindow          22 content/test/plugin/plugin_javascript_open_popup.h   virtual NPError SetWindow(NPWindow* window) OVERRIDE;
SetWindow          35 content/test/plugin/plugin_javascript_open_popup.h   virtual NPError SetWindow(NPWindow* window) OVERRIDE;
SetWindow          22 content/test/plugin/plugin_npobject_identity_test.h   virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
SetWindow          24 content/test/plugin/plugin_npobject_lifetime_test.h   virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
SetWindow          50 content/test/plugin/plugin_npobject_lifetime_test.h   virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
SetWindow          67 content/test/plugin/plugin_npobject_lifetime_test.h   virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
SetWindow          23 content/test/plugin/plugin_npobject_proxy_test.h   virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
SetWindow          36 content/test/plugin/plugin_request_read_test.cc   return PluginTest::SetWindow(window);
SetWindow          28 content/test/plugin/plugin_request_read_test.h   virtual NPError SetWindow(NPWindow* window) OVERRIDE;
SetWindow          19 content/test/plugin/plugin_setup_test.h   virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
SetWindow          34 content/test/plugin/plugin_test.h   virtual NPError SetWindow(NPWindow* pNPWindow);
SetWindow          20 content/test/plugin/plugin_window_size_test.h   virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
SetWindow          24 content/test/plugin/plugin_windowed_test.h   virtual NPError SetWindow(NPWindow* pNPWindow);
SetWindow         193 remoting/host/plugin/host_plugin.cc       ScriptableFromObject(scriptable_object_)->SetWindow(np_window);
SetWindow         490 remoting/host/plugin/host_plugin.cc     plugin->SetWindow(pNPWindow);
SetWindow         523 remoting/host/plugin/host_plugin.cc   nppfuncs->setwindow = &SetWindow;
SetWindow         930 remoting/host/plugin/host_script_object.cc   daemon_controller_->SetWindow(np_window->window);
SetWindow          55 remoting/host/plugin/host_script_object.h   void SetWindow(NPWindow* np_window);
SetWindow         160 remoting/host/setup/daemon_controller.cc   delegate_->SetWindow(window_handle);
SetWindow         147 remoting/host/setup/daemon_controller.h     virtual void SetWindow(void* window_handle) = 0;
SetWindow         204 remoting/host/setup/daemon_controller.h   void SetWindow(void* window_handle);
SetWindow          29 remoting/host/setup/daemon_controller_delegate_linux.h   virtual void SetWindow(void* window_handle) OVERRIDE;
SetWindow          30 remoting/host/setup/daemon_controller_delegate_mac.h   virtual void SetWindow(void* window_handle) OVERRIDE;
SetWindow          35 remoting/host/setup/daemon_controller_delegate_win.h   virtual void SetWindow(void* window_handle) OVERRIDE;
SetWindow          98 remoting/host/setup/me2me_native_messaging_host_main.cc       daemon_controller->SetWindow(reinterpret_cast<void*>(native_view_handle));
SetWindow         151 remoting/host/setup/me2me_native_messaging_host_unittest.cc   virtual void SetWindow(void* window_handle) OVERRIDE;
SetWindow          40 win8/metro_driver/chrome_app_view.h   IFACEMETHOD(SetWindow)(winui::Core::ICoreWindow* window);
SetWindow          64 win8/metro_driver/chrome_app_view_ash.h   IFACEMETHOD(SetWindow)(winui::Core::ICoreWindow* window);
SetWindow         648 win8/metro_driver/metro_driver_win7.cc     hr = app_view_->SetWindow(core_window.Get());