Home
last modified time | relevance | path

Searched refs:check_chrome_binary (Results 1 – 3 of 3) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/scripts/test/
H A Drun_unittests.py58 if chrome_binary and not test_helpers.check_chrome_binary(chrome_binary):
68 if test_helpers.check_chrome_binary(downloaded_chrome_binary):
H A Drun_test_suite.py83 if test_helpers.check_chrome_binary(downloaded_chrome_binary):
89 if not test_helpers.check_chrome_binary(chrome_binary):
H A Dtest_helpers.py20 def check_chrome_binary(chrome_binary): function