Searched refs:shell (Results 151 - 175 of 765) sorted by path

1234567891011>>

/external/chromium_org/chrome/android/shell/javatests/src/org/chromium/chrome/shell/
H A DChromeShellTestBase.java5 package org.chromium.chrome.shell;
43 CommandLine.initFromFile("/data/local/tmp/chrome-shell-command-line");
76 * Waits for the Active shell to finish loading. This times out after
H A DChromeShellUrlTest.java5 package org.chromium.chrome.shell;
/external/chromium_org/chrome/android/sync_shell/javatests/src/chromium/chrome/browser/sync/
H A DSyncTest.java17 import org.chromium.chrome.shell.ChromeShellActivity;
18 import org.chromium.chrome.shell.ChromeShellTestBase;
19 import org.chromium.chrome.shell.sync.SyncController;
/external/chromium_org/chrome/android/uiautomator_tests/src/org/chromium/chrome/testshell/uiautomator/
H A DDummyTest.java5 package org.chromium.chrome.shell.uiautomator;
/external/chromium_org/chrome/browser/chromeos/display/
H A Ddisplay_preferences_unittest.cc15 #include "ash/shell.h"
189 ash::Shell* shell = ash::Shell::GetInstance(); local
194 shell->display_configurator()->requested_power_state());
196 shell->display_manager()->UpdateDisplays();
202 shell->display_manager()->GetCurrentDisplayLayout().ToString());
444 ash::Shell* shell = ash::Shell::GetInstance(); local
449 if (shell->display_manager()->SetDisplayMode(id, new_mode)) {
450 shell->resolution_notification_controller()->PrepareNotification(
631 ash::Shell* shell = ash::Shell::GetInstance(); local
637 shell
656 ash::Shell* shell = ash::Shell::GetInstance(); local
781 ash::Shell* shell = ash::Shell::GetInstance(); local
[all...]
/external/chromium_org/chrome/browser/chromeos/first_run/steps/
H A Dtray_step.cc8 #include "ash/shell.h"
30 ash::Shell* shell = ash::Shell::GetInstance(); local
32 shell->GetShelfAlignment(shell->GetPrimaryRootWindow());
/external/chromium_org/chrome/browser/ui/ash/
H A Dash_init.cc13 #include "ash/shell.h"
71 ash::Shell* shell = ash::Shell::CreateInstance(shell_init_params); local
72 shell->accelerator_controller()->SetScreenshotDelegate(
75 shell->accelerometer_controller()->Initialize(
80 shell->accelerator_controller()->SetImeControlDelegate(
82 shell->high_contrast_controller()->SetEnabled(
90 shell->magnification_controller()->
92 shell->partial_magnification_controller()->
H A Dchrome_shell_delegate_chromeos.cc50 ash::Shell* shell = ash::Shell::GetInstance(); local
52 shell->mru_window_tracker()->BuildMruWindowList();
H A Dsystem_tray_delegate_chromeos.cc19 #include "ash/shell.h"
546 ash::Shell* shell = ash::Shell::GetInstance(); local
547 if (!shell->delegate()->IsMultiProfilesEnabled())
558 shell->session_state_delegate()->GetMaximumNumberOfLoggedInUsers())
/external/chromium_org/chrome/browser/ui/views/ash/
H A Dtab_scrubber_browsertest.cc8 #include "ash/shell.h"
53 ash::Shell* shell = ash::Shell::GetInstance(); variable
54 shell->event_transformation_handler()->set_transformation_mode(
/external/chromium_org/chrome/browser/ui/webui/chromeos/first_run/
H A Dfirst_run_ui.cc7 #include "ash/shell.h"
64 ash::Shell* shell = ash::Shell::GetInstance(); local
65 switch (shell->GetShelfAlignment(shell->GetPrimaryRootWindow())) {
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dkeyboard_overlay_ui.cc8 #include "ash/shell.h"
263 ash::Shell* shell = ash::Shell::GetInstance(); local
264 ash::DisplayManager* display_manager = shell->display_manager();
/external/chromium_org/chrome/test/mini_installer/
H A Dtest_installer.py165 exit_status = subprocess.call(expanded_command, shell=True, cwd=script_dir)
H A Duninstall_chrome.py58 shell=True)
H A Dvariable_expander.py11 from win32com.shell import shell, shellcon namespace
88 program_files_path = shell.SHGetFolderPath(0, shellcon.CSIDL_PROGRAM_FILES,
90 local_appdata_path = shell.SHGetFolderPath(0, shellcon.CSIDL_LOCAL_APPDATA,
/external/chromium_org/chrome/tools/
H A Dinconsistent-eol.py65 result = subprocess.call('unix2dos.exe %s' % file, shell=True)
69 result = subprocess.call('dos2unix.exe %s' % file, shell=True)
/external/chromium_org/chromecast/android/
H A Dcast_jni_registrar.cc9 #include "chromecast/shell/browser/android/cast_window_android.h"
10 #include "chromecast/shell/browser/android/cast_window_manager.h"
18 { "CastWindowAndroid", shell::CastWindowAndroid::RegisterJni },
19 { "CastWindowManager", shell::RegisterCastWindowManager },
/external/chromium_org/chromecast/shell/android/apk/src/org/chromium/chromecast/shell/
H A DCastApplication.java5 package org.chromium.chromecast.shell;
12 * Entry point for the Android cast shell application. Handles initialization of information that
H A DCastBrowserHelper.java5 package org.chromium.chromecast.shell;
H A DCastShellActivity.java5 package org.chromium.chromecast.shell;
30 * Activity for managing the Cast shell.
38 "org.chromium.chromecast.shell.intent.extra.RESOLUTION_HEIGHT";
47 // this native shell instance.
248 CastWindowAndroid shell = getActiveCastWindow();
249 return shell != null ? shell.getContentViewCore() : null;
H A DCastWindowAndroid.java5 package org.chromium.chromecast.shell;
30 * Container for the various UI components that make up a shell window.
32 @JNINamespace("chromecast::shell")
73 * @param window The owning window for this shell.
83 * @param url The URL to be loaded by the shell.
H A DCastWindowManager.java5 package org.chromium.chromecast.shell;
22 @JNINamespace("chromecast::shell")
82 * @return The currently visible shell view or null if one is not showing.
89 * Creates a new shell pointing to the specified URL.
90 * @param url The URL the shell should load upon creation.
91 * @return Pointer of native cast shell instance.
98 * Stops a native cast shell instance created by {@link #launchCastWindow(String)}.
99 * @param nativeCastWindow Pointer of native cast shell instance returned
/external/chromium_org/chromecast/shell/app/android/
H A Dcast_jni_loader.cc13 #include "chromecast/shell/app/cast_main_delegate.h"
33 content::SetContentMainDelegate(new chromecast::shell::CastMainDelegate);
/external/chromium_org/chromecast/shell/app/
H A Dcast_main.cc5 #include "chromecast/shell/app/cast_main_delegate.h"
9 chromecast::shell::CastMainDelegate delegate;
H A Dcast_main_delegate.cc5 #include "chromecast/shell/app/cast_main_delegate.h"
14 #include "chromecast/shell/browser/cast_content_browser_client.h"
15 #include "chromecast/shell/renderer/cast_content_renderer_client.h"
21 namespace shell { namespace in namespace:chromecast
124 } // namespace shell

Completed in 2903 milliseconds

1234567891011>>