Searched refs:GetInstance (Results 76 - 100 of 2630) sorted by path

1234567891011>>

/external/chromium_org/ash/display/
H A Droot_window_transformers_unittest.cc110 return Shell::GetInstance()->display_manager()->GetDisplayInfo(id).rotation();
114 return Shell::GetInstance()->display_manager()->GetDisplayInfo(id).
136 Shell::GetInstance()->magnification_controller();
137 DisplayManager* display_manager = Shell::GetInstance()->display_manager();
140 Shell::GetInstance()->AddPreTargetHandler(&event_handler);
159 aura::Env::GetInstance()->last_mouse_location().ToString());
178 aura::Env::GetInstance()->last_mouse_location().ToString());
201 aura::Env::GetInstance()->last_mouse_location().ToString());
223 Shell::GetInstance()->RemovePreTargetHandler(&event_handler);
231 Shell::GetInstance()
[all...]
H A Dscreen_ash.cc27 return Shell::GetInstance()->display_manager();
212 return aura::Env::GetInstance()->last_mouse_location();
H A Dscreen_position_controller.cc39 aura::Window* dst_root = Shell::GetInstance()->display_controller()->
171 Shell::GetInstance()->display_controller()->GetRootWindowForDisplayId(
214 ash::Shell::GetInstance()->set_target_root_window(
H A Dscreen_position_controller_unittest.cc38 Shell::GetInstance()->display_manager()->GetCurrentDisplayLayout();
40 Shell::GetInstance()->display_manager()->
45 ShellTestApi test_api(Shell::GetInstance());
91 Shell::GetInstance()->GetAllRootWindows();
179 Shell::GetInstance()->GetAllRootWindows();
235 Shell::GetInstance()->GetAllRootWindows();
267 Shell::GetInstance()->GetAllRootWindows();
/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_controller.cc141 Shell::GetInstance()->PrependPreTargetHandler(this);
145 Shell::GetInstance()->RemovePreTargetHandler(this);
287 ash::Shell::GetInstance()->cursor_manager()->SetCursor(cursor);
304 ash::Shell::GetInstance()->cursor_manager()->SetCursor(ui::kCursorPointer);
505 ash::Shell::GetInstance()->cursor_manager()->SetCursor(ui::kCursorPointer);
H A Ddrag_drop_controller_unittest.cc995 Shell::GetInstance()->GetAllRootWindows();
H A Ddrag_drop_interactive_uitest.cc160 Shell::GetInstance()->GetAllRootWindows();
H A Ddrag_drop_tracker_unittest.cc74 Shell::GetInstance()->set_target_root_window(root_windows[0]);
95 Shell::GetInstance()->set_target_root_window(root_windows[1]);
133 Shell::GetInstance()->set_target_root_window(root_windows[0]);
164 Shell::GetInstance()->set_target_root_window(root_windows[1]);
/external/chromium_org/ash/
H A Dextended_desktop_unittest.cc39 Shell::GetInstance()->display_manager()->GetCurrentDisplayLayout();
41 Shell::GetInstance()->display_manager()->
282 Shell::GetInstance()->cursor_manager()->SetCursor(ui::kCursorCopy);
764 SystemTray* tray = ash::Shell::GetInstance()->GetPrimarySystemTray();
912 ash::Shell::GetInstance()->AddPreTargetHandler(&event_handler);
935 ash::Shell::GetInstance()->RemovePreTargetHandler(&event_handler);
H A Dfocus_cycler.cc79 Shell::GetInstance()->mru_window_tracker()->BuildMruWindowList());
/external/chromium_org/ash/first_run/
H A Ddesktop_cleaner.cc98 aura::Window* root_window = Shell::GetInstance()->GetPrimaryRootWindow();
H A Dfirst_run_helper_impl.cc39 Shell::GetInstance()->overlay_filter()->Activate(this);
43 Shell::GetInstance()->overlay_filter()->Deactivate(this);
54 Shell::GetInstance()->ShowAppList(NULL);
58 Shell::GetInstance()->DismissAppList();
73 app_list::AppListView* view = Shell::GetInstance()->GetAppListView();
90 SystemTray* tray = Shell::GetInstance()->GetPrimarySystemTray();
95 SystemTray* tray = Shell::GetInstance()->GetPrimarySystemTray();
101 SystemTray* tray = Shell::GetInstance()->GetPrimarySystemTray();
106 SystemTray* tray = Shell::GetInstance()->GetPrimarySystemTray();
112 SystemTray* tray = Shell::GetInstance()
[all...]
H A Dfirst_run_helper_unittest.cc69 helper_.reset(ash::Shell::GetInstance()->CreateFirstRunHelper());
82 aura::Window* root_window = Shell::GetInstance()->GetPrimaryRootWindow();
93 aura::Window* root_window = Shell::GetInstance()->GetPrimaryRootWindow();
/external/chromium_org/ash/frame/caption_buttons/
H A Dframe_caption_button_container_view.cc318 return !Shell::GetInstance()->maximize_mode_controller()->
349 ash::Shell::GetInstance()->metrics()->RecordUserMetricsAction(action);
H A Dframe_caption_button_container_view_unittest.cc180 Shell::GetInstance()->maximize_mode_controller()->
200 Shell::GetInstance()->maximize_mode_controller()->
H A Dframe_size_button.cc127 TouchUMA::GetInstance()->RecordGestureAction(
260 UserMetricsRecorder* metrics = Shell::GetInstance()->metrics();
/external/chromium_org/ash/frame/
H A Dcustom_frame_view_ash.cc217 Shell::GetInstance()->AddShellObserver(this);
221 Shell::GetInstance()->RemoveShellObserver(this);
250 Shell::GetInstance()->session_state_delegate();
H A Dcustom_frame_view_ash_unittest.cc124 Shell::GetInstance()->session_state_delegate());
223 Shell::GetInstance()->maximize_mode_controller()->
229 Shell::GetInstance()->maximize_mode_controller()->
H A Dframe_border_hit_test_controller.cc39 if (aura::Env::GetInstance()->is_touch_down())
H A Dframe_util.cc24 gfx::ImageSkia user_image = Shell::GetInstance()
/external/chromium_org/ash/high_contrast/
H A Dhigh_contrast_controller.cc15 Shell::GetInstance()->AddShellObserver(this);
19 Shell::GetInstance()->RemoveShellObserver(this);
/external/chromium_org/ash/host/
H A Dash_window_tree_host_x11.cc40 aura::Env::GetInstance()->AddObserver(this);
44 aura::Env::GetInstance()->RemoveObserver(this);
135 if (ui::PlatformEventSource::GetInstance())
136 ui::PlatformEventSource::GetInstance()->RemovePlatformEventDispatcher(this);
206 ui::DeviceDataManager::GetInstance()->GetDisplayForTouchDevice(
261 ui::DeviceListCacheX::GetInstance()->GetXI2DeviceList(xdisplay());
/external/chromium_org/ash/ime/
H A Dinput_method_menu_manager.cc52 InputMethodMenuManager* InputMethodMenuManager::GetInstance() { function in class:ash::ime::InputMethodMenuManager
H A Dinput_method_menu_manager.h35 static InputMethodMenuManager* GetInstance();
H A Dinput_method_menu_manager_unittest.cc15 EXPECT_TRUE(InputMethodMenuManager::GetInstance());
37 menu_manager_ = InputMethodMenuManager::GetInstance();

Completed in 252 milliseconds

1234567891011>>