Searched refs:host_window_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/remoting/host/
H A Dhost_window_proxy.cc25 // Starts |host_window_| on the |ui_task_runner_| thread.
28 // Destroys |host_window_| on the |ui_task_runner_| thread.
50 // Task runner on which |host_window_| is running.
61 scoped_ptr<HostWindow> host_window_; member in class:remoting::HostWindowProxy::Core
63 // Used to create the control pointer passed to |host_window_|.
100 host_window_(host_window.Pass()),
124 DCHECK(!host_window_);
132 host_window_->Start(weak_factory_.GetWeakPtr());
138 host_window_.reset();
/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
H A Dscreen_capturer_win_magnifier.cc53 host_window_(NULL),
61 // destroyed automatically when host_window_ is destroyed.
62 if (host_window_)
63 DestroyWindow(host_window_);
317 host_window_ = CreateWindowEx(WS_EX_LAYERED,
326 if (!host_window_) {
338 host_window_,
351 ShowWindow(host_window_, SW_HIDE);
H A Dscreen_capturer_win_magnifier.h143 HWND host_window_; member in class:webrtc::ScreenCapturerWinMagnifier
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_aura.cc473 host_window_(NULL) {
486 if (host_window_)
487 host_window_->RemoveObserver(this);
489 if (host_window_) {
490 const aura::Window::Windows& children = host_window_->children();
530 if (new_window != host_window_) {
533 if (new_window->parent() == host_window_ ||
540 if (new_window->parent() == host_window_) {
556 window->parent() == host_window_ ||
573 if (host_window_)
724 aura::Window* host_window_; member in class:content::WebContentsViewAura::WindowObserver
[all...]
/external/chromium_org/ui/views/controls/menu/
H A Dnative_menu_win.h127 scoped_ptr<MenuHostWindow> host_window_; member in class:views::NativeMenuWin
H A Dnative_menu_win.cc439 HWND hwnd = host_window_->hwnd();
446 TrackPopupMenu(menu_, flags, point.x(), point.y(), 0, host_window_->hwnd(),
754 if (!host_window_.get())
755 host_window_.reset(new MenuHostWindow(this));

Completed in 840 milliseconds