Searched defs:policy (Results 76 - 100 of 820) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/chromeos/policy/
H A Dvariations_service_policy_browsertest.cc6 #include "chrome/browser/chromeos/policy/device_policy_builder.h"
7 #include "chrome/browser/chromeos/policy/device_policy_cros_browser_test.h"
8 #include "chrome/browser/chromeos/policy/proto/chrome_device_policy.pb.h"
14 namespace policy { namespace
29 // Setup the device policy DeviceVariationsRestrictParameter.
44 // Device policy has updated the cros settings.
54 } // namespace policy
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_messaging_policy_handler.h10 #include "components/policy/core/browser/configuration_policy_handler.h"
12 namespace policy { namespace
15 } // namespace policy
22 : public policy::TypeCheckingPolicyHandler {
30 virtual bool CheckPolicySettings(const policy::PolicyMap& policies,
31 policy::PolicyErrorMap* errors) OVERRIDE;
32 virtual void ApplyPolicySettings(const policy::PolicyMap& policies,
38 // Runs sanity checks on the policy value and returns it in |extension_ids|.
39 bool CheckAndGetList(const policy::PolicyMap& policies,
40 policy
[all...]
/external/chromium_org/chrome/browser/policy/
H A Dchrome_browser_policy_connector.h10 #include "components/policy/core/browser/browser_policy_connector.h"
18 namespace policy { namespace
31 // Init() should be called to create and start the policy machinery.
44 // enable-web-based-signin policy is enabled.
52 } // namespace policy
H A Dschema_registry_service.cc5 #include "chrome/browser/policy/schema_registry_service.h"
7 #include "components/policy/core/common/policy_namespace.h"
8 #include "components/policy/core/common/schema.h"
9 #include "components/policy/core/common/schema_registry.h"
11 namespace policy { namespace
29 } // namespace policy
H A Dschema_registry_service.h12 namespace policy { namespace
37 } // namespace policy
H A Dschema_registry_service_factory.h20 namespace policy { namespace
78 } // namespace policy
/external/chromium_org/chrome/browser/policy/cloud/
H A Duser_cloud_policy_invalidator.h8 #include "chrome/browser/policy/cloud/cloud_policy_invalidator.h"
12 #include "policy/proto/device_management_backend.pb.h"
16 namespace policy { namespace
20 // Provides invalidations to user policy. Implemented as a
29 // |policy_manager| is the policy manager for the user policy and must remain
55 } // namespace policy
/external/chromium_org/chrome/browser/prefs/
H A Dchrome_pref_service_factory.h18 namespace policy { namespace
66 policy::PolicyService* policy_service,
74 policy::PolicyService* policy_service,
/external/chromium_org/chrome/browser/ui/views/
H A Dselect_file_dialog_extension_factory.cc17 ui::SelectFilePolicy* policy) {
18 return SelectFileDialogExtension::Create(listener, policy);
15 Create( ui::SelectFileDialog::Listener* listener, ui::SelectFilePolicy* policy) argument
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dconsumer_management_handler.h13 namespace policy { namespace
24 policy::ConsumerManagementService* management_service);
37 policy::ConsumerManagementService* management_service_;
/external/chromium_org/components/policy/core/browser/
H A Dbrowser_policy_connector_ios.h13 #include "components/policy/core/browser/browser_policy_connector.h"
14 #include "components/policy/policy_export.h"
20 namespace policy { namespace
42 } // namespace policy
H A Dpolicy_error_map.h15 #include "components/policy/policy_export.h"
17 namespace policy { namespace
35 // Adds an entry with key |policy| and the error message corresponding to
37 void AddError(const std::string& policy, int message_id);
39 // Adds an entry with key |policy|, subkey |subkey|, and the error message
41 void AddError(const std::string& policy,
45 // Adds an entry with key |policy|, list index |index|, and the error message
47 void AddError(const std::string& policy,
51 // Adds an entry with key |policy| and the error message corresponding to
54 void AddError(const std::string& policy,
[all...]
/external/chromium_org/components/policy/core/common/cloud/
H A Dcomponent_cloud_policy_updater.h13 #include "components/policy/core/common/cloud/external_policy_data_updater.h"
14 #include "components/policy/core/common/policy_namespace.h"
15 #include "components/policy/policy_export.h"
25 namespace policy { namespace
30 // This class downloads external policy data, given PolicyFetchResponses.
34 // It retries to download the policy data periodically when a download fails.
46 // |response| is the latest policy information fetched for some component.
47 // This method schedules the download of the policy data, if |response| is
65 } // namespace policy
H A Denterprise_metrics.cc5 #include "components/policy/core/common/cloud/enterprise_metrics.h"
7 namespace policy { namespace
17 } // namespace policy
H A Dmock_cloud_policy_store.cc5 #include "components/policy/core/common/cloud/mock_cloud_policy_store.h"
7 namespace policy { namespace
17 } // namespace policy
H A Dpolicy_header_io_helper.h12 #include "components/policy/policy_export.h"
19 namespace policy { namespace
21 // Helper class that lives on the I/O thread and adds policy headers to
35 // Sets any necessary policy headers for the specified URL on the passed
58 // The URL we should add policy headers to.
64 // The current policy header value.
70 } // namespace policy
H A Dresource_cache.h16 #include "components/policy/policy_export.h"
22 namespace policy { namespace
95 } // namespace policy
H A Duser_cloud_policy_store_base.h14 #include "components/policy/core/common/cloud/cloud_policy_store.h"
15 #include "components/policy/core/common/cloud/cloud_policy_validator.h"
16 #include "components/policy/policy_export.h"
22 namespace policy { namespace
33 // Creates a validator configured to validate a user policy. The caller owns
36 scoped_ptr<enterprise_management::PolicyFetchResponse> policy,
39 // Sets |policy_data| and |payload| as the active policy.
55 } // namespace policy
/external/chromium_org/components/policy/core/common/
H A Dexternal_data_fetcher.h13 #include "components/policy/policy_export.h"
15 namespace policy { namespace
20 // data for a policy.
26 // external data referenced by the given |policy|.
28 const std::string& policy);
51 } // namespace policy
H A Dmac_util_unittest.cc10 #include "components/policy/core/common/mac_util.h"
11 #include "components/policy/core/common/policy_test_utils.h"
14 namespace policy { namespace
60 } // namespace policy
H A Dmock_configuration_policy_provider.h9 #include "components/policy/core/common/configuration_policy_provider.h"
10 #include "components/policy/core/common/policy_map.h"
11 #include "components/policy/core/common/schema_registry.h"
14 namespace policy { namespace
18 // TODO(joaodasilva, mnissler): introduce an implementation that non-policy
33 // the Chrome namespace to a copy of |policy|.
34 void UpdateChromePolicy(const PolicyMap& policy);
64 } // namespace policy
H A Dmock_policy_service.cc5 #include "components/policy/core/common/mock_policy_service.h"
7 namespace policy { namespace
21 } // namespace policy
H A Dpolicy_load_status.cc5 #include "components/policy/core/common/policy_load_status.h"
9 #include "components/policy/core/common/policy_types.h"
11 namespace policy { namespace
38 } // namespace policy
H A Dpolicy_loader_ios.h12 #include "components/policy/core/common/async_policy_loader.h"
13 #include "components/policy/policy_export.h"
15 namespace policy { namespace
17 // A policy loader that loads policy from the managed app configuration
51 } // namespace policy
H A Dpolicy_pref_names.cc5 #include "components/policy/core/common/policy_pref_names.h"
7 namespace policy { namespace
10 // 64-bit serialization of the time last policy usage statistics were collected
12 const char kLastPolicyStatisticsUpdate[] = "policy.last_statistics_update";
15 const char kUrlBlacklist[] = "policy.url_blacklist";
18 const char kUrlWhitelist[] = "policy.url_whitelist";
20 // Integer that specifies the policy refresh rate for user-policy in
22 // by the cloud policy subsystem.
23 const char kUserPolicyRefreshRate[] = "policy
[all...]

Completed in 232 milliseconds

1234567891011>>