/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/ |
UiUtils.java | 15 import org.eclipse.swt.widgets.Shell; 31 public static void openWarning(Shell parent, String title, String message) {
|
/frameworks/base/packages/Shell/ |
Android.mk | 10 LOCAL_PACKAGE_NAME := Shell
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
WizardDialogEx.java | 23 import org.eclipse.swt.widgets.Shell; 31 * @see WizardDialog#WizardDialog(Shell, IWizard) 33 public WizardDialogEx(Shell parentShell, IWizard newWizard) {
|
/external/chromium_org/ash/ |
shell.cc | 5 #include "ash/shell.h" 135 // This dummy class is used for shell unit tests. We dont have chrome delegate 155 ash::Shell::GetInstance()->desktop_background_controller()-> 197 Shell* Shell::instance_ = NULL; 199 bool Shell::initially_hide_cursor_ = false; 202 // Shell, public: 204 Shell::Shell(ShellDelegate* delegate) 249 Shell::~Shell() 395 Shell* shell = GetInstance(); local [all...] |
dip_unittest.cc | 11 #include "ash/shell.h" 36 aura::RootWindow* root = Shell::GetPrimaryRootWindow(); 38 Shell::GetScreen()->GetDisplayNearestWindow(root); 46 gfx::Screen* screen = Shell::GetScreen(); 50 Shell::GetInstance()->display_manager()->GetDisplayInfo(display_2x.id());
|
extended_desktop_unittest.cc | 9 #include "ash/shell.h" 40 Shell::GetInstance()->display_controller(); 47 return Shell::GetInstance()->display_manager(); 79 Shell::RootWindowList root_windows = Shell::GetAllRootWindows(); 165 Shell::RootWindowList root_windows = Shell::GetAllRootWindows(); 169 for (Shell::RootWindowList::const_iterator iter = root_windows.begin(); 187 Shell::RootWindowList root_windows = Shell::GetAllRootWindows() [all...] |
root_window_controller_unittest.cc | 9 #include "ash/shell.h" 114 return Shell::GetContainer( 125 Shell::RootWindowList root_windows = Shell::GetAllRootWindows(); 127 Shell::GetPrimaryRootWindowController(); 258 Shell::RootWindowList root_windows = Shell::GetAllRootWindows(); 286 Shell* shell = Shell::GetInstance() local 328 Shell* shell = Shell::GetInstance(); local 375 Shell* shell = Shell::GetInstance(); local [all...] |
session_state_delegate_stub.cc | 7 #include "ash/shell.h" 8 #include "ash/shell/example_factory.h" 41 shell::CreateLockScreen(); 43 Shell::GetInstance()->UpdateShelfVisibility(); 48 Shell::GetInstance()->UpdateShelfVisibility();
|
/external/chromium_org/ash/accelerators/ |
nested_dispatcher_controller_unittest.cc | 7 #include "ash/shell.h" 82 ash::Shell::GetPrimaryRootWindow()->PostNativeEvent(native_event_down); 84 ash::Shell::GetPrimaryRootWindow()->PostNativeEvent(native_event_up); 91 ash::Shell::GetPrimaryRootWindow()->PostNativeEvent(&native_event); 96 ash::Shell::GetPrimaryRootWindow()->PostNativeEvent(&native_event); 100 ash::Shell::GetPrimaryRootWindow()->PostNativeEvent(ui::CreateNoopEvent()); 112 Shell::GetInstance()->session_state_delegate()->LockScreen(); 114 aura::RootWindow* root_window = ash::Shell::GetPrimaryRootWindow(); 120 Shell::GetInstance()->session_state_delegate()->UnlockScreen(); 135 aura::RootWindow* root_window = ash::Shell::GetPrimaryRootWindow() [all...] |
accelerator_controller.cc | 32 #include "ash/shell.h" 91 Shell::GetInstance()-> 98 Shell::GetInstance()-> 104 Shell::GetInstance()-> 109 Shell::GetInstance()->window_selector_controller()->ToggleOverview(); 113 if (!Shell::GetInstance()->delegate()->IsSpokenFeedbackEnabled()) 136 if (!Shell::GetInstance()->delegate()->IsSpokenFeedbackEnabled()) 139 Shell::GetInstance()->delegate()->SilenceSpokenFeedback(); 144 Shell::GetInstance()->session_state_delegate()->LockScreen(); 149 Shell::GetInstance()->delegate()->OpenFileManager(as_dialog) 167 Shell* shell = Shell::GetInstance(); local 472 ash::Shell* shell = ash::Shell::GetInstance(); local [all...] |
/external/chromium_org/ash/shell/ |
window_watcher.cc | 5 #include "ash/shell/window_watcher.h" 11 #include "ash/shell.h" 18 namespace shell { namespace in namespace:ash 38 aura::Window* panel_container = ash::Shell::GetContainer( 51 aura::Window* panel_container = ash::Shell::GetContainer( 71 Shell::RootWindowList root_windows = Shell::GetAllRootWindows(); 72 for (Shell::RootWindowList::iterator iter = root_windows.begin(); 79 Shell::RootWindowList root_windows = Shell::GetAllRootWindows() [all...] |
lock_view.cc | 6 #include "ash/shell.h" 8 #include "ash/shell/example_factory.h" 19 using ash::Shell; 22 namespace shell { namespace in namespace:ash 66 Shell::GetInstance()->session_state_delegate()->UnlockScreen(); 89 gfx::Size root_window_size = Shell::GetPrimaryRootWindow()->bounds().size(); 94 params.parent = Shell::GetContainer( 95 Shell::GetPrimaryRootWindow(), 104 Shell::GetInstance()->tooltip_controller()->UpdateTooltip( 108 } // namespace shell [all...] |
/external/chromium_org/ash/wm/ |
ash_activation_controller.cc | 10 #include "ash/shell.h" 58 // Shell. 61 Shell::GetInstance()->set_active_root_window(window->GetRootWindow()); 79 Shell::GetActiveRootWindow())->workspace_controller()) { 83 if (!Shell::GetInstance()->delegate()->IsSpokenFeedbackEnabled()) 86 Shell::GetActiveRootWindow())->shelf();
|
capture_controller.cc | 7 #include "ash/shell.h" 35 Shell::RootWindowList root_windows = Shell::GetAllRootWindows(); 44 for (Shell::RootWindowList::iterator iter = root_windows.begin(); 54 for (Shell::RootWindowList::iterator iter = root_windows.begin();
|
mru_window_tracker.cc | 10 #include "ash/shell.h" 35 aura::Window* container = Shell::GetContainer(root, container_id); 48 Shell::RootWindowList root_windows = Shell::GetAllRootWindows(); 50 aura::RootWindow* active_root = Shell::GetActiveRootWindow(); 51 for (Shell::RootWindowList::const_iterator iter = root_windows.begin(); 108 Shell::RootWindowList root_windows = Shell::GetAllRootWindows(); 109 for (Shell::RootWindowList::const_iterator iter = root_windows.begin(); 112 aura::Window* container = Shell::GetContainer(*iter, kContainerIds[i]) [all...] |
drag_window_resizer_unittest.cc | 10 #include "ash/shell.h" 43 aura::RootWindow* root = Shell::GetPrimaryRootWindow(); 47 Shell::GetInstance()->SetDisplayWorkAreaInsets(root, gfx::Insets()); 108 return Shell::GetPrimaryRootWindowController()->GetShelfLayoutManager(); 148 Shell::RootWindowList root_windows = Shell::GetAllRootWindows(); 152 Shell::GetScreen()->GetPrimaryDisplay()); 170 Shell::GetScreen()->GetPrimaryDisplay()); 186 Shell::GetScreen()->GetPrimaryDisplay()); 213 Shell::RootWindowList root_windows = Shell::GetAllRootWindows() [all...] |
/external/chromium_org/chrome/browser/chromeos/power/ |
resume_observer.cc | 7 #include "ash/shell.h" 24 ash::Shell::GetInstance()->output_configurator()->ResumeDisplays();
|
/external/chromium_org/content/shell/ |
shell_devtools_frontend.h | 20 class Shell; 30 Shell* frontend_shell() const { return frontend_shell_; } 33 ShellDevToolsFrontend(Shell* frontend_shell, DevToolsAgentHost* agent_host); 64 Shell* frontend_shell_;
|
/external/chromium_org/content/test/ |
content_browser_test.cc | 16 #include "content/shell/app/shell_main_delegate.h" 17 #include "content/shell/common/shell_switches.h" 18 #include "content/shell/renderer/shell_content_renderer_client.h" 19 #include "content/shell/shell.h" 20 #include "content/shell/shell_browser_context.h" 21 #include "content/shell/shell_content_browser_client.h" 43 FILE_PATH_LITERAL("Content Shell.app/Contents/MacOS/Content Shell")); 78 "Frameworks/Content Shell Helper.app/Contents/MacOS/Content Shell Helper") [all...] |
/external/chromium_org/ash/shelf/ |
shelf_widget_unittest.cc | 13 #include "ash/shell.h" 61 Shell::GetInstance()->SetShelfAlignment(alignment, root); 73 TestLauncherAlignment(Shell::GetPrimaryRootWindow(), 79 TestLauncherAlignment(Shell::GetPrimaryRootWindow(), 85 TestLauncherAlignment(Shell::GetPrimaryRootWindow(), 93 Shell::RootWindowList root_windows = Shell::GetAllRootWindows(); 148 // Verifies when the shell is deleted with a full screen window we don't crash. 168 Shell::RootWindowControllerList controllers( 169 Shell::GetAllRootWindowControllers()) [all...] |
/external/javasqlite/src/main/java/SQLite/ |
Shell.java | 8 * SQLite command line shell. This is a partial reimplementaion 9 * of sqlite/src/shell.c and can be invoked by:<P> 12 * java SQLite.Shell [OPTIONS] database [SHELLCMD] 18 public class Shell implements Callback { 40 public Shell(PrintWriter pw, PrintWriter err) { 45 public Shell(PrintStream ps, PrintStream errs) { 51 Shell s = new Shell(this.pw, this.err); 160 tableName = Shell.sql_quote_dbl(str); 162 tableName = Shell.sql_quote(str) [all...] |
/external/chromium_org/ash/display/ |
screen_position_controller_unittest.cc | 9 #include "ash/shell.h" 38 Shell::GetInstance()->display_controller(); 45 ShellTestApi test_api(Shell::GetInstance()); 90 Shell::RootWindowList root_windows = 91 Shell::GetInstance()->GetAllRootWindows(); 100 Shell::GetScreen()->GetDisplayNearestPoint(window_pos)); 138 Shell::GetScreen()->GetDisplayNearestPoint(window_pos2)); 174 Shell::RootWindowList root_windows = 175 Shell::GetInstance()->GetAllRootWindows(); 183 Shell::GetScreen()->GetPrimaryDisplay()) [all...] |
/external/chromium_org/content/browser/ |
database_browsertest.cc | 14 #include "content/shell/shell.h" 26 void RunScriptAndCheckResult(Shell* shell, 31 shell->web_contents(), 37 void Navigate(Shell* shell) { 38 NavigateToURL(shell, GetTestUrl("", "simple_database.html")); 41 void CreateTable(Shell* shell) { [all...] |
/external/chromium_org/chrome/browser/chromeos/policy/ |
recommendation_restorer.cc | 7 #include "ash/shell.h" 101 } else if (allow_delay && ash::Shell::HasInstance()) { 104 ash::Shell::GetInstance()->user_activity_detector(); 126 if (ash::Shell::HasInstance()) { 128 ash::Shell::GetInstance()->user_activity_detector(); 149 if (ash::Shell::HasInstance()) 150 ash::Shell::GetInstance()->user_activity_detector()->RemoveObserver(this);
|
/external/chromium_org/ash/system/ |
tray_update.cc | 10 #include "ash/shell.h" 88 ash::Shell::GetInstance()-> 114 Shell::GetPrimaryRootWindowController()->shelf()->status_area_widget(); 139 if (Shell::GetPrimaryRootWindowController()->shelf()->IsVisible()) 162 Shell::GetInstance()->system_tray_notifier()->AddUpdateObserver(this); 166 Shell::GetInstance()->system_tray_notifier()->RemoveUpdateObserver(this); 170 return Shell::GetInstance()->system_tray_delegate()->SystemShouldUpgrade(); 174 if (!Shell::GetInstance()->system_tray_delegate()->SystemShouldUpgrade()) 197 if (!Shell::GetPrimaryRootWindowController()->shelf()->IsVisible() &&
|