Home | History | Annotate | Download | only in desktop_aura

Lines Matching refs:host_

294     if (capture_window && host_->window()->Contains(capture_window))
303 host_->window()->RemovePreTargetHandler(tooltip_controller_.get());
304 aura::client::SetTooltipClient(host_->window(), NULL);
310 window_tree_client_.reset(); // Uses host_->dispatcher() at destruction.
312 capture_client_.reset(); // Uses host_->dispatcher() at destruction.
318 host_->window()->RemovePreTargetHandler(focus_client_.get());
319 aura::client::SetFocusClient(host_->window(), NULL);
320 aura::client::SetActivationClient(host_->window(), NULL);
323 host_->RemoveObserver(this);
324 host_.reset(); // Uses input_method_event_filter_ at destruction.
363 aura::client::GetActivationClient(host_->window());
419 host_.reset(desktop_window_tree_host_->AsWindowTreeHost());
423 host_->window()->SetProperty(views::kDesktopRootWindow, true);
425 host_->InitHost();
426 host_->window()->AddChild(content_window_container_);
427 host_->window()->SetProperty(kDesktopNativeWidgetAuraKey, this);
429 host_->window()->AddObserver(new RootWindowDestructionObserver(this));
436 new wm::WindowModalityController(host_->window()));
447 host_->window()->AddPreTargetHandler(root_window_event_filter_.get());
461 aura::client::SetCursorClient(host_->window(), cursor_manager_);
467 capture_client_.reset(new DesktopCaptureClient(host_->window()));
472 aura::client::SetFocusClient(host_->window(), focus_controller);
473 aura::client::SetActivationClient(host_->window(), focus_controller);
474 host_->window()->AddPreTargetHandler(focus_controller);
477 aura::client::SetDispatcherClient(host_->window(),
480 position_client_.reset(new DesktopScreenPositionClient(host_->window()));
486 aura::client::SetDragDropClient(host_->window(),
494 host_->AddObserver(this);
497 new DesktopNativeWidgetAuraWindowTreeClient(host_->window()));
506 aura::client::SetTooltipClient(host_->window(),
508 host_->window()->AddPreTargetHandler(tooltip_controller_.get());
513 aura::client::SetVisibilityClient(host_->window(),
515 wm::SetChildWindowVisibilityChangesAnimated(host_->window());
522 host_->window()->AddPreTargetHandler(focus_manager_event_handler_.get());
526 aura::client::SetEventClient(host_->window(), event_client_.get());
533 aura::client::GetActivationClient(host_->window())));
705 aura::Window* root = host_->window();
874 aura::client::GetCursorClient(host_->window());
883 aura::client::GetCursorClient(host_->window());
1192 host_->GetAcceleratedWidget()));
1194 host_->window());