Home | History | Annotate | Download | only in test

Lines Matching refs:shell_

18 ShellTestApi::ShellTestApi(Shell* shell) : shell_(shell) {}
21 return shell_->GetPrimaryRootWindowController()->root_window_layout();
26 return shell_->input_method_filter_.get();
31 return shell_->system_gesture_filter_.get();
35 return shell_->GetPrimaryRootWindowController()->workspace_controller();
40 return shell_->screen_position_controller_.get();
44 return shell_->native_cursor_manager_;
48 return shell_->launcher_model_.get();
52 return shell_->drag_drop_controller_.get();
57 if (shell_->output_configurator_animation_) {
58 shell_->output_configurator_->RemoveObserver(
59 shell_->output_configurator_animation_.get());
60 shell_->output_configurator_animation_.reset();