/external/autotest/client/site_tests/policy_CookiesBlockedForUrls/ |
D | policy_CookiesBlockedForUrls.py | 16 URL_PORT = 8080 variable 17 URL_HOST = '%s:%d'%(URL_BASE, URL_PORT) 59 self.start_webserver(URL_PORT)
|
/external/autotest/client/site_tests/policy_CookiesAllowedForUrls/ |
D | policy_CookiesAllowedForUrls.py | 16 URL_PORT = 8080 variable 17 URL_HOST = '%s:%d'%(URL_BASE, URL_PORT) 61 self.start_webserver(URL_PORT)
|
/external/autotest/client/site_tests/policy_JavaScriptBlockedForUrls/ |
D | policy_JavaScriptBlockedForUrls.py | 50 URL_PORT = 8080 variable in policy_JavaScriptBlockedForUrls 51 URL_BASE = '%s:%d' % (URL_HOST, URL_PORT) 75 self.start_webserver(self.URL_PORT)
|
/external/autotest/client/site_tests/policy_PopupsBlockedForUrls/ |
D | policy_PopupsBlockedForUrls.py | 37 URL_PORT = 8080 variable in policy_PopupsBlockedForUrls 38 URL_BASE = '%s:%d' % (URL_HOST, URL_PORT) 62 self.start_webserver(self.URL_PORT)
|
/external/autotest/client/site_tests/policy_PopupsAllowedForUrls/ |
D | policy_PopupsAllowedForUrls.py | 37 URL_PORT = 8080 variable in policy_PopupsAllowedForUrls 38 URL_BASE = '%s:%d' % (URL_HOST, URL_PORT) 62 self.start_webserver(self.URL_PORT)
|
/external/autotest/client/site_tests/policy_JavaScriptAllowedForUrls/ |
D | policy_JavaScriptAllowedForUrls.py | 48 URL_PORT = 8080 variable in policy_JavaScriptAllowedForUrls 49 URL_BASE = '%s:%d' % (URL_HOST, URL_PORT) 73 self.start_webserver(self.URL_PORT)
|
/external/autotest/client/site_tests/policy_URLWhitelist/ |
D | policy_URLWhitelist.py | 13 URL_PORT = 8080 variable 14 URL_BASE = '%s:%d/%s' % (URL_HOST, URL_PORT, 'test_data') 58 self.start_webserver(URL_PORT)
|
/external/autotest/client/site_tests/policy_URLBlacklist/ |
D | policy_URLBlacklist.py | 13 URL_PORT = 8080 variable 14 URL_BASE = '%s:%d/%s' % (URL_HOST, URL_PORT, 'test_data') 55 self.start_webserver(URL_PORT)
|
/external/autotest/client/site_tests/policy_ImagesBlockedForUrls/ |
D | policy_ImagesBlockedForUrls.py | 43 URL_PORT = 8080 variable in policy_ImagesBlockedForUrls 44 URL_BASE = '%s:%d' % (URL_HOST, URL_PORT) 74 self.URL_PORT, docroot=self.bindir)
|
/external/autotest/client/site_tests/policy_ImagesAllowedForUrls/ |
D | policy_ImagesAllowedForUrls.py | 43 URL_PORT = 8080 variable in policy_ImagesAllowedForUrls 44 URL_BASE = '%s:%d' % (URL_HOST, URL_PORT) 73 self.URL_PORT, docroot=self.bindir)
|