Searched refs:Shell (Results 101 - 125 of 572) sorted by relevance

1234567891011>>

/external/chromium_org/ash/test/
H A Dash_test_helper.cc73 // Creates Shell and hook with Desktop.
94 ash::Shell::CreateInstance(init_params);
98 Shell* shell = Shell::GetInstance();
117 Shell::DeleteInstance();
154 aura::Window* root_window = Shell::GetTargetRootWindow();
156 root_window = Shell::GetPrimaryRootWindow();
H A Dash_test_base.cc67 gfx::Screen* screen = Shell::GetScreen();
69 return Shell::GetInstance()->display_controller()->
130 Shell::GetPrimaryRootWindow()->Show();
131 Shell::GetPrimaryRootWindow()->GetHost()->Show();
134 Shell::GetPrimaryRootWindow()->MoveCursorTo(gfx::Point(-1000, -1000));
135 ash::Shell::GetInstance()->cursor_manager()->EnableMouseEvents();
208 Shell::GetInstance()->display_manager());
255 Shell::GetScreen()->GetDisplayMatching(bounds);
256 aura::Window* root = ash::Shell::GetInstance()->display_controller()->
269 window, Shell
[all...]
/external/chromium_org/build/android/pylib/device/
H A Dadb_wrapper_test.py40 output = self._adb.Shell('echo test', expect_rc=0)
42 output = self._adb.Shell('echo test')
44 self.assertRaises(device_errors.AdbCommandFailedError, self._adb.Shell,
52 self.assertEqual(self._adb.Shell('cat %s' % device_path), 'foo')
78 while 'package:' not in self._adb.Shell('pm path android'):
85 self._adb.Shell('start')
/external/chromium_org/chrome/browser/chromeos/policy/
H A Drecommendation_restorer.cc110 } else if (allow_delay && ash::Shell::HasInstance()) {
113 ash::Shell::GetInstance()->user_activity_detector();
136 if (ash::Shell::HasInstance()) {
138 ash::Shell::GetInstance()->user_activity_detector();
159 if (ash::Shell::HasInstance())
160 ash::Shell::GetInstance()->user_activity_detector()->RemoveObserver(this);
/external/chromium_org/ash/desktop_background/
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...]
/external/chromium_org/ash/wm/maximize_mode/
H A Dmaximize_mode_window_manager.cc32 Shell::GetInstance()->window_selector_controller();
45 Shell::GetInstance()->RemovePreTargetHandler(this);
46 Shell::GetInstance()->RemoveShellObserver(this);
47 Shell::GetScreen()->RemoveObserver(this);
177 Shell::GetScreen()->AddObserver(this);
178 Shell::GetInstance()->AddShellObserver(this);
179 Shell::GetInstance()->AddPreTargetHandler(this);
234 aura::Window::Windows root_windows = Shell::GetAllRootWindows();
238 Shell::GetContainer(*iter, kShellWindowId_DefaultContainer);
273 Shell
[all...]
/external/chromium_org/ash/accelerators/
H A Ddebug_commands.cc40 Shell::GetInstance()->desktop_background_controller();
43 ash::Shell::GetInstance()->user_wallpaper_delegate()->
/external/chromium_org/ash/shell/
H A Dwindow_watcher.cc42 ash::Shell::GetContainer(root, kShellWindowId_PanelContainer);
54 ash::Shell::GetContainer(root, kShellWindowId_PanelContainer);
72 aura::Window::Windows root_windows = Shell::GetAllRootWindows();
80 aura::Window::Windows root_windows = Shell::GetAllRootWindows();
99 ShelfModel* model = Shell::GetInstance()->shelf_model();
119 Shell::GetInstance()->shelf_item_delegate_manager();
130 ShelfModel* model = Shell::GetInstance()->shelf_model();
141 aura::Window* root = Shell::GetInstance()->display_controller()->
/external/chromium_org/ash/system/
H A Dtray_update.cc88 ash::Shell::GetInstance()->
112 Shell::GetPrimaryRootWindowController()->shelf()->status_area_widget();
137 if (Shell::GetPrimaryRootWindowController()->shelf()->IsVisible())
160 Shell::GetInstance()->system_tray_notifier()->AddUpdateObserver(this);
164 Shell::GetInstance()->system_tray_notifier()->RemoveUpdateObserver(this);
168 return Shell::GetInstance()->system_tray_delegate()->SystemShouldUpgrade();
172 if (!Shell::GetInstance()->system_tray_delegate()->SystemShouldUpgrade())
195 if (!Shell::GetPrimaryRootWindowController()->shelf()->IsVisible() &&
/external/chromium_org/ash/wm/
H A Ddefault_window_resizer.cc20 ash::Shell::GetInstance()->cursor_manager()->UnlockCursor();
56 ash::Shell::GetInstance()->cursor_manager()->LockCursor();
H A Dash_native_cursor_manager_interactive_uitest.cc92 ::wm::CursorManager* cursor_manager = Shell::GetInstance()->cursor_manager();
95 DisplayManager* display_manager = Shell::GetInstance()->display_manager();
105 MoveMouseSync(Shell::GetAllRootWindows()[0], 10, 10);
108 MoveMouseSync(Shell::GetAllRootWindows()[0], 600, 10);
H A Dscreen_dimmer_unittest.cc25 dimmer_ = Shell::GetPrimaryRootWindowController()->screen_dimmer();
48 ui::Layer* root_layer = Shell::GetPrimaryRootWindow()->layer();
67 ui::Layer* root_layer = Shell::GetPrimaryRootWindow()->layer();
74 Shell::GetPrimaryRootWindow()->GetHost()->SetBounds(kNewBounds);
/external/chromium_org/chrome/browser/chromeos/first_run/steps/
H A Dtray_step.cc30 ash::Shell* shell = ash::Shell::GetInstance();
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dlock_window_aura.cc64 ash::Shell::GetContainer(ash::Shell::GetPrimaryRootWindow(),
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DPropertyTooltipTextProvider.java15 import org.eclipse.swt.widgets.Shell;
54 public void show(Shell shell) {
55 // do nothing, Shell will be displayed when Browser will complete rendering
/external/chromium_org/ash/
H A Dscreen_util.cc24 return Shell::GetInstance()->display_manager();
45 Shell::GetScreen()->GetDisplayNearestWindow(window).bounds());
52 Shell::GetScreen()->GetDisplayNearestWindow(window).work_area());
78 Shell::GetScreen()->GetPrimaryDisplay().id() ?
/external/chromium_org/ash/system/chromeos/supervised/
H A Dtray_supervised_user.cc40 base::string16 message = Shell::GetInstance()->system_tray_delegate()->
52 SystemTrayDelegate* delegate = Shell::GetInstance()->system_tray_delegate();
66 Shell::GetInstance()->system_tray_delegate()->ShowSupervisedUserInfo();
71 SystemTrayDelegate* delegate = Shell::GetInstance()->system_tray_delegate();
/external/chromium_org/ash/system/chromeos/
H A Dtray_tracing.cc51 Shell::GetInstance()->system_tray_delegate()->ShowChromeSlow();
69 DCHECK(Shell::GetInstance()->delegate());
71 Shell::GetInstance()->system_tray_notifier()->AddTracingObserver(this);
75 Shell::GetInstance()->system_tray_notifier()->RemoveTracingObserver(this);
/external/chromium_org/ash/display/
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();
104 Shell::GetScreen()->GetDisplayNearestPoint(window_pos));
142 Shell::GetScreen()->GetDisplayNearestPoint(window_pos2));
179 Shell::GetInstance()->GetAllRootWindows();
195 Shell::GetScreen()->GetPrimaryDisplay());
221 Shell::GetScreen()->GetPrimaryDisplay());
235 Shell
[all...]
/external/chromium_org/ash/shelf/
H A Dshelf_bezel_event_filter.cc18 Shell::GetInstance()->AddPreTargetHandler(this);
22 Shell::GetInstance()->RemovePreTargetHandler(this);
31 Shell::GetScreen()->GetDisplayNearestPoint(point_in_screen).bounds();
/external/chromium_org/ash/system/tray/media_security/
H A Dmulti_profile_media_tray_item_unittest.cc25 static_cast<test::TestShellDelegate*>(Shell::GetInstance()->delegate());
28 Shell::GetInstance()->session_state_delegate());
31 SystemTray* system_tray = Shell::GetInstance()->GetPrimarySystemTray();
/external/chromium_org/ash/wm/gestures/
H A Dshelf_gesture_handler.cc33 Shell* shell = Shell::GetInstance();
41 RootWindowController* controller = Shell::GetPrimaryRootWindowController();
/external/chromium_org/chrome/browser/chromeos/login/
H A Dsession_login_browsertest.cc42 ash::Shell::GetInstance()->session_state_delegate()->
49 ash::Shell::GetInstance()->session_state_delegate()->
53 ash::Shell::GetInstance()->session_state_delegate()->
/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Dmulti_user_window_manager.cc44 ash::Shell::GetInstance()->delegate()->IsMultiProfilesEnabled()) {
46 new MultiUserWindowManagerChromeOS(ash::Shell::GetInstance()
52 } else if (ash::Shell::GetInstance()->delegate()->IsMultiProfilesEnabled()) {
/external/chromium_org/chrome/test/base/
H A Dview_event_test_platform_part_chromeos.cc30 return ash::Shell::GetPrimaryRootWindow();
41 // Ash Shell can't just live on its own without a browser process, we need to
52 ash::Shell::CreateInstance(init_params);
59 ash::Shell::DeleteInstance();
63 // Ash Shell can't just live on its own without a browser process, we need to

Completed in 296 milliseconds

1234567891011>>