OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXTRA_BROWSER_ARGS
(Results
1 - 8
of
8
) sorted by null
/external/autotest/client/site_tests/video_ChromeRTCHWDecodeUsed/
video_ChromeRTCHWDecodeUsed.py
14
EXTRA_BROWSER_ARGS
= ['--use-fake-device-for-media-stream',
71
EXTRA_BROWSER_ARGS
.append(FAKE_FILE_ARG % local_path)
72
with chrome.Chrome(
extra_browser_args
=
EXTRA_BROWSER_ARGS
,
/external/autotest/client/site_tests/video_WebRtcSanity/
video_WebRtcSanity.py
13
EXTRA_BROWSER_ARGS
= ['--use-fake-ui-for-media-stream',
55
with chrome.Chrome(
extra_browser_args
=
EXTRA_BROWSER_ARGS
,
/external/autotest/client/site_tests/video_WebRtcCamera/
video_WebRtcCamera.py
14
EXTRA_BROWSER_ARGS
= ['--use-fake-ui-for-media-stream']
83
with chrome.Chrome(
extra_browser_args
=
EXTRA_BROWSER_ARGS
,
/external/autotest/client/site_tests/video_WebRtcMediaRecorder/
video_WebRtcMediaRecorder.py
13
EXTRA_BROWSER_ARGS
= ['--use-fake-ui-for-media-stream',
34
with chrome.Chrome(
extra_browser_args
=
EXTRA_BROWSER_ARGS
,
/external/autotest/client/site_tests/video_WebRtcPeerConnectionWithCamera/
video_WebRtcPeerConnectionWithCamera.py
13
EXTRA_BROWSER_ARGS
= ['--use-fake-ui-for-media-stream']
59
with chrome.Chrome(
extra_browser_args
=
EXTRA_BROWSER_ARGS
,
/external/autotest/client/site_tests/video_ChromeRTCHWEncodeUsed/
video_ChromeRTCHWEncodeUsed.py
16
EXTRA_BROWSER_ARGS
= ['--use-fake-device-for-media-stream',
97
EXTRA_BROWSER_ARGS
.append(FAKE_FILE_ARG % local_path)
98
with chrome.Chrome(
extra_browser_args
=
EXTRA_BROWSER_ARGS
,
/external/autotest/client/site_tests/video_WebRtcPerf/
video_WebRtcPerf.py
19
EXTRA_BROWSER_ARGS
= ['--use-fake-device-for-media-stream',
179
EXTRA_BROWSER_ARGS
.append(FAKE_FILE_ARG % local_path)
181
with chrome.Chrome(
extra_browser_args
=
EXTRA_BROWSER_ARGS
,
205
with chrome.Chrome(
extra_browser_args
=
207
EXTRA_BROWSER_ARGS
, arc_mode=self.arc_mode) as cr:
/external/autotest/client/cros/multimedia/
facade_resource.py
49
EXTRA_BROWSER_ARGS
= ['--enable-gpu-benchmarking', '--use-fake-ui-for-media-stream']
118
def start_default_chrome(self, restart=False,
extra_browser_args
=None):
122
@param
extra_browser_args
: A list containing extra browser args passed
124
default
EXTRA_BROWSER_ARGS
.
137
'
extra_browser_args
': self.
EXTRA_BROWSER_ARGS
,
142
if
extra_browser_args
:
143
kwargs['
extra_browser_args
'] +=
extra_browser_args
Completed in 1035 milliseconds