Home
last modified time | relevance | path

Searched refs:URL3_DATA (Results 1 – 4 of 4) sorted by relevance

/external/autotest/client/site_tests/policy_ImagesBlockedForUrls/
Dpolicy_ImagesBlockedForUrls.py50 URL3_DATA = ['http://www.bing.com', URL_BASE, variable in policy_ImagesBlockedForUrls
57 '3Urls': URL3_DATA
152 policy_value = ','.join(self.URL3_DATA)
153 policy_json = {'ImagesBlockedForUrls': self.URL3_DATA}
/external/autotest/client/site_tests/policy_ImagesAllowedForUrls/
Dpolicy_ImagesAllowedForUrls.py50 URL3_DATA = ['http://www.bing.com', URL_BASE, variable in policy_ImagesAllowedForUrls
56 '3Urls': URL3_DATA
151 policy_value = ','.join(self.URL3_DATA)
152 policy_json = {'ImagesAllowedForUrls': self.URL3_DATA}
/external/autotest/client/site_tests/policy_PopupsBlockedForUrls/
Dpolicy_PopupsBlockedForUrls.py44 URL3_DATA = ['http://www.bing.com', URL_BASE, variable in policy_PopupsBlockedForUrls
50 '3Urls_Blocked': URL3_DATA
/external/autotest/client/site_tests/policy_PopupsAllowedForUrls/
Dpolicy_PopupsAllowedForUrls.py44 URL3_DATA = ['http://www.bing.com', URL_BASE, variable in policy_PopupsAllowedForUrls
50 '3Urls_Allowed': URL3_DATA