Searched refs:URL2_DATA (Results 1 – 4 of 4) sorted by relevance
/external/autotest/client/site_tests/policy_ImagesBlockedForUrls/ |
D | policy_ImagesBlockedForUrls.py | 49 URL2_DATA = ['http://www.bing.com', 'https://www.yahoo.com'] variable in policy_ImagesBlockedForUrls 56 '2Urls': URL2_DATA, 149 policy_value = ','.join(self.URL2_DATA) 150 policy_json = {'ImagesBlockedForUrls': self.URL2_DATA}
|
/external/autotest/client/site_tests/policy_ImagesAllowedForUrls/ |
D | policy_ImagesAllowedForUrls.py | 49 URL2_DATA = ['http://www.bing.com', 'https://www.yahoo.com'] variable in policy_ImagesAllowedForUrls 55 '2Urls': URL2_DATA, 148 policy_value = ','.join(self.URL2_DATA) 149 policy_json = {'ImagesAllowedForUrls': self.URL2_DATA}
|
/external/autotest/client/site_tests/policy_PopupsBlockedForUrls/ |
D | policy_PopupsBlockedForUrls.py | 43 URL2_DATA = ['http://www.bing.com', 'https://www.yahoo.com'] variable in policy_PopupsBlockedForUrls 49 '2Urls_Allowed': URL2_DATA,
|
/external/autotest/client/site_tests/policy_PopupsAllowedForUrls/ |
D | policy_PopupsAllowedForUrls.py | 43 URL2_DATA = ['http://www.bing.com', 'https://www.yahoo.com'] variable in policy_PopupsAllowedForUrls 49 '2Urls_Blocked': URL2_DATA,
|