Searched refs:Shell (Results 1 - 25 of 572) sorted by path

1234567891011>>

/external/chromium_org/ash/accelerators/
H A Daccelerator_commands.cc24 Shell::GetInstance()->mru_window_tracker()->BuildMruWindowList());
H A Daccelerator_controller.cc102 if (!Shell::GetInstance()->accessibility_delegate()->
130 Shell::GetInstance()->window_cycle_controller()->HandleCycleWindow(
139 Shell::GetInstance()->window_cycle_controller()->HandleCycleWindow(
146 Shell::GetInstance()->window_selector_controller()->ToggleOverview();
151 Shell* shell = Shell::GetInstance();
171 if (ash::Shell::GetInstance()->magnification_controller()->IsEnabled()) {
174 ash::Shell::GetInstance()->magnification_controller()->GetScale();
181 ash::Shell::GetInstance()->magnification_controller()->
183 } else if (ash::Shell
[all...]
H A Daccelerator_controller_unittest.cc246 test::DisplayManagerTestApi(Shell::GetInstance()->display_manager()).
277 return Shell::GetInstance()->accelerator_controller();
494 Shell::GetScreen()->GetDisplayNearestWindow(window.get()).work_area();
505 aura::Window* docked_container = Shell::GetContainer(
626 Shell::GetPrimaryRootWindow()->GetHost()->event_processor();
711 ash::Shell::GetInstance()->system_tray_delegate()->SetVolumeControlDelegate(
728 ash::Shell::GetInstance()->system_tray_delegate()->SetVolumeControlDelegate(
878 ash::Shell::GetInstance()->accessibility_delegate();
879 EXPECT_FALSE(ash::Shell::GetInstance()->GetAppListTargetVisibility());
889 EXPECT_TRUE(ash::Shell
[all...]
H A Daccelerator_delegate.cc32 Shell::GetInstance()->accelerator_controller()->Process(accelerator);
37 return Shell::GetInstance()->accelerator_controller()->Process(accelerator);
57 aura::Window::Windows root_windows = Shell::GetAllRootWindows();
63 Shell* shell = Shell::GetInstance();
H A Daccelerator_filter_unittest.cc34 ui::test::EventGenerator generator(Shell::GetPrimaryRootWindow());
57 ui::test::EventGenerator generator(Shell::GetPrimaryRootWindow());
72 ui::test::EventGenerator generator(Shell::GetPrimaryRootWindow());
92 aura::Window* root_window = Shell::GetPrimaryRootWindow();
H A Ddebug_commands.cc40 Shell::GetInstance()->desktop_background_controller();
43 ash::Shell::GetInstance()->user_wallpaper_delegate()->
H A Dexit_warning_handler.cc111 ShellDelegate* shell_delegate = Shell::GetInstance()->delegate();
117 Shell::GetInstance()->
124 Shell::GetInstance()->
158 aura::Window* root_window = Shell::GetTargetRootWindow();
175 Shell::GetContainer(root_window, kShellWindowId_SettingBubbleContainer);
H A Dfocus_manager_factory.cc25 Shell::GetInstance()->accelerator_controller();
35 Shell::GetInstance()->accelerator_controller();
H A Dmagnifier_key_scroller.cc27 ash::Shell::GetInstance()->magnification_controller()->IsEnabled();
56 Shell::GetInstance()->magnification_controller();
77 Shell::GetInstance()->magnification_controller();
H A Dmagnifier_key_scroller_unittest.cc50 Shell* shell = Shell::GetInstance();
H A Dnested_accelerator_delegate.cc62 ash::Shell::GetInstance()->accelerator_controller();
H A Dspoken_feedback_toggler.cc45 Shell::GetInstance()->accessibility_delegate()->
H A Dspoken_feedback_toggler_unittest.cc19 Shell* shell = Shell::GetInstance();
/external/chromium_org/ash/
H A Dash_touch_exploration_manager_chromeos.cc24 Shell::GetInstance()->system_tray_notifier()->AddAccessibilityObserver(this);
30 Shell::GetInstance()->system_tray_notifier();
54 Shell::GetInstance()->accessibility_delegate();
69 Shell::GetInstance()->accessibility_delegate()->PlayEarcon(
74 Shell::GetInstance()->accessibility_delegate()->PlayEarcon(
79 Shell::GetInstance()->accessibility_delegate()->PlayEarcon(
85 Shell::GetInstance()->accessibility_delegate();
H A Dash_touch_exploration_manager_chromeos_unittest.cc17 RootWindowController* controller = Shell::GetPrimaryRootWindowController();
H A Dcancel_mode.cc14 Shell::RootWindowControllerList controllers(
15 Shell::GetAllRootWindowControllers());
16 for (Shell::RootWindowControllerList::const_iterator i = controllers.begin();
H A Ddebug.cc17 Shell::GetInstance()->GetAllRootWindows();
32 Shell::GetInstance()->GetAllRootWindows();
47 Shell::GetInstance()->GetAllRootWindows();
H A Ddefault_user_wallpaper_delegate.cc33 ash::Shell::GetInstance()->desktop_background_controller()->
/external/chromium_org/ash/audio/
H A Dsounds.cc25 Shell* shell = Shell::GetInstance();
/external/chromium_org/ash/autoclick/
H A Dautoclick_controller.cc97 Shell::GetInstance()->AddPreTargetHandler(this);
100 Shell::GetInstance()->RemovePreTargetHandler(this);
H A Dautoclick_unittest.cc69 Shell::GetInstance()->AddPreTargetHandler(&mouse_event_capturer_);
77 Shell::GetInstance()->RemovePreTargetHandler(&mouse_event_capturer_);
94 return Shell::GetInstance()->autoclick_controller();
223 aura::Window::Windows root_windows = Shell::GetAllRootWindows();
/external/chromium_org/ash/desktop_background/
H A Ddesktop_background_controller.cc50 Shell::GetInstance()->display_controller()->AddObserver(this);
51 Shell::GetInstance()->AddShellObserver(this);
55 Shell::GetInstance()->display_controller()->RemoveObserver(this);
56 Shell::GetInstance()->RemoveShellObserver(this);
159 std::vector<gfx::Display> displays = Shell::GetScreen()->GetAllDisplays();
160 DisplayManager* display_manager = Shell::GetInstance()->display_manager();
220 aura::Window::Windows root_windows = Shell::GetAllRootWindows();
231 Shell::RootWindowControllerList controllers =
232 Shell::GetAllRootWindowControllers();
233 for (Shell
[all...]
H A Ddesktop_background_controller_unittest.cc42 Window* root = ash::Shell::GetPrimaryRootWindow();
81 Shell::GetPrimaryRootWindowController();
84 controller_ = Shell::GetInstance()->desktop_background_controller();
86 Shell::GetInstance()->user_wallpaper_delegate());
108 Shell::GetPrimaryRootWindowController()
125 Shell::GetInstance()->desktop_background_controller();
158 Shell::GetInstance()->desktop_background_controller();
164 Shell::GetPrimaryRootWindowController();
190 Shell::GetInstance()->desktop_background_controller();
206 Shell
[all...]
H A Ddesktop_background_view.cc53 gfx::Display display = Shell::GetScreen()->GetDisplayNearestWindow(
55 DisplayManager* display_manager = Shell::GetInstance()->display_manager();
89 Shell::GetInstance()->window_selector_controller();
99 Shell::GetInstance()->window_selector_controller();
131 Shell::GetInstance()->desktop_background_controller();
144 DisplayManager* display_manager = Shell::GetInstance()->display_manager();
210 Shell::GetInstance()->ShowContextMenu(point, source_type);
216 Shell::GetInstance()->desktop_background_controller();
218 Shell::GetInstance()->user_wallpaper_delegate();
244 Shell
[all...]
H A Ddesktop_background_widget_controller.cc113 Shell::GetInstance()->user_wallpaper_delegate()->

Completed in 2258 milliseconds

1234567891011>>