Home
last modified time | relevance | path

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

/external/chromium_org/remoting/host/
Dhost_window_proxy.cc61 scoped_ptr<HostWindow> host_window_; member in remoting::HostWindowProxy::Core
100 host_window_(host_window.Pass()), in Core()
124 DCHECK(!host_window_); in ~Core()
132 host_window_->Start(weak_factory_.GetWeakPtr()); in StartOnUiThread()
138 host_window_.reset(); in StopOnUiThread()
/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
Dscreen_capturer_win_magnifier.cc53 host_window_(NULL), in ScreenCapturerWinMagnifier()
62 if (host_window_) in ~ScreenCapturerWinMagnifier()
63 DestroyWindow(host_window_); in ~ScreenCapturerWinMagnifier()
317 host_window_ = CreateWindowEx(WS_EX_LAYERED, in InitializeMagnifier()
326 if (!host_window_) { in InitializeMagnifier()
338 host_window_, in InitializeMagnifier()
351 ShowWindow(host_window_, SW_HIDE); in InitializeMagnifier()
Dscreen_capturer_win_magnifier.h143 HWND host_window_; variable
/external/chromium_org/content/browser/web_contents/
Dweb_contents_view_aura.cc473 host_window_(NULL) { in WindowObserver()
486 if (host_window_) in ~WindowObserver()
487 host_window_->RemoveObserver(this); in ~WindowObserver()
489 if (host_window_) { in ~WindowObserver()
490 const aura::Window::Windows& children = host_window_->children(); in ~WindowObserver()
530 if (new_window != host_window_) { in OnWindowAdded()
533 if (new_window->parent() == host_window_ || in OnWindowAdded()
540 if (new_window->parent() == host_window_) { in OnWindowAdded()
556 window->parent() == host_window_ || in OnWindowVisibilityChanged()
573 if (host_window_) in OnWindowParentChanged()
[all …]
/external/chromium_org/ui/views/controls/menu/
Dnative_menu_win.h127 scoped_ptr<MenuHostWindow> host_window_; variable
Dnative_menu_win.cc439 HWND hwnd = host_window_->hwnd(); in RunMenuAt()
446 TrackPopupMenu(menu_, flags, point.x(), point.y(), 0, host_window_->hwnd(), in RunMenuAt()
754 if (!host_window_.get()) in CreateHostWindow()
755 host_window_.reset(new MenuHostWindow(this)); in CreateHostWindow()