Home | History | Annotate | Download | only in test

Lines Matching refs:host_

21   host_.reset(aura::WindowTreeHost::Create(gfx::Rect(default_window_size)));
22 host_->InitHost();
23 aura::client::SetWindowTreeClient(host_->window(), this);
26 aura::client::SetFocusClient(host_->window(), focus_client_.get());
29 host_->window()->AddPreTargetHandler(root_window_event_filter_.get());
32 host_->GetAcceleratedWidget()));
33 input_method_filter_->SetInputMethodPropertyInRootWindow(host_->window());
36 new wm::DefaultActivationClient(host_->window());
39 new aura::client::DefaultCaptureClient(host_->window()));
49 return host_->window();