Searched defs:policy (Results 1 - 25 of 820) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_cloud_policy_validator.cc5 #include "chrome/browser/chromeos/policy/device_cloud_policy_validator.h"
7 #include "chrome/browser/chromeos/policy/proto/chrome_device_policy.pb.h"
8 #include "policy/proto/device_management_backend.pb.h"
12 namespace policy { namespace
16 } // namespace policy
H A Ddevice_policy_builder.cc5 #include "chrome/browser/chromeos/policy/device_policy_builder.h"
7 #include "chrome/browser/chromeos/policy/proto/chrome_device_policy.pb.h"
8 #include "components/policy/core/common/cloud/cloud_policy_constants.h"
12 namespace policy { namespace
23 } // namespace policy
H A Dserver_backed_device_state.h8 namespace policy { namespace
18 } // namespace policy
H A Dcloud_external_data_manager_base_test_util.h17 namespace policy { namespace
29 // Constructs a value that points a policy referencing external data at |url|
35 // TODO(bartfab): Makes an arbitrary |policy| in |core| reference external data
37 // that reference external data yet. Once the first such policy is added, it
41 const std::string& policy,
45 } // namespace policy
H A Ddevice_cloud_policy_validator.h8 #include "components/policy/core/common/cloud/cloud_policy_validator.h"
14 namespace policy { namespace
19 } // namespace policy
H A Ddevice_policy_builder.h8 #include "chrome/browser/chromeos/policy/proto/chrome_device_policy.pb.h"
9 #include "components/policy/core/common/cloud/policy_builder.h"
11 namespace policy { namespace
16 } // namespace policy
H A Ddevice_policy_decoder_chromeos.h12 namespace policy { namespace
17 // Decodes device policy in ChromeDeviceSettingsProto representation into the a
20 const enterprise_management::ChromeDeviceSettingsProto& policy,
24 } // namespace policy
H A Dpolicy_cert_service_factory.h20 namespace policy { namespace
44 // policy before.
69 } // namespace policy
H A Drecommendation_restorer_factory.h15 namespace policy { namespace
40 } // namespace policy
H A Dstub_enterprise_install_attributes.h11 #include "chrome/browser/chromeos/policy/enterprise_install_attributes.h"
12 #include "components/policy/core/common/cloud/cloud_policy_constants.h"
14 namespace policy { namespace
42 } // namespace policy
H A Dticl_device_settings_provider.h12 namespace policy { namespace
28 } // namespace policy
H A Duser_network_configuration_updater_factory.h17 namespace policy { namespace
49 } // namespace policy
/external/chromium_org/chrome/browser/policy/
H A Dconfiguration_policy_handler_list_factory.h10 namespace policy { namespace
19 } // namespace policy
H A Dpolicy_helpers.h10 namespace policy { namespace
12 // Returns true if |url| should never be blacklisted by policy.
15 } // namespace policy
H A Dfile_selection_dialogs_policy_handler.h10 #include "components/policy/core/browser/configuration_policy_handler.h"
12 namespace policy { namespace
14 // ConfigurationPolicyHandler for the FileSelectionDialogs policy.
28 } // namespace policy
H A Djavascript_policy_handler.h8 #include "components/policy/core/browser/configuration_policy_handler.h"
12 namespace policy { namespace
33 } // namespace policy
H A Djavascript_policy_handler_unittest.cc5 #include "chrome/browser/policy/javascript_policy_handler.h"
8 #include "components/policy/core/browser/configuration_policy_pref_store.h"
9 #include "components/policy/core/browser/configuration_policy_pref_store_test.h"
10 #include "components/policy/core/browser/policy_error_map.h"
11 #include "components/policy/core/common/policy_map.h"
12 #include "policy/policy_constants.h"
14 namespace policy { namespace
24 // This is a boolean policy, but affects an integer preference.
26 PolicyMap policy; local
27 policy
48 PolicyMap policy; local
[all...]
/external/chromium_org/components/policy/core/browser/cloud/
H A Dmessage_util.h9 #include "components/policy/core/common/cloud/cloud_policy_constants.h"
10 #include "components/policy/core/common/cloud/cloud_policy_store.h"
11 #include "components/policy/core/common/cloud/cloud_policy_validator.h"
12 #include "components/policy/policy_export.h"
14 namespace policy { namespace
31 } // namespace policy
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dsched_get_priority_max.c119 sched_get_priority_max (int policy) argument
121 if (policy < SCHED_MIN || policy > SCHED_MAX)
131 /* This is independent of scheduling policy in Win32. */
H A Dsched_get_priority_min.c120 sched_get_priority_min (int policy) argument
122 if (policy < SCHED_MIN || policy > SCHED_MAX)
132 /* This is independent of scheduling policy in Win32. */
/external/chromium_org/chrome/browser/
H A Dbrowser_process_platform_part_base.h15 namespace policy { namespace
41 virtual scoped_ptr<policy::BrowserPolicyConnector>
/external/chromium_org/chrome/browser/download/
H A Ddownload_dir_policy_handler.h10 #include "components/policy/core/browser/configuration_policy_handler.h"
14 namespace policy { namespace
16 } // namespace policy
18 // ConfigurationPolicyHandler for the DownloadDirectory policy.
19 class DownloadDirPolicyHandler : public policy::TypeCheckingPolicyHandler {
25 virtual bool CheckPolicySettings(const policy::PolicyMap& policies,
26 policy::PolicyErrorMap* errors) OVERRIDE;
29 const policy::PolicyMap& policies,
30 const policy::PolicyHandlerParameters& parameters,
/external/chromium_org/chrome/browser/net/
H A Ddisk_cache_dir_policy_handler.h10 #include "components/policy/core/browser/configuration_policy_handler.h"
12 namespace policy { namespace
14 // ConfigurationPolicyHandler for the DiskCacheDir policy.
28 } // namespace policy
/external/chromium_org/chrome/browser/policy/cloud/
H A Dpolicy_header_service_factory.h11 namespace policy { namespace
42 } // namespace policy
H A Duser_cloud_policy_invalidator_factory.h11 namespace policy { namespace
34 } // namespace policy

Completed in 5481 milliseconds

1234567891011>>