Searched refs:host_window_ (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/remoting/host/ |
D | host_window_proxy.cc | 61 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/ |
D | screen_capturer_win_magnifier.cc | 53 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()
|
D | screen_capturer_win_magnifier.h | 143 HWND host_window_; variable
|
/external/chromium_org/content/browser/web_contents/ |
D | web_contents_view_aura.cc | 473 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/ |
D | native_menu_win.h | 127 scoped_ptr<MenuHostWindow> host_window_; variable
|
D | native_menu_win.cc | 439 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()
|