/external/libchrome/components/timers/ |
DEPS | 2 # This directory is shared with Chrome OS, which only links against
|
/external/libchrome/third_party/libevent/ |
event.h | 2 // when building the Chrome OS libchrome package to instead use the system
|
/external/libchrome/third_party/valgrind/ |
memcheck.h | 4 // On Chrome OS, these files will be added in a patch applied in the ebuild.
|
/external/skia/include/gpu/gl/ |
GrGLConfig_chrome.h | 11 // glGetError() forces a sync with gpu process on chrome 18 // chrome uses this to set the context on each GL call. 21 // Check error is even more expensive in chrome (cmd buffer flush). The 25 // CheckFramebufferStatus in chrome synchronizes the gpu and renderer processes.
|
/system/core/metricsd/ |
libmetrics.pc.in | 4 Description: Chrome OS metrics library
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/ |
desktop_browser_finder_unittest.py | 12 from telemetry.internal.backends.chrome import desktop_browser_finder 78 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe') 87 'C:\\Program Files(x86)\\Google\\Chrome\\Application\\chrome.exe') 96 'C:\\Local App Data\\Google\\Chrome\\Application\\chrome.exe') 113 self._files.append('..\\..\\..\\build\\Release\\chrome.exe') 120 self._files.append('..\\..\\..\\out\\Release\\chrome.exe') 127 self._files.append('..\\..\\..\\xcodebuild\\Release\\chrome.exe' [all...] |
/external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/document_scan_test_app/ |
background.js | 5 chrome.app.runtime.onLaunched.addListener(function() { 6 chrome.app.window.create('scan.html', {
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/chromeos_login_ext/ |
manifest.json | 2 // chrome-extension://mfffpogegjflfpflabcdkioaeobkgjik/ 14 "chrome://oobe/"
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/ |
karma-config.js | 7 'karma-chrome-launcher', 11 // browsers: ['Safari', 'Chrome', 'ChromeCanary', 'Firefox', 'IE'],
|
/external/autotest/client/site_tests/audio_AudioCorruption/ |
audio_AudioCorruption.py | 9 from autotest_lib.client.common_lib.cros import chrome namespace 14 """This test verifies playing corrupted audio in Chrome.""" 18 """Tests whether Chrome handles corrupted audio gracefully. 20 @param audio: Sample corrupted audio file to be played in Chrome. 22 with chrome.Chrome() as cr:
|
/external/autotest/client/site_tests/telemetry_LoginTest/ |
telemetry_LoginTest.py | 7 from autotest_lib.client.common_lib.cros import chrome namespace 33 """Test chrome login status. 35 This test uses telemetry via chrome.py to log in as a regular user, 36 and then checks chrome login status via the private extension api 39 with chrome.Chrome(logged_in=True, autotest_ext=True) as cr:
|
/external/autotest/client/site_tests/video_VideoCorruption/ |
video_VideoCorruption.py | 9 from autotest_lib.client.common_lib.cros import chrome namespace 15 """This test verifies playing corrupted video in Chrome.""" 19 """Tests whether Chrome handles corrupted videos gracefully. 21 @param video: Sample corrupted video file to be played in Chrome. 23 with chrome.Chrome() as cr:
|
/external/autotest/client/site_tests/video_VideoReload/ |
video_VideoReload.py | 9 from autotest_lib.client.common_lib.cros import chrome namespace 14 """This test verifies reloading video works in Chrome.""" 18 """Tests whether Chrome reloads video after reloading the tab. 20 @param html: Sample html file to be loaded and reloaded in Chrome. 22 with chrome.Chrome() as cr:
|
/external/chromium-trace/catapult/experimental/bisect_lib/test_data/ |
MOCK_INFO_RESPONSE_FILE | 24 "old_path": "chrome/browser/extensions/extension_context_menu_model.cc", 27 "new_path": "chrome/browser/extensions/extension_context_menu_model.cc" 33 "old_path": "chrome/browser/extensions/extension_context_menu_model_unittest.cc", 36 "new_path": "chrome/browser/extensions/extension_context_menu_model_unittest.cc" 42 "old_path": "chrome/browser/ui/views/toolbar/chevron_menu_button.cc", 45 "new_path": "chrome/browser/ui/views/toolbar/chevron_menu_button.cc"
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/ |
user_agent.py | 9 'Chrome/40.0.2194.2 Safari/537.36', 12 'AppleWebKit/535.36 (KHTML, like Gecko) Chrome/40.0.2194.2 Mobile ' 16 'AppleWebKit/535.36 (KHTML, like Gecko) Chrome/40.0.2194.2 ' 20 'AppleWebKit/535.36 (KHTML, like Gecko) Chrome/40.0.2194.2 ' 26 """Returns a chrome user agent based on a user agent type. 28 https://developers.google.com/chrome/mobile/docs/user-agent
|
/external/chromium-trace/catapult/tracing/tracing/model/helpers/ |
chrome_browser_helper_test.html | 9 <link rel="import" href="/tracing/extras/chrome/cc/input_latency_async_slice.html"> 10 <link rel="import" href="/tracing/extras/chrome/chrome_test_utils.html"> 30 var model = tr.e.chrome.ChromeTestUtils.newChromeModel(function() { }); 33 tr.e.chrome.ChromeTestUtils.addLoadingEvent(model, {start: 1, end: 10}); 39 var model = tr.e.chrome.ChromeTestUtils.newChromeModel(function() { }); 42 tr.e.chrome.ChromeTestUtils.addCommitLoadEvent(model, {start: 1, end: 10}); 49 var model = tr.e.chrome.ChromeTestUtils.newChromeModel(function() { }); 52 tr.e.chrome.ChromeTestUtils.addInputEvent( 59 var model = tr.e.chrome.ChromeTestUtils.newChromeModel(function() { }); 62 tr.e.chrome.ChromeTestUtils.addNetworkEvent(model, {start: 1, end: 10}) [all...] |
/external/autotest/client/site_tests/policy_RestoreOnStartupURLs/ |
policy_RestoreOnStartupURLs.py | 12 """Test effect of RestoreOnStartupURLs policy on Chrome OS behavior. 14 This test verifies the behavior of Chrome OS for a range of valid values 19 - Case SingleUrl_1Tab opens a single tab to chrome://settings. 21 'chrome://policy', 'chrome://settings', and 'chrome://histograms' 27 URLS1_DATA = ['chrome://settings'] 28 URLS3_DATA = ['chrome://policy', 'chrome://settings', 29 'chrome://histograms' [all...] |
/external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/ |
control | 12 This test verifies that the Chrome APIs work correctly to acquire 17 - The extension is unable to interact with the Chrome scanning API 18 - The Chrome scanning API cannot interact with the mock lorgnette 22 - A chrome app that accesses the Document Scan API (in the 32 within the App. Since the Chrome document scan API requires a user 37 that the Chrome process will communicate with for the purposes of 38 this test. It will accept the D-Bus RPC calls that Chrome makes
|
/external/autotest/client/site_tests/security_SandboxStatus/ |
security_SandboxStatus.py | 9 from autotest_lib.client.common_lib.cros import chrome namespace 36 '''Checks that chrome://sandbox shows "You are adequately sandboxed."''' 37 url = 'chrome://sandbox' 48 Checks that chrome://gpu has "Sandboxed" row, and "Sandboxed" is True. 50 url = 'chrome://gpu' 58 with chrome.Chrome() as cr:
|
/external/autotest/client/site_tests/video_ChromeRTCHWDecodeUsed/ |
video_ChromeRTCHWDecodeUsed.py | 11 from autotest_lib.client.common_lib.cros import chrome namespace 15 # Chrome flags to use fake camera and skip camera permission. 21 HISTOGRAMS_URL = 'chrome://histograms/' 33 @param cr: Autotest Chrome instance. 47 # Start chrome with test flags. 49 with chrome.Chrome(extra_browser_args=EXTRA_BROWSER_ARGS) as cr:
|
/external/chromium-trace/catapult/tracing/tracing/ui/extras/chrome/cc/ |
display_item_list_view.html | 8 <link rel="stylesheet" href="/tracing/ui/extras/chrome/cc/display_item_list_view.css"> 10 <link rel="import" href="/tracing/extras/chrome/cc/display_item_list.html"> 13 <link rel="import" href="/tracing/ui/extras/chrome/cc/display_item_debugger.html"> 18 tr.exportTo('tr.ui.e.chrome.cc', function() { 24 'tr-ui-e-chrome-cc-display-item-list-view', 31 this.classList.add('tr-ui-e-chrome-cc-display-item-list-view'); 32 this.displayItemDebugger_ = new tr.ui.e.chrome.cc.DisplayItemDebugger();
|
picture_view.html | 8 <link rel="stylesheet" href="/tracing/ui/extras/chrome/cc/picture_view.css"> 10 <link rel="import" href="/tracing/extras/chrome/cc/picture.html"> 13 <link rel="import" href="/tracing/ui/extras/chrome/cc/picture_debugger.html"> 18 tr.exportTo('tr.ui.e.chrome.cc', function() { 24 'tr-ui-e-chrome-cc-picture-snapshot-view', 31 this.classList.add('tr-ui-e-chrome-cc-picture-snapshot-view'); 32 this.pictureDebugger_ = new tr.ui.e.chrome.cc.PictureDebugger();
|
/external/autotest/client/cros/networking/chrome_testing/network_test_ext/ |
background.js | 5 // chromeTesting.Networking provides wrappers around chrome.networkingPrivate 33 var error = chrome.runtime.lastError; 49 chrome.networkingPrivate.getEnabledNetworkTypes(function(networkTypes) { 58 chrome.networkingPrivate.enableNetworkType(type); 65 chrome.networkingPrivate.disableNetworkType(type); 72 chrome.networkingPrivate.requestNetworkScan(); 79 chrome.networkingPrivate.createNetwork(shared, properties, function(guid) { 88 chrome.networkingPrivate.setProperties(guid, properties, function() { 97 chrome.networkingPrivate.getVisibleNetworks(type, function(networks) { 106 chrome.networkingPrivate.getNetworks(properties, function(networkList) [all...] |
/external/webrtc/webrtc/tools/rtcbot/test/ |
three_bots_video_conference.js | 128 registerBotTest('threeBotsVideoConference/android+android+chrome', 129 testTwoWayVideoStreaming, ['android-chrome', 'android-chrome', 130 'chrome']); 131 registerBotTest('threeBotsVideoConference/chrome-chrome-chrome', 132 testTwoWayVideoStreaming, ['chrome', 'chrome', 'chrome']); [all...] |
/system/extras/tests/workloads/ |
feedly-chrome.sh | 5 # - Open the same article in Chrome 49 # start chrome, if not installed, error out 50 t=$(forceStartActivity chrome) 51 checkIsRunning chrome "initial start of chrome" 52 echo Chrome start time = ${t}ms 73 checkIsRunning chrome "switch back to feedly" 83 checkIsRunning chrome "feedly swipe" 90 # switch to chrome 98 checkIsRunning feedly "switch to chrome" [all...] |