Searched refs:URL3_DATA (Results 1 – 4 of 4) sorted by relevance
/external/autotest/client/site_tests/policy_ImagesBlockedForUrls/ |
D | policy_ImagesBlockedForUrls.py | 50 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/ |
D | policy_ImagesAllowedForUrls.py | 50 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/ |
D | policy_PopupsBlockedForUrls.py | 44 URL3_DATA = ['http://www.bing.com', URL_BASE, variable in policy_PopupsBlockedForUrls 50 '3Urls_Blocked': URL3_DATA
|
/external/autotest/client/site_tests/policy_PopupsAllowedForUrls/ |
D | policy_PopupsAllowedForUrls.py | 44 URL3_DATA = ['http://www.bing.com', URL_BASE, variable in policy_PopupsAllowedForUrls 50 '3Urls_Allowed': URL3_DATA
|