Home | History | Annotate | Download | only in policy_PopupsAllowedForUrls

Lines Matching refs:policy_value

74     def _test_popups_allowed_for_urls(self, policy_value, policies_json):
82 @param policy_value: policy value expected on chrome://policy page.
86 self.setup_case(self.POLICY_NAME, policy_value, policies_json)
88 policy_value, policies_json)
94 # String |URL_HOST| will be found in string |policy_value| for
97 if policy_value is not None and self.URL_HOST in policy_value:
108 Set the expected |policy_value| and |policies_json| data based on the
110 line args, then use it to set the |policy_value| and blank out the
117 # If |value| was given in args, then set expected |policy_value|
119 policy_value = self.value
122 # Otherwise, set expected |policy_value| and setup |policies_json|
124 policy_value = ','.join(self.TEST_CASES[case])
130 self._test_popups_allowed_for_urls(policy_value, policies_json)