/external/chromium_org/ash/test/ |
ash_test_helper.cc | 8 #include "ash/shell.h" 48 // Creates Shell and hook with Desktop. 61 ash::Shell::CreateInstance(test_shell_delegate_); 62 Shell* shell = Shell::GetInstance(); local 70 test::DisplayManagerTestApi(shell->display_manager()). 72 ShellTestApi(shell).DisableOutputConfiguratorAnimation(); 76 // Tear down the shell. 77 Shell::DeleteInstance() [all...] |
/external/chromium_org/v8/test/cctest/ |
testcfg.py | 48 shell = os.path.abspath(os.path.join(context.shell_dir, self.shell())) 50 shell += ".exe" 52 [shell, "--list"] + 81 def shell(self): member in class:CcTestSuite
|
/frameworks/base/packages/Shell/src/com/android/shell/ |
BugreportPrefs.java | 17 package com.android.shell;
|
BugreportWarningActivity.java | 17 package com.android.shell; 19 import static com.android.shell.BugreportPrefs.STATE_HIDE; 20 import static com.android.shell.BugreportPrefs.STATE_SHOW; 21 import static com.android.shell.BugreportPrefs.STATE_UNKNOWN; 22 import static com.android.shell.BugreportPrefs.getWarningState; 23 import static com.android.shell.BugreportPrefs.setWarningState;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/ |
WelcomeWizard.java | 29 import org.eclipse.swt.widgets.Shell; 164 // Get a shell to use for the SDK installation. There are cases where getActiveShell 167 Shell shell = display.getActiveShell(); local 168 if (shell == null) { 172 shell = window.getShell(); 176 if (shell == null) { 177 shell = new Shell(display); 178 AdtPlugin.log(IStatus.WARNING, "No parent shell for SDK installation dialog") [all...] |
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/shell/ |
AwShellApplication.java | 5 package org.chromium.android_webview.shell;
|
/external/chromium_org/ash/shell/ |
launcher_delegate_impl.cc | 5 #include "ash/shell/launcher_delegate_impl.h" 8 #include "ash/shell/toplevel_window.h" 9 #include "ash/shell/window_watcher.h" 15 namespace shell { namespace in namespace:ash 86 } // namespace shell
|
toplevel_window.cc | 5 #include "ash/shell/toplevel_window.h" 9 #include "ash/shell.h" 18 namespace shell { namespace in namespace:ash 33 ash::Shell::GetScreen()->GetDisplayMatching(bounds); 34 aura::RootWindow* root = ash::Shell::GetInstance()->display_controller()-> 68 } // namespace shell
|
window_type_launcher.h | 19 namespace shell { namespace in namespace:ash 90 } // namespace 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...] |
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...] |
widgets.cc | 5 #include "ash/shell.h" 133 namespace shell { namespace in namespace:ash 139 new WidgetsWindow, Shell::GetPrimaryRootWindow(), bounds); 144 } // namespace shell
|
/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();
|
shell_devtools_frontend.cc | 5 #include "content/shell/shell_devtools_frontend.h" 14 #include "content/shell/common/shell_switches.h" 15 #include "content/shell/shell.h" 16 #include "content/shell/shell_browser_context.h" 17 #include "content/shell/shell_browser_main_parts.h" 18 #include "content/shell/shell_content_browser_client.h" 19 #include "content/shell/shell_devtools_delegate.h" 35 // out/Release/Content Shell.app/Contents/MacOS/Content Shell 49 Shell* shell = Shell::CreateNewWindow(inspected_contents->GetBrowserContext(), local [all...] |
/external/chromium_org/v8/test/preparser/ |
testcfg.py | 41 def shell(self): member in class:PreparserTestSuite
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
PageScriptDebugServer.cpp | 97 V8WindowShell* shell = scriptController->existingWindowShell(mainThreadNormalWorld()); local 98 if (!shell || !shell->isContextInitialized()) 100 v8::Local<v8::Context> context = shell->context();
|
/external/chromium_org/v8/tools/testrunner/local/ |
testsuite.py | 58 def shell(self): member in class:TestSuite
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
OpenGLTraceAction.java | 28 import org.eclipse.swt.widgets.Shell; 59 Shell shell = Display.getDefault().getActiveShell(); local 60 FileDialog fd = new FileDialog(shell, SWT.OPEN);
|
/development/ide/emacs/ |
android-host.el | 36 ;; C-x a b android-adb-shell-reboot-bootloader 59 (define-key map (kbd "b") 'android-adb-shell-reboot-bootloader) 78 (defun android-adb-shell-reboot-bootloader () 79 "Execute 'adb shell reboot bootloader'." 81 (android-adb-shell-command "reboot bootloader")) 111 (start-process-shell-command 115 (start-process-shell-command
|
/external/chromium_org/ash/ |
shell_unittest.cc | 5 #include "ash/shell.h" 40 return Shell::GetContainer( 41 Shell::GetPrimaryRootWindow(), 46 return Shell::GetContainer( 47 Shell::GetPrimaryRootWindow(), 53 aura::RootWindow* root_window = Shell::GetPrimaryRootWindow(); 54 EXPECT_TRUE(Shell::GetContainer( 56 EXPECT_TRUE(Shell::GetContainer( 58 EXPECT_TRUE(Shell::GetContainer( 60 EXPECT_TRUE(Shell::GetContainer 312 Shell* shell = Shell::GetInstance(); local 406 Shell* shell = Shell::GetInstance(); local 430 Shell* shell = Shell::GetInstance(); local [all...] |
/external/chromium_org/ash/system/date/ |
tray_date.cc | 8 #include "ash/shell.h" 93 if (ash::Shell::GetInstance()->session_state_delegate()->CanLockScreen()) { 112 ash::Shell* shell = ash::Shell::GetInstance(); variable 113 ash::ShellDelegate* shell_delegate = shell->delegate(); 114 ash::SystemTrayDelegate* tray_delegate = shell->system_tray_delegate(); 144 Shell::GetInstance()->system_tray_notifier()->AddClockObserver(this); 148 Shell::GetInstance()->system_tray_notifier()->RemoveClockObserver(this);
|
/external/chromium_org/ash/wm/ |
drag_window_resizer.cc | 9 #include "ash/shell.h" 32 return Shell::GetAllRootWindows().size() > 1; 38 Shell::RootWindowList root_windows = Shell::GetAllRootWindows(); 53 Shell* shell = Shell::GetInstance(); local 54 shell->mouse_cursor_filter()->set_mouse_warp_mode( 56 shell->mouse_cursor_filter()->HideSharedEdgeIndicator(); 111 gfx::Screen* screen = Shell::GetScreen() [all...] |
session_state_controller_impl.cc | 9 #include "ash/shell.h" 36 Shell::GetPrimaryRootWindow()->AddRootWindowObserver(this); 40 Shell::GetPrimaryRootWindow()->RemoveRootWindowObserver(this); 54 Shell* shell = ash::Shell::GetInstance(); local 55 shell->env_filter()->set_cursor_hidden_by_filter(false); 56 shell->cursor_manager()->HideCursor(); 223 Shell* shell = ash::Shell::GetInstance() local [all...] |
/external/chromium_org/chrome/browser/ui/views/ash/ |
tab_scrubber_browsertest.cc | 8 #include "ash/shell.h" 54 ash::Shell* shell = ash::Shell::GetInstance(); variable 55 shell->event_transformation_handler()->set_transformation_mode(
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
keyboard_overlay_ui.cc | 8 #include "ash/shell.h" 260 ash::Shell* shell = ash::Shell::GetInstance(); local 261 ash::internal::DisplayManager* display_manager = shell->display_manager();
|