HomeSort by relevance Sort by last modified time
    Searched full:chrome (Results 101 - 125 of 2243) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/autotest/client/site_tests/video_YouTubeMseEme/
control.duration_after_append 7 PURPOSE = "Verify Chrome MSE/EME works for YouTube."
17 'labels': ['VideoTestFailure', 'OS-Chrome'],
21 This test verifies Chrome MSE/EME implementation is fit for YouTube.
control.initial_media_source_state 7 PURPOSE = "Verify Chrome MSE/EME works for YouTube."
17 'labels': ['VideoTestFailure', 'OS-Chrome'],
21 This test verifies Chrome MSE/EME implementation is fit for YouTube.
control.initial_video_state 7 PURPOSE = "Verify Chrome MSE/EME works for YouTube."
19 'labels': ['VideoTestFailure', 'OS-Chrome'],
23 This test verifies Chrome MSE/EME implementation is fit for YouTube.
control.media_source_presence 7 PURPOSE = "Verify Chrome MSE/EME works for YouTube."
18 'labels': ['VideoTestFailure', 'OS-Chrome'],
22 This test verifies Chrome MSE/EME implementation is fit for YouTube.
control.source_remove 7 PURPOSE = "Verify Chrome MSE/EME works for YouTube."
18 'labels': ['VideoTestFailure', 'OS-Chrome'],
22 This test verifies Chrome MSE/EME implementation is fit for YouTube.
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
ios_browser_finder_unittest.py 7 from telemetry.internal.backends.chrome import ios_browser_finder
13 # TODO(baxley): Currently the tests require a device with Chrome running.
23 self.assertEqual('ios-chrome', browser.browser_type)
  /external/autotest/client/profilers/pgo/
pgo.py 7 files back to the host. When Chrome is built with -fprofile-generate, it dumps
25 """The pgo profiler collects PGO data for Chrome."""
28 def initialize(self, source_dir='/tmp/pgo/chrome'):
40 raise error.TestError('Could not stop Chrome')
44 tar.add(self._source_dir, arcname='chrome', recursive=True)
46 versionfile = '/opt/google/chrome/profilelocation'
  /external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/document_scan_test_app/
scan.js 30 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/site_tests/video_YouTubeFlash/
video_YouTubeFlash.py 8 from autotest_lib.client.common_lib.cros import chrome namespace
13 FLASH_PROCESS_NAME = 'chrome/chrome --type=ppapi'
55 prc = utils.get_process_list('chrome', '--type=ppapi( |$)')
67 with chrome.Chrome() as cr:
  /external/autotest/client/site_tests/video_YouTubeHTML5/
video_YouTubeHTML5.py 8 from autotest_lib.client.common_lib.cros import chrome namespace
13 FLASH_PROCESS_NAME = 'chrome/chrome --type=ppapi'
52 prc = utils.get_process_list('chrome', '--type=ppapi( |$)')
64 with chrome.Chrome() as cr:
  /external/chromium-trace/catapult/tracing/tracing/ui/extras/chrome/cc/
layer_picker.css 6 * /deep/ tr-ui-e-chrome-cc-layer-picker {
11 * /deep/ tr-ui-e-chrome-cc-layer-picker > top-controls {
24 * /deep/ tr-ui-e-chrome-cc-layer-picker > top-controls input[type='checkbox'] {
28 * /deep/ tr-ui-e-chrome-cc-layer-picker > .x-list-view {
34 * /deep/ tr-ui-e-chrome-cc-layer-picker > tr-ui-a-generic-object-view {
40 * /deep/ tr-ui-e-chrome-cc-layer-picker > tr-ui-a-generic-object-view * {
tile_view.html 8 <link rel="import" href="/tracing/extras/chrome/cc/tile.html">
16 tr.exportTo('tr.ui.e.chrome.cc', function() {
22 'tr-ui-e-chrome-cc-tile-snapshot-view',
29 this.classList.add('tr-ui-e-chrome-cc-tile-snapshot-view');
31 new tr.ui.e.chrome.cc.LayerTreeHostImplSnapshotView();
42 this.layerTreeView_.selection = new tr.ui.e.chrome.cc.TileSelection(tile);
picture_ops_chart_summary_view.css 6 * /deep/ tr-ui-e-chrome-cc-picture-ops-chart-summary-view {
16 * /deep/ tr-ui-e-chrome-cc-picture-ops-chart-summary-view.hidden {
picture_ops_chart_view.css 6 * /deep/ tr-ui-e-chrome-cc-picture-ops-chart-view {
14 * /deep/ tr-ui-e-chrome-cc-picture-ops-chart-view > .use-percentile-scale {
  /external/autotest/client/deps/graphics/graphics_test_extension/
background.js 6 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/security_SandboxStatus/
control 16 Checks the status of the sandbox by looking at chrome://sandbox and
17 chrome://gpu.
  /external/autotest/client/site_tests/telemetry_AFDOGenerateClient/
telemetry_AFDOGenerateClient.py 6 Run a pre-defined set of pages on the DUT for Chrome profile collection.
8 The purpose of this test is to exercise chrome with a meaningful set
9 of pages while a profile of Chrome is captured. It also aims at using
15 the DUT before starting this test. It will also capture the chrome
17 build of Chrome.
27 from autotest_lib.client.common_lib.cros import chrome namespace
31 # List of page cycler pages to use for Chrome profiling
49 Run a set of pre-defined set of pages to exercise Chrome so that
50 we can capture a Chrome profile.
75 """Display predetermined set of pages so that we can profile Chrome.""
    [all...]
  /external/autotest/client/site_tests/video_MediaUnittests/
control 5 AUTHOR = "Chrome OS Team, chromeos-video@google.com"
17 This is a wrapper test for Chrome media_unittests.
  /external/autotest/server/cros/ap_configurators/basic_auth_extension/
background.js 9 var bkg = chrome.extension.getBackgroundPage();
12 chrome.webRequest.onAuthRequired.addListener(handleAuthRequest,
  /external/autotest/server/site_tests/telemetry_ScrollingActionTests/
control 13 This is part of our effort to support Chrome for Chrome OS performance testing.
  /external/chromium-trace/catapult/tracing/tracing/ui/extras/chrome/gpu/
state_view.css 6 .tr-ui-e-chrome-gpu-state-snapshot-view {
12 .tr-ui-e-chrome-gpu-state-snapshot-view img {
  /external/pdfium/
codereview.settings 7 GITCL_PREUPLOAD: http://src.chromium.org/viewvc/trunk/tools/depot_tools/git-cl-upload-hook?revision=HEAD&root=chrome
8 GITCL_PREDCOMMIT: http://src.chromium.org/viewvc/trunk/tools/depot_tools/git-cl-upload-hook?revision=HEAD&root=chrome
  /external/skia/site/dev/sheriffing/
trooper.md 42 [MDB group chrome-skia-ninja](https://ganpati.corp.google.com/#Group_Info?name=chrome-skia-ninja@prod.google.com).
43 Valentine passwords and Chrome Golo access are based on membership in this
64 - Machine name ends with "a3", "a4", "m3" -> Chrome Golo
68 - slave11-c3 is a Chrome infra GCE machine (not to be confused with the Skia
71 - The [chrome-infra IRC channel](https://comlink.googleplex.com/chrome-infra) is
72 useful for questions regarding bots managed by the Chrome Infra team and to
81 [Chrome RDP Extension](https://chrome.google.com/webstore/detail/chrome-rdp/cbkkbcmdlboombapidmoeolnmdacpkch?hl=en-US
    [all...]
  /device/google/dragon/sepolicy/
zygote.te 3 # https://code.google.com/p/chrome-os-partner/issues/detail?id=44526
  /external/autotest/client/common_lib/cros/network/
chrome_net_constants.py 5 # These constants are used by the Chrome end-to-end tests.

Completed in 3570 milliseconds

1 2 3 45 6 7 8 91011>>