/external/chromium_org/ash/ |
shell.cc | 5 #include "ash/shell.h" 167 Shell* Shell::instance_ = NULL; 169 bool Shell::initially_hide_cursor_ = false; 172 // Shell, public: 175 Shell* Shell::CreateInstance(ShellDelegate* delegate) { 177 instance_ = new Shell(delegate); 183 Shell* Shell::GetInstance() 217 Shell* shell = GetInstance(); local [all...] |
shell_unittest.cc | 5 #include "ash/shell.h" 48 return Shell::GetContainer( 49 Shell::GetPrimaryRootWindow(), 54 return Shell::GetContainer( 55 Shell::GetPrimaryRootWindow(), 61 aura::Window* root_window = Shell::GetPrimaryRootWindow(); 62 EXPECT_TRUE(Shell::GetContainer( 64 EXPECT_TRUE(Shell::GetContainer( 66 EXPECT_TRUE(Shell::GetContainer( 68 EXPECT_TRUE(Shell::GetContainer 471 Shell* shell = Shell::GetInstance(); local 495 Shell* shell = Shell::GetInstance(); local [all...] |
default_user_wallpaper_delegate.cc | 8 #include "ash/shell.h" 24 ash::Shell::GetInstance()->desktop_background_controller()->
|
screen_ash.cc | 12 #include "ash/shell.h" 25 return Shell::GetInstance()->display_manager(); 29 return Shell::GetInstance()->display_controller(); 56 Shell::GetScreen()->GetDisplayNearestWindow(window).bounds()); 63 Shell::GetScreen()->GetDisplayNearestWindow(window).work_area()); 121 return GetWindowAtScreenPoint(Shell::GetScreen()->GetCursorScreenPoint()); 133 if (!Shell::HasInstance()) 139 if (!Shell::HasInstance()) 145 if (!Shell::HasInstance()) 151 if (!Shell::HasInstance() [all...] |
/external/chromium_org/chrome/browser/chromeos/login/ |
input_events_blocker.cc | 7 #include "ash/shell.h" 14 ash::Shell::GetInstance()->PrependPreTargetHandler(this); 19 ash::Shell::GetInstance()->RemovePreTargetHandler(this);
|
/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/accelerators/ |
accelerator_controller.cc | 35 #include "ash/shell.h" 103 if (!Shell::GetInstance()->accessibility_delegate()-> 128 Shell* shell = Shell::GetInstance(); local 134 shell->window_selector_controller()->HandleCycleWindow( 138 shell->window_cycle_controller()->HandleCycleWindow( 144 Shell* shell = Shell::GetInstance() local 160 Shell* shell = Shell::GetInstance(); local 178 Shell* shell = Shell::GetInstance(); local 197 Shell* shell = Shell::GetInstance(); local 336 Shell* shell = Shell::GetInstance(); local 550 Shell* shell = Shell::GetInstance(); local 871 ash::Shell* shell = ash::Shell::GetInstance(); local [all...] |
nested_dispatcher_controller_unittest.cc | 7 #include "ash/shell.h" 82 ash::Shell::GetPrimaryRootWindow()->host()->PostNativeEvent( 85 ash::Shell::GetPrimaryRootWindow()->host()->PostNativeEvent(native_event_up); 90 ash::Shell::GetPrimaryRootWindow()->GetDispatcher(); 109 Shell::GetInstance()->session_state_delegate()->LockScreen(); 111 aura::Window* root_window = ash::Shell::GetPrimaryRootWindow(); 117 Shell::GetInstance()->session_state_delegate()->UnlockScreen(); 132 aura::Window* root_window = ash::Shell::GetPrimaryRootWindow(); 143 aura::Window* root_window = ash::Shell::GetPrimaryRootWindow(); 148 Shell::GetInstance()->accelerator_controller()->Register(accelerator [all...] |
/external/chromium_org/ash/display/ |
root_window_transformers_unittest.cc | 13 #include "ash/shell.h" 112 return Shell::GetInstance()->display_manager()->GetDisplayInfo(id).rotation(); 116 return Shell::GetInstance()->display_manager()->GetDisplayInfo(id). 138 Shell::GetInstance()->magnification_controller(); 139 DisplayManager* display_manager = Shell::GetInstance()->display_manager(); 142 Shell::GetInstance()->AddPreTargetHandler(&event_handler); 145 gfx::Display display1 = Shell::GetScreen()->GetPrimaryDisplay(); 148 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); 225 Shell::GetInstance()->RemovePreTargetHandler(&event_handler); 233 Shell::GetInstance()->AddPreTargetHandler(&event_handler) [all...] |
virtual_keyboard_window_controller.cc | 14 #include "ash/shell.h" 45 params.host = Shell::GetInstance()->root_window_host_factory()-> 56 Shell::GetInstance()->display_controller()); 65 Shell::GetInstance()->keyboard_controller()); 78 Shell::GetInstance()->display_controller()); 85 DisplayManager* display_manager = Shell::GetInstance()->display_manager();
|
display_controller_unittest.cc | 14 #include "ash/shell.h" 70 Shell::GetInstance()->display_controller()->AddObserver(this); 71 Shell::GetScreen()->AddObserver(this); 72 aura::client::GetFocusClient(Shell::GetPrimaryRootWindow())-> 74 aura::client::GetActivationClient(Shell::GetPrimaryRootWindow())-> 79 Shell::GetInstance()->display_controller()->RemoveObserver(this); 80 Shell::GetScreen()->RemoveObserver(this); 81 aura::client::GetFocusClient(Shell::GetPrimaryRootWindow())-> 83 aura::client::GetActivationClient(Shell::GetPrimaryRootWindow())-> 157 return Shell::GetScreen()->GetDisplayNearestWindow [all...] |
/external/chromium_org/ash/keyboard_overlay/ |
keyboard_overlay_delegate_unittest.cc | 8 #include "ash/shell.h" 38 ash::Shell* shell = ash::Shell::GetInstance(); local 39 shell->SetShelfAlignment(shelf_alignment(), shell->GetPrimaryRootWindow()); 47 EXPECT_EQ(Shell::GetPrimaryRootWindow(), 51 gfx::Rect work_area = Shell::GetScreen()->GetPrimaryDisplay().work_area();
|
/external/chromium_org/ash/test/ |
app_list_controller_test_api.cc | 18 AppListControllerTestApi::AppListControllerTestApi(Shell* shell) 19 : app_list_controller_(ShellTestApi(shell).app_list_controller()) {}
|
test_user_wallpaper_delegate.cc | 8 #include "ash/shell.h" 21 Shell::GetInstance()->desktop_background_controller()->SetCustomWallpaper(
|
/external/chromium_org/ash/wm/ |
ash_native_cursor_manager_interactive_uitest.cc | 8 #include "ash/shell.h" 69 CursorManager* cursor_manager = Shell::GetInstance()->cursor_manager(); 73 Shell::GetInstance()->display_manager(); 83 MoveMouseSync(Shell::GetAllRootWindows()[0], 10, 10); 86 MoveMouseSync(Shell::GetAllRootWindows()[0], 600, 10);
|
/external/chromium_org/chrome/browser/notifications/ |
login_state_notification_blocker_chromeos.cc | 8 #include "ash/shell.h" 23 // when a notification is created, so ash::Shell should be initialized. 24 ash::Shell::GetInstance()->AddShellObserver(this); 39 if (ash::Shell::HasInstance()) 40 ash::Shell::GetInstance()->RemoveShellObserver(this); 68 ash::Shell::GetInstance()->RemoveShellObserver(this);
|
multi_user_notification_blocker_chromeos.cc | 7 #include "ash/shell.h" 23 // when a notification is created, so ash::Shell should be initialized. 24 ash::Shell::GetInstance()->AddShellObserver(this); 31 if (ash::Shell::HasInstance()) 32 ash::Shell::GetInstance()->RemoveShellObserver(this); 54 ash::Shell::GetInstance()->RemoveShellObserver(this);
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
native_browser_frame_factory_aurawin.cc | 10 #include "ash/shell.h" 28 if (ash::Shell::HasInstance())
|
/external/chromium_org/content/test/ |
content_browser_test.cc | 16 #include "content/shell/app/shell_main_delegate.h" 17 #include "content/shell/browser/shell.h" 18 #include "content/shell/browser/shell_browser_context.h" 19 #include "content/shell/browser/shell_content_browser_client.h" 20 #include "content/shell/common/shell_switches.h" 21 #include "content/shell/renderer/shell_content_renderer_client.h" 43 FILE_PATH_LITERAL("Content Shell.app/Contents/MacOS/Content Shell")); 82 "Frameworks/Content Shell Helper.app/Contents/MacOS/Content Shell Helper") [all...] |
/external/chromium_org/ash/wm/gestures/ |
overview_gesture_handler.cc | 8 #include "ash/shell.h" 62 Shell* shell = Shell::GetInstance(); local 63 if (shell->window_selector_controller()->IsSelecting()) { 77 shell->metrics()->RecordUserMetricsAction(UMA_TOUCHPAD_GESTURE_OVERVIEW); 78 shell->window_selector_controller()->ToggleOverview(); 90 in_top_bezel_gesture_ = !Shell::GetScreen()->GetDisplayNearestPoint( 103 Shell* shell = Shell::GetInstance() local [all...] |
/external/chromium_org/chrome/browser/ui/ash/app_list/ |
app_list_controller_ash.cc | 7 #include "ash/shell.h" 16 DCHECK(ash::Shell::HasInstance()); 17 if (ash::Shell::GetInstance()->GetAppListTargetVisibility()) 18 ash::Shell::GetInstance()->ToggleAppList(NULL); 22 DCHECK(ash::Shell::HasInstance()); 23 return ash::Shell::GetInstance()->GetAppListWindow();
|
/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/content/browser/ |
database_browsertest.cc | 14 #include "content/shell/browser/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...] |