OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:host_window_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/remoting/host/
host_window_proxy.cc
25
// Starts |
host_window_
| on the |ui_task_runner_| thread.
28
// Destroys |
host_window_
| on the |ui_task_runner_| thread.
49
// Task runner on which |
host_window_
| is running.
60
scoped_ptr<HostWindow>
host_window_
;
member in class:remoting::HostWindowProxy::Core
62
// Used to create the control pointer passed to |
host_window_
|.
99
host_window_
(host_window.Pass()),
123
DCHECK(!
host_window_
);
131
host_window_
->Start(weak_factory_.GetWeakPtr());
137
host_window_
.reset();
/external/chromium_org/ui/views/controls/menu/
native_menu_win.h
127
scoped_ptr<MenuHostWindow>
host_window_
;
member in class:views::NativeMenuWin
native_menu_win.cc
437
HWND hwnd =
host_window_
->hwnd();
444
TrackPopupMenu(menu_, flags, point.x(), point.y(), 0,
host_window_
->hwnd(),
752
if (!
host_window_
.get())
753
host_window_
.reset(new MenuHostWindow(this));
Completed in 45 milliseconds