/external/autotest/client/site_tests/policy_AutoFillEnabled/ |
D | policy_AutoFillEnabled.py | 26 STARTUP_URLS = ['chrome://policy', 'chrome://settings/autofill'] variable in policy_AutoFillEnabled 29 'RestoreOnStartupURLs': STARTUP_URLS,
|
/external/autotest/client/site_tests/policy_SearchSuggestEnabled/ |
D | policy_SearchSuggestEnabled.py | 29 STARTUP_URLS = ['chrome://policy'] variable in policy_SearchSuggestEnabled 32 'RestoreOnStartupURLs': STARTUP_URLS,
|
/external/autotest/client/site_tests/policy_SpellCheckServiceEnabled/ |
D | policy_SpellCheckServiceEnabled.py | 30 STARTUP_URLS = ['chrome://policy'] variable in policy_SpellCheckServiceEnabled 33 'RestoreOnStartupURLs': STARTUP_URLS,
|
/external/autotest/client/site_tests/policy_PopupsAllowedForUrls/ |
D | policy_PopupsAllowedForUrls.py | 55 self.STARTUP_URLS = ['chrome://policy', 'chrome://settings'] 59 'RestoreOnStartupURLs': self.STARTUP_URLS,
|
/external/autotest/client/site_tests/policy_PopupsBlockedForUrls/ |
D | policy_PopupsBlockedForUrls.py | 56 self.STARTUP_URLS = ['chrome://policy', 'chrome://settings'] 60 'RestoreOnStartupURLs': self.STARTUP_URLS,
|
/external/autotest/client/site_tests/policy_JavaScriptAllowedForUrls/ |
D | policy_JavaScriptAllowedForUrls.py | 66 self.STARTUP_URLS = ['chrome://policy', 'chrome://settings'] 70 'RestoreOnStartupURLs': self.STARTUP_URLS,
|
/external/autotest/client/site_tests/policy_JavaScriptBlockedForUrls/ |
D | policy_JavaScriptBlockedForUrls.py | 68 self.STARTUP_URLS = ['chrome://policy', 'chrome://settings'] 72 'RestoreOnStartupURLs': self.STARTUP_URLS,
|
/external/autotest/client/site_tests/policy_NotificationsAllowedForUrls/ |
D | policy_NotificationsAllowedForUrls.py | 56 self.STARTUP_URLS = ['chrome://policy', 'chrome://settings'] 61 'RestoreOnStartupURLs': self.STARTUP_URLS,
|
/external/autotest/client/site_tests/policy_NotificationsBlockedForUrls/ |
D | policy_NotificationsBlockedForUrls.py | 57 self.STARTUP_URLS = ['chrome://policy', 'chrome://settings'] 62 'RestoreOnStartupURLs': self.STARTUP_URLS,
|
/external/autotest/client/site_tests/policy_ImagesBlockedForUrls/ |
D | policy_ImagesBlockedForUrls.py | 63 self.STARTUP_URLS = ['chrome://policy', 'chrome://settings'] 67 'RestoreOnStartupURLs': self.STARTUP_URLS,
|
/external/autotest/client/site_tests/policy_ImagesAllowedForUrls/ |
D | policy_ImagesAllowedForUrls.py | 64 self.STARTUP_URLS = ['chrome://policy', 'chrome://settings'] 68 'RestoreOnStartupURLs': self.STARTUP_URLS,
|
/external/autotest/client/site_tests/policy_ChromeOsLockOnIdleSuspend/ |
D | policy_ChromeOsLockOnIdleSuspend.py | 58 STARTUP_URLS = ['chrome://policy', 'chrome://settings'] variable in policy_ChromeOsLockOnIdleSuspend 64 'RestoreOnStartupURLs': STARTUP_URLS
|
/external/autotest/client/site_tests/policy_DisableScreenshots/ |
D | policy_DisableScreenshots.py | 58 self.STARTUP_URLS = ['chrome://policy', 'chrome://settings'] 60 'RestoreOnStartupURLs': self.STARTUP_URLS,
|
/external/autotest/client/site_tests/policy_PluginsAllowedForUrls/ |
D | policy_PluginsAllowedForUrls.py | 59 self.STARTUP_URLS = ['chrome://policy', 'chrome://settings'] 67 'RestoreOnStartupURLs': self.STARTUP_URLS,
|
/external/autotest/client/site_tests/policy_PluginsBlockedForUrls/ |
D | policy_PluginsBlockedForUrls.py | 59 self.STARTUP_URLS = ['chrome://policy', 'chrome://settings'] 67 'RestoreOnStartupURLs': self.STARTUP_URLS,
|
/external/autotest/client/site_tests/policy_PowerManagementIdleSettings/ |
D | policy_PowerManagementIdleSettings.py | 111 self.STARTUP_URLS = ['chrome://settings', 'chrome://policy'] 120 'RestoreOnStartupURLs': self.STARTUP_URLS
|