Searched refs:host_window (Results 1 – 7 of 7) sorted by relevance
23 scoped_ptr<HostWindow> host_window);71 scoped_ptr<HostWindow> host_window) { in HostWindowProxy() argument76 host_window->DetachFromThread(); in HostWindowProxy()77 core_ = new Core(caller_task_runner, ui_task_runner, host_window.Pass()); in HostWindowProxy()96 scoped_ptr<HostWindow> host_window) in Core() argument99 host_window_(host_window.Pass()), in Core()
26 scoped_ptr<HostWindow> host_window);
17 #include "remoting/host/host_window.h"
13 HWND host_window; member133 globals.host_window = window; in _declspec()
1075 GtkWindow* host_window = chromeos::GetNativeDialogWindow(window); in PresentWindow() local1076 if (!host_window) in PresentWindow()1077 host_window = GTK_WINDOW(window); in PresentWindow()1079 gtk_window_present_with_time(host_window, timestamp); in PresentWindow()1081 gtk_window_present(host_window); in PresentWindow()
379 CAxHostWindow* host_window = static_cast<CAxHostWindow*>(spWinHost.p); in ReleaseHostComReferences() local380 host_window->ReleaseAll(); in ReleaseHostComReferences()
358 'host/host_window.h',