Searched refs:chrome (Results 1 - 25 of 165) sorted by relevance

1234567

/external/autotest/client/deps/graphics/graphics_test_extension/
H A Dfullscreen.js5 chrome.runtime.sendMessage({method: "setFullscreen"});
H A Dmove_and_set_fullscreen.js5 chrome.runtime.sendMessage({method: "moveAndSetFullscreen"});
H A Dbackground.js6 chrome.windows.create(
10 chrome.windows.update(win.id, {state: "fullscreen"});
25 chrome.windows.update(sender.tab.windowId, {state: "fullscreen"});
29 chrome.windows.update(sender.tab.windowId, message.updateInfo);
33 chrome.system.display.getInfo(function(info) {
46 chrome.windows.update(sender.tab.windowId, {
51 chrome.windows.update(sender.tab.windowId, {state: "fullscreen"});
56 chrome.runtime.onMessage.addListener(onMessageHandler);
/external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/document_scan_test_app/
H A Dbackground.js5 chrome.app.runtime.onLaunched.addListener(function() {
6 chrome.app.window.create('scan.html', {
H A Dscan.js30 chrome.permissions.request( permissionObj, function(result) {
35 console.log(chrome.runtime.lastError);
42 if (chrome.runtime.lastError) {
43 console.log('Scan failed: ' + chrome.runtime.lastError.message);
62 chrome.documentScan.scan(scanProperties, onScanCompleted);
65 chrome.permissions.contains(permissionObj, function(result) {
/external/autotest/client/cros/multimedia/
H A Dlocal_facade_factory.py14 def __init__(self, chrome):
17 'display': display_facade_adapter.DisplayFacadeLocalAdapter(chrome)
/external/vboot_reference/scripts/image_signing/sample-test-configs/
H A Densure_no_nonrelease_files.config14 /opt/google/chrome/localaccount
/external/autotest/server/cros/ap_configurators/basic_auth_extension/
H A Dbackground.js9 var bkg = chrome.extension.getBackgroundPage();
12 chrome.webRequest.onAuthRequired.addListener(handleAuthRequest,
/external/autotest/client/site_tests/desktopui_MashLogin/
H A Ddesktopui_MashLogin.py8 from autotest_lib.client.common_lib.cros import chrome namespace
12 """Verifies chrome --mash starts up and logs in correctly."""
31 with chrome.Chrome(auto_login=False, extra_browser_args=mash_browser_args):
35 with chrome.Chrome(extra_browser_args=mash_browser_args):
/external/autotest/client/site_tests/desktopui_MusLogin/
H A Ddesktopui_MusLogin.py8 from autotest_lib.client.common_lib.cros import chrome namespace
12 """Verifies chrome --mus starts up and logs in correctly."""
31 with chrome.Chrome(auto_login=False,
36 with chrome.Chrome(extra_browser_args=mus_browser_args):
/external/autotest/client/cros/networking/chrome_testing/network_test_ext/
H A Dbackground.js5 // chromeTesting.Networking provides wrappers around chrome.networking.onc
33 var error = chrome.runtime.lastError;
49 chrome.networking.onc.getDeviceStates(function(deviceState) {
66 chrome.networking.onc.enableNetworkType(type);
73 chrome.networking.onc.disableNetworkType(type);
80 chrome.networking.onc.requestNetworkScan();
87 chrome.networking.onc.createNetwork(shared, properties, function(guid) {
96 chrome.networking.onc.setProperties(guid, properties, function() {
105 chrome.networking.onc.getNetworks({
117 chrome
[all...]
/external/autotest/client/site_tests/power_LoadTest/extension/
H A Dprevent_unload_popup.js8 script.src = chrome.extension.getURL("custom_event_listener.js");
H A Dtest.js17 chrome.webRequest.onCompleted.addListener(capture_completed_status, {urls: ["<all_urls>"]});
18 chrome.windows.getAll(null, function(windows) {
34 chrome.windows.remove(preexisting_windows[i].id);
92 chrome.tabs.update(cycle.id, {'url': url, 'selected': true});
131 chrome.windows.create({'url': '/focus.html'}, function (win) {
133 chrome.tabs.getSelected(win.id, function(tab) {
134 chrome.tabs.update(tab.id, {'url': task.tabs[0], 'selected': true});
136 chrome.tabs.create({'windowId':win.id, url: task.tabs[i]});
138 setTimeout(chrome.windows.remove, task.duration / time_ratio, win.id);
142 chrome
[all...]
/external/autotest/client/bin/
H A Dautologin.py15 from autotest_lib.client.common_lib.cros import chrome namespace
32 chrome.Chrome(
/external/autotest/client/site_tests/login_CryptohomeIncognito/
H A Dlogin_CryptohomeIncognito.py9 from autotest_lib.client.common_lib.cros import chrome namespace
17 with chrome.Chrome(logged_in=False):
/external/autotest/client/site_tests/cheets_StartAndroid/
H A Dcheets_StartAndroid.py9 from autotest_lib.client.common_lib.cros import chrome namespace
51 chrome_obj = chrome.Chrome(
57 # 2 seconds for chrome to settle down before logging out
66 self.chrome = chrome.Chrome(
76 self.chrome = chrome.Chrome(
/external/autotest/client/site_tests/login_GaiaLogin/
H A Dlogin_GaiaLogin.py10 from autotest_lib.client.common_lib.cros import chrome namespace
20 username = chrome.CAP_USERNAME
24 file_utils.download_file(chrome.CAP_URL, cap.name)
30 with chrome.Chrome(gaia_login=True, username=username,
32 if not cryptohome.is_vault_mounted(user=chrome.NormalizeEmail(username)):
/external/autotest/client/site_tests/platform_Pkcs11InitOnLogin/
H A Dplatform_Pkcs11InitOnLogin.py9 from autotest_lib.client.common_lib.cros import chrome namespace
18 with chrome.Chrome() as cr:
29 with chrome.Chrome(dont_override_profile=True) as cr:
/external/autotest/client/cros/chameleon/
H A Dchameleon_measurer.py18 def __init__(self, cros_host, args, chrome, outputdir=None):
21 factory = local_facade_factory.LocalFacadeFactory(chrome)
/external/autotest/client/site_tests/cfm_AutotestSmokeTest/
H A Dcfm_AutotestSmokeTest.py8 from autotest_lib.client.common_lib.cros import chrome namespace
21 with chrome.Chrome(init_network_controller = True) as cr:
/external/autotest/client/site_tests/desktopui_ConnectivityDiagnostics/
H A Ddesktopui_ConnectivityDiagnostics.py7 from autotest_lib.client.common_lib.cros import chrome namespace
20 chrome.runtime.sendMessage(
41 with chrome.Chrome(disable_default_apps=False, autotest_ext=True) as cr:
/external/autotest/client/site_tests/desktopui_SimpleLogin/
H A Ddesktopui_SimpleLogin.py8 from autotest_lib.client.common_lib.cros import chrome namespace
27 cr = chrome.Chrome()
/external/autotest/client/site_tests/platform_CryptohomeSyncStress/
H A Dplatform_CryptohomeSyncStress.py8 from autotest_lib.client.common_lib.cros import chrome namespace
18 with chrome.Chrome(username=username, password=password):
/external/libmojo/build/android/pylib/constants/
H A D__init__.py18 from devil.android.constants import chrome namespace
30 PACKAGE_INFO = dict(chrome.PACKAGE_INFO)
32 'legacy_browser': chrome.PackageInfo(
37 'chromecast_shell': chrome.PackageInfo(
42 'android_webview_shell': chrome.PackageInfo(
47 'gtest': chrome.PackageInfo(
50 'chrome-native-tests-command-line',
52 'components_browsertests': chrome.PackageInfo(
56 'chrome-native-tests-command-line',
58 'content_browsertests': chrome
[all...]
/external/autotest/client/site_tests/accessibility_Sanity/
H A Daccessibility_Sanity.py8 from autotest_lib.client.common_lib.cros import chrome namespace
49 with chrome.Chrome(extension_paths=[extension_path]) as cr:

Completed in 661 milliseconds

1234567