HomeSort by relevance Sort by last modified time
    Searched full:host_window_ (Results 1 - 5 of 5) 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/third_party/webrtc/modules/desktop_capture/win/
screen_capturer_win_magnifier.cc 53 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);
screen_capturer_win_magnifier.h 143 HWND host_window_; member in class:webrtc::ScreenCapturerWinMagnifier
  /external/chromium_org/ui/views/controls/menu/
native_menu_win.cc 439 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));
native_menu_win.h 127 scoped_ptr<MenuHostWindow> host_window_; member in class:views::NativeMenuWin

Completed in 889 milliseconds