Home | History | Annotate | Download | only in tools

Lines Matching refs:policies

23 CHROME_POLICY_KEY = 'SOFTWARE\\\\Policies\\\\Google\\\\Chrome'
24 CHROMIUM_POLICY_KEY = 'SOFTWARE\\\\Policies\\\\Chromium'
191 # Returns an iterator over all the policies in |template_file_contents|.
195 for sub_policy in policy['policies']:
209 def _WritePolicyConstantHeader(policies, os, f):
240 for policy in policies:
241 # TODO(joaodasilva): Include only supported policies in
567 def _WritePolicyConstantSource(policies, os, f):
587 for policy in policies:
598 for policy in policies:
634 ' // First index in kPropertyNodes of the Chrome policies.\n'
636 ' // One-past-the-end of the Chrome policies in kPropertyNodes.\n'
648 ' // having exactly the same policies (and in the same order) as\n'
663 for policy in policies:
664 # TODO(joaodasilva): Include only supported policies in
757 def _WriteChromeSettingsProtobuf(policies, os, f):
762 for policy in policies:
763 # Note: this protobuf also gets the unsupported policies, since it's an
764 # exaustive list of all the supported user policies on any platform.
775 def _WriteCloudPolicyProtobuf(policies, os, f):
778 for policy in policies:
918 def _WriteCloudPolicyDecoder(policies, os, f):
920 for policy in policies: