Home
last modified time | relevance | path

Searched refs:start_webserver (Results 1 – 9 of 9) sorted by relevance

/external/autotest/client/site_tests/policy_CookiesBlockedForUrls/
Dpolicy_CookiesBlockedForUrls.py59 self.start_webserver(URL_PORT)
/external/autotest/client/site_tests/policy_CookiesAllowedForUrls/
Dpolicy_CookiesAllowedForUrls.py61 self.start_webserver(URL_PORT)
/external/autotest/client/site_tests/policy_PopupsBlockedForUrls/
Dpolicy_PopupsBlockedForUrls.py62 self.start_webserver(self.URL_PORT)
/external/autotest/client/site_tests/policy_JavaScriptBlockedForUrls/
Dpolicy_JavaScriptBlockedForUrls.py75 self.start_webserver(self.URL_PORT)
/external/autotest/client/site_tests/policy_PopupsAllowedForUrls/
Dpolicy_PopupsAllowedForUrls.py62 self.start_webserver(self.URL_PORT)
/external/autotest/client/site_tests/policy_JavaScriptAllowedForUrls/
Dpolicy_JavaScriptAllowedForUrls.py73 self.start_webserver(self.URL_PORT)
/external/autotest/client/site_tests/policy_URLBlacklist/
Dpolicy_URLBlacklist.py55 self.start_webserver(URL_PORT)
/external/autotest/client/site_tests/policy_URLWhitelist/
Dpolicy_URLWhitelist.py58 self.start_webserver(URL_PORT)
/external/autotest/client/cros/
Denterprise_policy_base.py80 def start_webserver(self, port): member in EnterprisePolicyTest