/external/chromium_org/ash/system/ime/ |
tray_ime.cc | 11 #include "ash/shell.h" 58 Shell::GetInstance()->system_tray_delegate()->GetCurrentIME(&info); 79 SystemTrayDelegate* delegate = Shell::GetInstance()->system_tray_delegate(); 147 SystemTrayDelegate* delegate = Shell::GetInstance()->system_tray_delegate(); 188 Shell::GetInstance()->system_tray_notifier()->AddIMEObserver(this); 192 Shell::GetInstance()->system_tray_notifier()->RemoveIMEObserver(this); 217 SystemTrayDelegate* delegate = Shell::GetInstance()->system_tray_delegate(); 253 SystemTrayDelegate* delegate = Shell::GetInstance()->system_tray_delegate(); 291 SystemTrayDelegate* delegate = Shell::GetInstance()->system_tray_delegate();
|
/external/chromium_org/ash/system/locale/ |
locale_notification_controller.cc | 7 #include "ash/shell.h" 82 Shell::GetInstance()->system_tray_notifier()->AddLocaleObserver(this); 86 Shell::GetInstance()->system_tray_notifier()->RemoveLocaleObserver(this);
|
/external/chromium_org/ash/system/web_notification/ |
web_notification_tray_unittest.cc | 13 #include "ash/shell.h" 38 return Shell::GetPrimaryRootWindowController()->shelf()-> 44 Shell::GetPrimaryRootWindowController(); 45 Shell::RootWindowControllerList controllers = 46 Shell::GetAllRootWindowControllers(); 62 return Shell::GetPrimaryRootWindowController()->shelf()-> 262 Shell::GetInstance()->system_tray_delegate()); 277 Shell::GetInstance()->display_manager(); 342 Shell::GetPrimaryRootWindowController()->GetShelfLayoutManager()->
|
/external/chromium_org/ash/wm/ |
partial_screenshot_view_unittest.cc | 8 #include "ash/shell.h" 64 aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); 82 aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow());
|
window_cycle_list.cc | 7 #include "ash/shell.h" 18 ash::Shell::GetInstance()->mru_window_tracker()->SetIgnoreActivations(true); 33 ash::Shell::GetInstance()->mru_window_tracker()->SetIgnoreActivations(false); 45 // We weren't able to find our active window in the shell delegate's
|
ash_native_cursor_manager_unittest.cc | 7 #include "ash/shell.h" 57 CursorManager* cursor_manager = Shell::GetInstance()->cursor_manager(); 106 CursorManager* cursor_manager = Shell::GetInstance()->cursor_manager(); 120 CursorManager* cursor_manager = Shell::GetInstance()->cursor_manager(); 133 CursorManager* cursor_manager = Shell::GetInstance()->cursor_manager(); 150 aura::RootWindow* root_window = Shell::GetInstance()->GetPrimaryRootWindow(); 173 Shell::GetInstance()->cursor_manager()->DisableMouseEvents();
|
system_modal_container_layout_manager.cc | 8 #include "ash/shell.h" 50 Shell::GetScreen()->GetDisplayNearestWindow(container_).bounds()); 69 Shell::GetInstance()->session_state_delegate()->IsUserSessionBlocked()); 112 Shell::GetInstance()->OnModalWindowRemoved(window); 134 if (Shell::GetInstance()->session_state_delegate()->IsUserSessionBlocked() && 152 params.bounds = Shell::GetScreen()->GetDisplayNearestWindow( 211 Shell::GetInstance()->CreateModalBackground(window);
|
toplevel_window_event_handler_unittest.cc | 9 #include "ash/shell.h" 75 Shell::GetContainer(Shell::GetPrimaryRootWindow(), 84 aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), window); 89 aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), window); 134 aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); 312 gfx::Rect work_area = Shell::GetScreen()->GetDisplayNearestWindow( 326 gfx::Rect work_area = Shell::GetScreen()->GetDisplayNearestWindow( 341 gfx::Rect work_area = Shell::GetScreen()->GetDisplayNearestWindow( 356 aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow() [all...] |
window_manager_unittest.cc | 5 #include "ash/shell.h" 143 test::ShellTestApi shell_test(Shell::GetInstance()); 144 Shell::GetInstance()->RemovePreTargetHandler( 147 aura::RootWindow* root_window = Shell::GetPrimaryRootWindow(); 150 // Supplied ids are negative so as not to collide with shell ids. 152 // id beyond shell id max? 179 aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), 257 aura::RootWindow* root_window = Shell::GetPrimaryRootWindow(); 285 aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), 302 aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow() [all...] |
session_state_animator.cc | 7 #include "ash/shell.h" 35 gfx::Size root_size = Shell::GetPrimaryRootWindow()->bounds().size(); 47 gfx::Size root_size = Shell::GetPrimaryRootWindow()->bounds().size(); 406 aura::RootWindow* root_window = Shell::GetPrimaryRootWindow(); 458 aura::RootWindow* root_window = Shell::GetPrimaryRootWindow(); 462 containers->push_back(Shell::GetContainer( 467 containers->push_back(Shell::GetContainer( 474 aura::Window* non_lock_screen_containers = Shell::GetContainer( 488 containers->push_back(Shell::GetContainer( 493 containers->push_back(Shell::GetContainer [all...] |
/external/chromium_org/chrome/browser/metro_viewer/ |
chrome_metro_viewer_process_host_aurawin.cc | 7 #include "ash/shell.h" 94 ash::Shell::GetInstance()->CreateLauncher(); 95 ash::Shell::GetInstance()->ShowLauncher();
|
/external/chromium_org/content/shell/ |
shell_devtools_delegate.cc | 5 #include "content/shell/shell_devtools_delegate.h" 16 #include "content/shell/shell.h" 62 // Note that Content Shell always used bundled DevTools frontend, 63 // even on Android, because the shell is used for running layout tests. 94 Shell* shell = Shell::CreateNewWindow(browser_context_, local 99 return shell->web_contents()->GetRenderViewHost();
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
PropertyTooltipProvider.java | 21 import org.eclipse.swt.widgets.Shell; 53 * Shows tooltip {@link Shell}. 55 public void show(Shell shell) { 56 shell.setVisible(true);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ExportScreenshotAction.java | 26 import org.eclipse.swt.widgets.Shell; 45 Shell shell = AdtPlugin.getShell(); local 50 FileDialog dialog = new FileDialog(shell, SWT.SAVE); 79 MessageDialog.openError(shell, "Error", "Image not available");
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/ |
ExportAction.java | 30 import org.eclipse.swt.widgets.Shell; 37 private Shell mShell;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
PointTestCases.java | 24 import org.eclipse.swt.widgets.Shell; 56 super(null, null, new Shell(), 0);
|
/external/chromium_org/ash/display/ |
display_change_observer_x11.cc | 19 #include "ash/shell.h" 55 Shell::GetInstance()->AddShellObserver(this); 59 Shell::GetInstance()->RemoveShellObserver(this); 71 DisplayLayout layout = Shell::GetInstance()->display_manager()-> 82 if (!Shell::GetInstance()->display_manager()-> 187 Shell::GetInstance()->display_manager()->OnNativeDisplaysChanged(displays); 194 Shell::GetInstance()->output_configurator()->Stop();
|
mirror_window_controller_unittest.cc | 8 #include "ash/shell.h" 51 DisplayManager* display_manager = Shell::GetInstance()->display_manager(); 54 aura::RootWindow* root = Shell::GetInstance()->GetPrimaryRootWindow(); 108 DisplayManager* display_manager = Shell::GetInstance()->display_manager(); 111 aura::RootWindow* root = Shell::GetInstance()->GetPrimaryRootWindow(); 172 DisplayManager* display_manager = Shell::GetInstance()->display_manager(); 178 aura::RootWindow* root = Shell::GetInstance()->GetPrimaryRootWindow(); 213 DisplayManager* display_manager = Shell::GetInstance()->display_manager();
|
/external/chromium_org/chrome/browser/chromeos/kiosk_mode/ |
kiosk_mode_screensaver.cc | 8 #include "ash/shell.h" 191 if (ash::Shell::GetInstance() && 192 ash::Shell::GetInstance()->user_activity_detector() && 193 ash::Shell::GetInstance()->user_activity_detector()->HasObserver(this)) 194 ash::Shell::GetInstance()->user_activity_detector()->RemoveObserver(this); 245 ash::Shell::GetInstance()->user_activity_detector()->AddObserver(this); 263 ash::Shell::GetInstance()->user_activity_detector()->RemoveObserver(this);
|
/external/chromium_org/ash/shelf/ |
shelf_layout_manager_unittest.cc | 20 #include "ash/shell.h" 62 return Shell::GetPrimaryRootWindowController()->shelf(); 66 return Shell::GetPrimaryRootWindowController()->GetShelfLayoutManager(); 70 return Shell::GetPrimaryRootWindowController()->GetSystemTray(); 352 aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); 616 gfx::Screen* screen = Shell::GetScreen(); 618 Shell::GetPrimaryRootWindow()); 630 Shell::GetPrimaryRootWindow()); 647 Shell::GetPrimaryRootWindow()); 673 gfx::Display display = Shell::GetScreen()->GetDisplayNearestWindow 1174 Shell* shell = Shell::GetInstance(); local 1201 Shell* shell = Shell::GetInstance(); local 1235 Shell* shell = Shell::GetInstance(); local [all...] |
/external/chromium_org/ash/wm/panels/ |
panel_layout_manager_unittest.cc | 17 #include "ash/shell.h" 79 return Shell::GetContainer(panel->GetRootWindow(), 223 test::ShellTestApi(Shell::GetInstance()).launcher_model(); 237 ash::Shell* shell = ash::Shell::GetInstance(); local 238 shell->SetShelfAlignment(alignment, root_window); 242 ash::Shell* shell = ash::Shell::GetInstance() local [all...] |
/external/chromium_org/ash/wm/workspace/ |
workspace_window_resizer_unittest.cc | 13 #include "ash/shell.h" 79 aura::RootWindow* root = Shell::GetPrimaryRootWindow(); 87 Shell::GetInstance()->SetDisplayWorkAreaInsets(root, gfx::Insets()); 154 return Shell::GetPrimaryRootWindowController()->GetShelfLayoutManager(); 429 aura::RootWindow* root = Shell::GetPrimaryRootWindow(); 430 Shell::GetInstance()->SetDisplayWorkAreaInsets(root, gfx::Insets()); 546 Shell::RootWindowList root_windows = Shell::GetAllRootWindows(); 591 Shell::RootWindowList root_windows = Shell::GetAllRootWindows() [all...] |
workspace_event_handler_unittest.cc | 8 #include "ash/shell.h" 90 gfx::Rect work_area = Shell::GetScreen()->GetDisplayNearestWindow( 93 aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), 159 aura::RootWindow* second_root = Shell::GetAllRootWindows()[1]; 208 gfx::Rect work_area = Shell::GetScreen()->GetDisplayNearestWindow( 213 aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), 232 gfx::Rect work_area = Shell::GetScreen()->GetDisplayNearestWindow( 237 aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), 255 aura::RootWindow* root = Shell::GetPrimaryRootWindow(); 289 aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow() [all...] |
/external/chromium_org/chrome/browser/chromeos/login/ |
webui_login_view.cc | 7 #include "ash/shell.h" 191 if (ash::Shell::GetInstance()->HasPrimaryStatusArea()) { 192 ash::Shell::GetInstance()->GetPrimarySystemTray()-> 328 if (ash::Shell::GetInstance()->HasPrimaryStatusArea()) { 329 ash::SystemTray* tray = ash::Shell::GetInstance()->GetPrimarySystemTray(); 342 ash::Shell::GetInstance()->GetPrimarySystemTray()->SetEnabled(enabled); 435 ash::SystemTray* tray = ash::Shell::GetInstance()->GetPrimarySystemTray(); 438 ash::Shell::GetInstance()->RotateFocus(reverse ? ash::Shell::BACKWARD : 439 ash::Shell::FORWARD) [all...] |
/external/chromium_org/ash/shell/ |
app_list.cc | 8 #include "ash/shell.h" 9 #include "ash/shell/example_factory.h" 10 #include "ash/shell/toplevel_window.h" 30 namespace shell { namespace in namespace:ash 114 Shell::GetInstance()->session_state_delegate()->LockScreen(); 125 ash::Shell::GetInstance()->browser_context()); 288 DCHECK(ash::Shell::HasInstance()); 289 if (Shell::GetInstance()->GetAppListTargetVisibility()) 290 Shell::GetInstance()->ToggleAppList(NULL); 336 } // namespace shell [all...] |