Home | History | Annotate | Download | only in policy_CookiesAllowedForUrls

Lines Matching refs:policy_value

73     def _test_CookiesAllowedForUrls(self, policy_value, policies_json):
81 @param policy_value: policy value expected on chrome://policy page.
88 policy_value, policies_json)
89 self.setup_case(POLICY_NAME, policy_value, policies_json)
94 if policy_value and URL_HOST in policy_value:
104 Set the expected |policy_value| and |policies_json| data based on the
106 line args, then use it to set the |policy_value| and blank out the
112 policy_value = None
117 # |policy_value| to the given value, and |policies_json| to None.
118 policy_value = self.value
121 # Otherwise, set expected |policy_value| and setup |policies_json|
123 policy_value = ','.join(self.TEST_CASES[case])
129 self._test_CookiesAllowedForUrls(policy_value, policies_json)