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

Completed in 305 milliseconds