/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/ |
TextDialog.java | 19 import org.eclipse.swt.widgets.Shell; 41 public TextDialog(Shell parentShell, 108 protected void configureShell(Shell newShell) {
|
ResizableDialog.java | 20 import org.eclipse.swt.widgets.Shell; 31 * Key for accessing {@link Dialog} from its {@link Shell}. 55 public ResizableDialog(Shell parentShell, AbstractUIPlugin plugin) { 101 Shell windowShell = m_plugin.getWorkbench().getActiveWorkbenchWindow().getShell(); 213 // Shell 217 protected void configureShell(Shell newShell) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
InputDensityDialog.java | 30 import org.eclipse.swt.widgets.Shell; 43 InputDensityDialog(Shell parentShell) { 110 protected void configureShell(Shell shell) { 111 super.configureShell(shell); 112 shell.setText("Choose Density");
|
/external/chromium_org/ash/wm/ |
system_modal_container_layout_manager_unittest.cc | 9 #include "ash/shell.h" 30 return Shell::GetPrimaryRootWindowController()->GetContainer( 36 Shell::GetContainersFromAllRootWindows(container_id, NULL); 188 aura::test::EventGenerator e1(Shell::GetPrimaryRootWindow(), parent.get()); 203 aura::test::EventGenerator e2(Shell::GetPrimaryRootWindow(), t1); 227 aura::test::EventGenerator e1(Shell::GetPrimaryRootWindow(), 228 Shell::GetPrimaryRootWindow()); 243 aura::test::EventGenerator e2(Shell::GetPrimaryRootWindow(), t1.get()); 268 aura::test::EventGenerator e1(Shell::GetPrimaryRootWindow(), parent.get()); 282 aura::test::EventGenerator e2(Shell::GetPrimaryRootWindow(), unrelated.get()) [all...] |
ash_focus_rules.cc | 7 #include "ash/shell.h" 94 if (Shell::GetInstance()->IsSystemModalWindowOpen()) { 111 root = Shell::GetTargetRootWindow(); 114 aura::Window* container = Shell::GetContainer(root, kWindowContainerIds[i]); 142 aura::Window::Windows containers = Shell::GetContainersFromAllRootWindows(
|
app_list_controller.cc | 12 #include "ash/shell.h" 53 DCHECK(Shell::HasInstance()); 64 DCHECK(Shell::HasInstance()); 65 ShelfAlignment shelf_alignment = Shell::GetInstance()->GetShelfAlignment( 90 DCHECK(Shell::HasInstance()); 91 ShelfAlignment shelf_alignment = Shell::GetInstance()->GetShelfAlignment( 127 Shell::GetInstance()->AddShellObserver(this); 137 Shell::GetInstance()->RemoveShellObserver(this); 149 Shell::GetPrimaryRootWindowController()->GetShelfLayoutManager()-> 165 Shell::GetInstance()->delegate()->CreateAppListViewDelegate()) [all...] |
/external/chromium_org/ash/display/ |
virtual_keyboard_window_controller_unittest.cc | 10 #include "ash/shell.h" 57 Shell::GetInstance()->display_controller()->
|
mirror_window_controller_unittest.cc | 9 #include "ash/shell.h" 76 DisplayManager* display_manager = Shell::GetInstance()->display_manager(); 79 aura::Window* root = Shell::GetInstance()->GetPrimaryRootWindow(); 133 DisplayManager* display_manager = Shell::GetInstance()->display_manager(); 136 aura::Window* root = Shell::GetInstance()->GetPrimaryRootWindow(); 197 DisplayManager* display_manager = Shell::GetInstance()->display_manager(); 203 aura::Window* root = Shell::GetInstance()->GetPrimaryRootWindow(); 238 DisplayManager* display_manager = Shell::GetInstance()->display_manager(); 283 DisplayManager* display_manager = Shell::GetInstance()->display_manager();
|
/external/chromium_org/ash/first_run/ |
first_run_helper_impl.h | 15 class Shell;
|
desktop_cleaner.cc | 7 #include "ash/shell.h" 99 aura::Window* root_window = Shell::GetInstance()->GetPrimaryRootWindow(); 102 Shell::GetContainer(root_window, kContainerIdsToHide[i]);
|
/external/chromium_org/ash/shelf/ |
shelf_layout_manager_unittest.cc | 19 #include "ash/shell.h" 62 return Shell::GetPrimaryRootWindowController()->shelf(); 66 return Shell::GetPrimaryRootWindowController()->GetShelfLayoutManager(); 70 return Shell::GetPrimaryRootWindowController()->GetSystemTray(); 412 aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); 675 gfx::Screen* screen = Shell::GetScreen(); 677 Shell::GetPrimaryRootWindow()); 689 Shell::GetPrimaryRootWindow()); 706 Shell::GetPrimaryRootWindow()); 723 Shell::GetInstance()->session_state_delegate()->LockScreen() 1241 Shell* shell = Shell::GetInstance(); local 1268 Shell* shell = Shell::GetInstance(); local 1302 Shell* shell = Shell::GetInstance(); local [all...] |
overflow_bubble.cc | 12 #include "ash/shell.h" 41 Shell::GetInstance()->AddPreTargetHandler(this); 53 Shell::GetInstance()->RemovePreTargetHandler(this);
|
/external/chromium_org/ash/system/chromeos/brightness/ |
tray_brightness.cc | 10 #include "ash/shell.h" 95 AcceleratorController* ac = Shell::GetInstance()->accelerator_controller(); 152 Shell::GetInstance()->accelerator_controller()-> 177 Shell::GetInstance()->metrics()->RecordUserMetricsAction( 209 Shell::GetInstance()->metrics()->RecordUserMetricsAction(
|
/external/chromium_org/ash/test/ |
ui_controls_factory_ash.cc | 5 #include "ash/shell.h" 90 window ? window->GetRootWindow() : ash::Shell::GetTargetRootWindow(); 113 gfx::Point p(ash::Shell::GetScreen()->GetCursorScreenPoint()); 127 gfx::Point p(ash::Shell::GetScreen()->GetCursorScreenPoint()); 135 ash::Shell::GetTargetRootWindow());
|
/external/chromium_org/ash/wm/workspace/ |
workspace_layout_manager_unittest.cc | 13 #include "ash/shell.h" 55 Shell::GetInstance()->AddShellObserver(this); 59 Shell::GetInstance()->RemoveShellObserver(this); 111 EXPECT_EQ(Shell::GetAllRootWindows()[1], window->GetRootWindow()); 123 EXPECT_EQ(Shell::GetPrimaryRootWindow(), window->GetRootWindow()); 125 Shell::GetPrimaryRootWindow()->bounds().Intersects(window->bounds())); 133 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); 136 Shell::GetInstance()->display_manager()-> 162 Shell::GetPrimaryRootWindow()->bounds().Intersects(window->bounds())); 170 Shell::GetPrimaryRootWindow()->bounds().Intersects(window->bounds())) [all...] |
/external/chromium_org/chrome/browser/chromeos/kiosk_mode/ |
kiosk_mode_idle_logout_unittest.cc | 7 #include "ash/shell.h" 48 return ash::Shell::GetInstance()->user_activity_detector()->HasObserver(
|
/external/chromium_org/chrome/browser/chromeos/login/ |
login_browsertest.cc | 5 #include "ash/shell.h" 144 EXPECT_TRUE(ash::Shell::GetInstance()->cursor_manager()->IsCursorVisible()); 158 EXPECT_TRUE(ash::Shell::GetInstance()->cursor_manager()->IsCursorVisible()); 167 EXPECT_FALSE(ash::Shell::GetInstance()->cursor_manager()->IsCursorVisible()); 171 EXPECT_TRUE(ash::Shell::GetInstance()->cursor_manager()->IsCursorVisible());
|
/external/chromium_org/chrome/browser/ui/ash/ |
user_wallpaper_delegate_win.cc | 8 #include "ash/shell.h" 51 ash::Shell::GetInstance()->desktop_background_controller()->
|
/external/chromium_org/chrome/test/base/ |
chrome_render_view_host_test_harness.cc | 13 #include "ash/shell.h" 61 ash::Shell::DeleteInstance();
|
/external/chromium_org/tools/cr/cr/commands/ |
shell.py | 5 """A module for the shell command.""" 14 """The implementation of the shell command. 16 The shell command is the escape hatch that lets user run any program in the 22 self.help = 'Launch a shell' 25 shell (ie bash) with the environment modified to that used for the 28 in that shell. 35 self.ConsumeArgs(parser, 'the shell') 40 cr.Host.Shell(context, *context.remains) 42 # If we get here, we are trying to launch an interactive shell 43 shell = os.environ.get('SHELL', None [all...] |
/external/chromium_org/ash/system/web_notification/ |
web_notification_tray_unittest.cc | 13 #include "ash/shell.h" 44 return Shell::GetPrimaryRootWindowController()->shelf()-> 50 Shell::GetPrimaryRootWindowController(); 51 Shell::RootWindowControllerList controllers = 52 Shell::GetAllRootWindowControllers(); 68 return Shell::GetPrimaryRootWindowController()->shelf()-> 282 Shell::GetInstance()->system_tray_delegate()); 297 Shell::GetInstance()->display_manager(); 374 Shell::GetPrimaryRootWindowController()->GetShelfLayoutManager(); 436 Shell::GetPrimaryRootWindowController()->GetShelfLayoutManager() [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
SwtUtilsTest.java | 28 import org.eclipse.swt.widgets.Shell; 50 Shell shell = new Shell(); local 51 Display display = shell.getDisplay(); 106 Shell shell = new Shell(); local 107 Display display = shell.getDisplay(); 139 Shell shell = new Shell() local 174 Shell shell = new Shell(); local 329 Shell shell = new Shell(); local [all...] |
/external/chromium_org/ash/keyboard_overlay/ |
keyboard_overlay_view.cc | 8 #include "ash/shell.h" 46 Shell::GetInstance()->overlay_filter()->Deactivate(); 79 Shell::GetInstance()->overlay_filter()->Activate(view);
|
/external/chromium_org/ash/shell/ |
toplevel_window.cc | 5 #include "ash/shell/toplevel_window.h" 9 #include "ash/shell.h" 19 namespace shell { namespace in namespace:ash 42 new ToplevelWindow(params), Shell::GetPrimaryRootWindow()); 91 ash::Shell::GetScreen(), 112 } // namespace shell
|
/external/chromium_org/ash/system/chromeos/screen_security/ |
screen_share_tray_item.cc | 7 #include "ash/shell.h" 28 Shell::GetInstance()->system_tray_notifier()-> 33 Shell::GetInstance()->system_tray_notifier()->
|