Searched defs:policy (Results 176 - 200 of 820) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_cloud_policy_manager_chromeos.h15 #include "chrome/browser/chromeos/policy/server_backed_state_keys_broker.h"
16 #include "components/policy/core/common/cloud/cloud_policy_client.h"
17 #include "components/policy/core/common/cloud/cloud_policy_manager.h"
32 namespace policy { namespace
36 // CloudPolicyManager specialization for device policy on Chrome OS.
39 // |task_runner| is the runner for policy refresh tasks.
91 // actual device policy specific type.
97 // PrefService instance to read the policy refresh rate from.
111 } // namespace policy
H A Ddevice_cloud_policy_store_chromeos.h13 #include "chrome/browser/chromeos/policy/device_cloud_policy_validator.h"
15 #include "components/policy/core/common/cloud/cloud_policy_store.h"
25 namespace policy { namespace
29 // CloudPolicyStore implementation for device policy on Chrome OS. Policy is
43 const enterprise_management::PolicyFetchResponse& policy) OVERRIDE;
46 // Installs initial policy. This is different from Store() in that it skips
47 // the signature validation step against already-installed policy. The checks
52 const enterprise_management::PolicyFetchResponse& policy);
59 // Create a validator for |policy| with basic device policy configuratio
[all...]
H A Ddevice_local_account.h15 namespace policy { namespace
21 // A login-less, policy-configured browsing session.
43 // The |account_id| is primarily used by policy code: If device policy defines
44 // a device-local account with a certain |account_id|, the user policy for
76 } // namespace policy
H A Ddevice_local_account_extension_tracker.cc5 #include "chrome/browser/chromeos/policy/device_local_account_extension_tracker.h"
10 #include "chrome/browser/chromeos/policy/device_local_account.h"
12 #include "components/policy/core/common/policy_map.h"
13 #include "components/policy/core/common/policy_namespace.h"
14 #include "components/policy/core/common/schema.h"
15 #include "components/policy/core/common/schema_registry.h"
18 namespace policy { namespace
32 // policy.
56 const policy::PolicyMap& policy_map = store_->policy_map();
58 // TODO(binjin): Use two policy handler
[all...]
H A Ddevice_local_account_external_data_service.cc5 #include "chrome/browser/chromeos/policy/device_local_account_external_data_service.h"
17 #include "components/policy/core/common/cloud/cloud_policy_store.h"
18 #include "policy/policy_constants.h"
20 namespace policy { namespace
88 } // namespace policy
H A Ddevice_local_account_external_data_service.h15 #include "chrome/browser/chromeos/policy/device_local_account_external_data_manager.h"
16 #include "chrome/browser/chromeos/policy/device_local_account_policy_service.h"
17 #include "components/policy/core/common/cloud/resource_cache.h"
23 namespace policy { namespace
61 } // namespace policy
H A Ddevice_local_account_policy_provider.h15 #include "chrome/browser/chromeos/policy/device_local_account_external_data_manager.h"
16 #include "chrome/browser/chromeos/policy/device_local_account_policy_service.h"
17 #include "components/policy/core/common/configuration_policy_provider.h"
19 namespace policy { namespace
23 // Policy provider for a device-local account. Pulls policy from
26 // DeviceLocalAccountPolicyService. The current policy will be kept in that case
40 // NULL if |user_id| is not a device-local account or user policy isn't
58 // Handles completion of policy refreshes and triggers the update callback.
59 // |success| is true if the policy refresh was successful.
63 // policy fro
[all...]
H A Ddevice_local_account_policy_store.h16 #include "components/policy/core/common/cloud/cloud_policy_validator.h"
17 #include "components/policy/core/common/cloud/user_cloud_policy_store_base.h"
32 namespace policy { namespace
36 // CloudPolicyStore implementation for device-local account policy. Stores/loads
37 // policy to/from session_manager.
52 const enterprise_management::PolicyFetchResponse& policy) OVERRIDE;
56 // Called back by |session_manager_client_| after policy retrieval. Checks for
57 // success and triggers policy validation.
63 // Sends the policy blob to session_manager for storing after validation.
67 // policy i
[all...]
H A Ddevice_network_configuration_updater.h15 #include "chrome/browser/chromeos/policy/network_configuration_updater.h"
34 namespace policy { namespace
44 // Creates an updater that applies the ONC device policy from |policy_service|
45 // once the policy service is completely initialized and on each policy
78 } // namespace policy
H A Ddevice_policy_cros_browser_test.h10 #include "chrome/browser/chromeos/policy/device_policy_builder.h"
18 namespace policy { namespace
30 // Writes the owner key to disk. To be called before installing a policy.
44 // Used to test Device policy changes in Chrome OS.
58 // Writes the owner key to disk. To be called before installing a policy.
61 // Reinstalls |device_policy_| as the policy (to be used when it was
85 } // namespace policy
H A Denrollment_status_chromeos.cc5 #include "chrome/browser/chromeos/policy/enrollment_status_chromeos.h"
9 namespace policy { namespace
77 } // namespace policy
H A Dfake_device_cloud_policy_initializer.cc5 #include "chrome/browser/chromeos/policy/fake_device_cloud_policy_initializer.h"
11 #include "components/policy/core/common/cloud/device_management_service.h"
13 namespace policy { namespace
51 } // namespace policy
H A Dnetwork_configuration_updater.h14 #include "components/policy/core/common/policy_service.h"
26 namespace policy { namespace
31 // user policy. Pushes the network configs to the
55 // Imports the certificates part of the policy.
58 // Pushes the network part of the policy to the
71 // Called if the ONC policy changed.
74 // Apply the observed policy, i.e. both networks and certificates.
90 } // namespace policy
H A Dpolicy_cert_service.cc5 #include "chrome/browser/chromeos/policy/policy_cert_service.h"
10 #include "chrome/browser/chromeos/policy/policy_cert_service_factory.h"
11 #include "chrome/browser/chromeos/policy/policy_cert_verifier.h"
16 namespace policy { namespace
72 // Do not use certificates installed via ONC policy if the current session has
118 } // namespace policy
H A Dpolicy_cert_service.h16 #include "chrome/browser/chromeos/policy/user_network_configuration_updater.h"
28 namespace policy { namespace
51 // installed via policy to establish a secure connection before. This means
87 } // namespace policy
H A Dserver_backed_state_keys_broker.cc5 #include "chrome/browser/chromeos/policy/server_backed_state_keys_broker.h"
14 namespace policy { namespace
107 } // namespace policy
H A Dstub_enterprise_install_attributes.cc5 #include "chrome/browser/chromeos/policy/stub_enterprise_install_attributes.h"
9 #include "chrome/browser/chromeos/policy/browser_policy_connector_chromeos.h"
10 #include "components/policy/core/common/cloud/cloud_policy_constants.h"
12 namespace policy { namespace
55 } // namespace policy
H A Duser_cloud_external_data_manager_browsertest.cc15 #include "chrome/browser/chromeos/policy/cloud_external_data_manager_base.h"
16 #include "chrome/browser/chromeos/policy/cloud_external_data_manager_base_test_util.h"
17 #include "chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos.h"
18 #include "chrome/browser/chromeos/policy/user_cloud_policy_manager_factory_chromeos.h"
19 #include "chrome/browser/policy/profile_policy_connector.h"
20 #include "chrome/browser/policy/profile_policy_connector_factory.h"
25 #include "components/policy/core/common/cloud/cloud_policy_core.h"
26 #include "components/policy/core/common/external_data_fetcher.h"
27 #include "components/policy/core/common/policy_map.h"
28 #include "components/policy/cor
35 namespace policy { namespace
[all...]
H A Duser_cloud_policy_token_forwarder_factory.cc5 #include "chrome/browser/chromeos/policy/user_cloud_policy_token_forwarder_factory.h"
7 #include "chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos.h"
8 #include "chrome/browser/chromeos/policy/user_cloud_policy_manager_factory_chromeos.h"
9 #include "chrome/browser/chromeos/policy/user_cloud_policy_token_forwarder.h"
17 namespace policy { namespace
63 } // namespace policy
H A Duser_network_configuration_updater_factory.cc5 #include "chrome/browser/chromeos/policy/user_network_configuration_updater_factory.h"
8 #include "chrome/browser/chromeos/policy/user_network_configuration_updater.h"
10 #include "chrome/browser/policy/profile_policy_connector.h"
11 #include "chrome/browser/policy/profile_policy_connector_factory.h"
17 #include "components/policy/core/common/cloud/cloud_policy_constants.h"
22 namespace policy { namespace
72 // Currently, only the network policy of the primary user is supported. See
92 } // namespace policy
H A Duser_policy_disk_cache.h21 namespace policy { namespace
47 const enterprise_management::CachedCloudPolicyResponse& policy) = 0;
55 // Starts reading the policy cache from disk. Passes the read policy
61 void Store(const enterprise_management::CachedCloudPolicyResponse& policy);
72 const enterprise_management::CachedCloudPolicyResponse& policy);
74 // Passes back the successfully read policy to the cache on the UI thread.
77 const enterprise_management::CachedCloudPolicyResponse& policy);
79 // Saves a policy blob on the FILE thread.
81 const enterprise_management::CachedCloudPolicyResponse& policy);
[all...]
H A Dwildcard_login_checker.h12 #include "components/policy/core/common/cloud/user_info_fetcher.h"
19 namespace policy { namespace
76 } // namespace policy
/external/chromium_org/chrome/browser/download/
H A Ddownload_dir_policy_handler_unittest.cc13 #include "components/policy/core/browser/configuration_policy_handler_parameters.h"
14 #include "components/policy/core/browser/configuration_policy_pref_store.h"
15 #include "components/policy/core/browser/configuration_policy_pref_store_test.h"
16 #include "components/policy/core/common/policy_details.h"
17 #include "components/policy/core/common/policy_map.h"
18 #include "components/policy/core/common/policy_types.h"
19 #include "policy/policy_constants.h"
46 : public policy::ConfigurationPolicyPrefStoreTest {
49 recommended_store_ = new policy::ConfigurationPolicyPrefStore(
52 policy
69 policy::PolicyMap policy; local
93 policy::PolicyMap policy; local
[all...]
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dmanaged_value_store_cache.h17 #include "components/policy/core/common/policy_service.h"
27 namespace policy { namespace
37 // uses the storage.managed namespace. This class observes policy changes and
41 public policy::PolicyService::Observer {
66 virtual void OnPolicyServiceInitialized(policy::PolicyDomain domain) OVERRIDE;
67 virtual void OnPolicyUpdated(const policy::PolicyNamespace& ns,
68 const policy::PolicyMap& previous,
69 const policy::PolicyMap& current) OVERRIDE;
74 scoped_ptr<policy::PolicyMap> current_policy);
87 policy
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dpolicy_handlers_unittest.cc9 #include "components/policy/core/browser/policy_error_map.h"
10 #include "components/policy/core/common/policy_map.h"
12 #include "policy/policy_constants.h"
21 policy::PolicyMap policy_map;
22 policy::PolicyErrorMap errors;
24 policy::key::kExtensionInstallBlacklist, kTestPref, true);
26 policy_map.Set(policy::key::kExtensionInstallBlacklist,
27 policy::POLICY_LEVEL_MANDATORY,
28 policy::POLICY_SCOPE_USER,
36 policy_map.Set(policy
69 base::ListValue policy; local
161 base::ListValue policy; local
[all...]

Completed in 1315 milliseconds

1234567891011>>