Searched defs:policy (Results 126 - 150 of 820) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/net/
H A Dproxy_policy_handler.h11 #include "components/policy/core/browser/configuration_policy_handler.h"
13 namespace policy { namespace
52 // Converts the deprecated ProxyServerMode policy value to a ProxyMode value
62 } // namespace policy
/external/chromium_org/chrome/browser/policy/cloud/
H A Dtest_request_interceptor.h13 #include "policy/proto/device_management_backend.pb.h"
26 namespace policy { namespace
57 // Returns a JobCallback that will process a policy register request that
87 } // namespace policy
H A Duser_cloud_policy_manager_factory.h23 namespace policy { namespace
28 // instances that initialize per-profile cloud policy settings on the desktop
56 // If |force_immediate_load| is true, policy is loaded synchronously from
59 // |background_task_runner| is used for the cloud policy store.
128 } // namespace policy
H A Duser_policy_signin_service.h14 #include "chrome/browser/policy/cloud/user_policy_signin_service_base.h"
24 namespace policy { namespace
45 // Registers a CloudPolicyClient for fetching policy for a user. The
49 // policy).
73 // Fetches an OAuth token to allow the cloud policy service to register with
74 // the cloud policy server. |oauth_login_token| should contain an OAuth login
79 // Callback invoked when policy registration has finished.
83 // cloud policy.
86 // Invoked when a policy registration request is complete.
102 } // namespace policy
[all...]
H A Duser_policy_signin_service_mobile.h16 #include "chrome/browser/policy/cloud/user_policy_signin_service_base.h"
25 namespace policy { namespace
44 // Registers a CloudPolicyClient for fetching policy for |username|.
46 // the policy service if the account has management enabled.
47 // |callback| is invoked once we have registered this device to fetch policy,
53 // Registers a CloudPolicyClient for fetching policy for |username|.
56 // registered this device to fetch policy, or once it is determined that
63 // Returns the list of OAuth access scopes required for policy fetching.
86 // Registers for cloud policy for an already signed-in user.
89 // Cancels a pending cloud policy registratio
[all...]
/external/chromium_org/chrome/browser/policy/
H A Dfile_selection_dialogs_policy_handler.cc5 #include "chrome/browser/policy/file_selection_dialogs_policy_handler.h"
10 #include "components/policy/core/common/policy_map.h"
11 #include "policy/policy_constants.h"
13 namespace policy { namespace
34 } // namespace policy
H A Dfile_selection_dialogs_policy_handler_unittest.cc7 #include "chrome/browser/policy/file_selection_dialogs_policy_handler.h"
9 #include "components/policy/core/common/policy_map.h"
10 #include "policy/policy_constants.h"
13 namespace policy { namespace
15 // Test cases for how the AllowFileSelectionDialogs policy influences the
60 } // namespace policy
H A Dprofile_policy_connector_factory.h28 namespace policy { namespace
34 // policy providers and other policy components.
49 // If |force_immediate_load| is true then policy is loaded synchronously on
62 // with |provider| as its sole policy provider. This can be called multiple
63 // times to override the policy providers for more than 1 Profile.
95 } // namespace policy
/external/chromium_org/chrome/browser/policy/test/
H A Dlocal_policy_test_server.h22 namespace policy { namespace
24 // Runs a python implementation of the cloud policy server on the local machine.
27 // Initializes the test server to serve its policy from a temporary directory,
36 // chrome/test/data/policy/policy_|test_name|.json.
41 // Sets the policy signing key and verification signature used by the server.
47 // Pre-configures a registered client so the server returns policy without the
54 // Updates policy served by the server for a given (type, entity_id) pair.
57 // |type| is the policy type as requested in the protocol via
58 // |PolicyFetchRequest.policy_type|. |policy| is the payload data in the
63 const std::string& policy);
[all...]
/external/chromium_org/chrome/browser/sync/
H A Dsync_policy_handler_unittest.cc8 #include "components/policy/core/common/policy_map.h"
10 #include "policy/policy_constants.h"
15 // Test cases for the Sync policy setting.
19 policy::PolicyMap policy; local
22 handler.ApplyPolicySettings(policy, &prefs);
27 policy::PolicyMap policy; local
28 policy.Set(policy
42 policy::PolicyMap policy; local
[all...]
/external/chromium_org/chrome/browser/ui/search/
H A Dsearch_ipc_router_policy_unittest.cc38 SearchIPCRouterPolicyImpl* policy = local
40 policy->set_is_incognito(true);
/external/chromium_org/components/policy/core/browser/
H A Dautofill_policy_handler.cc5 #include "components/policy/core/browser/autofill_policy_handler.h"
10 #include "components/policy/core/common/policy_map.h"
11 #include "policy/policy_constants.h"
13 namespace policy { namespace
30 } // namespace policy
H A Dautofill_policy_handler_unittest.cc8 #include "components/policy/core/browser/autofill_policy_handler.h"
9 #include "components/policy/core/common/policy_map.h"
10 #include "policy/policy_constants.h"
13 namespace policy { namespace
15 // Test cases for the Autofill policy setting.
19 PolicyMap policy; local
22 handler.ApplyPolicySettings(policy, &prefs);
27 PolicyMap policy; local
28 policy.Set(key::kAutoFillEnabled,
35 handler.ApplyPolicySettings(policy,
42 PolicyMap policy; local
[all...]
H A Dconfiguration_policy_handler_list.h13 #include "components/policy/core/common/policy_details.h"
14 #include "components/policy/policy_export.h"
18 namespace policy { namespace
29 // cleaning up policy values for displaying.
40 // Adds a policy handler to the list.
50 // Converts sensitive policy values to others more appropriate for displaying.
66 } // namespace policy
H A Dconfiguration_policy_pref_store.h15 #include "components/policy/core/common/policy_map.h"
16 #include "components/policy/core/common/policy_service.h"
17 #include "components/policy/core/common/policy_types.h"
18 #include "components/policy/policy_export.h"
22 namespace policy { namespace
26 // An implementation of PrefStore that bridges policy settings as read from the
57 // Refreshes policy information, rereading policy from the policy service and
62 // to the policies currently provided by the policy servic
[all...]
H A Dconfiguration_policy_pref_store_test.cc5 #include "components/policy/core/browser/configuration_policy_pref_store_test.h"
12 #include "components/policy/core/browser/configuration_policy_handler_parameters.h"
13 #include "components/policy/core/browser/configuration_policy_pref_store.h"
14 #include "components/policy/core/common/policy_details.h"
15 #include "components/policy/core/common/policy_map.h"
16 #include "components/policy/core/common/policy_service_impl.h"
22 namespace policy { namespace
48 const PolicyMap& policy) {
49 provider_.UpdateChromePolicy(policy);
54 } // namespace policy
47 UpdateProviderPolicy( const PolicyMap& policy) argument
[all...]
H A Dconfiguration_policy_pref_store_test.h12 #include "components/policy/core/browser/configuration_policy_handler_list.h"
13 #include "components/policy/core/common/mock_configuration_policy_provider.h"
14 #include "components/policy/core/common/policy_service_impl.h"
17 namespace policy { namespace
29 void UpdateProviderPolicy(const PolicyMap& policy);
31 // A unit test can override this method to populate the policy handler
47 } // namespace policy
/external/chromium_org/components/policy/core/browser/cloud/
H A Dmessage_util.cc5 #include "components/policy/core/browser/cloud/message_util.h"
11 namespace policy { namespace
134 } // namespace policy
/external/chromium_org/components/policy/core/common/
H A Dasync_policy_provider.h13 #include "components/policy/core/common/configuration_policy_provider.h"
14 #include "components/policy/policy_export.h"
20 namespace policy { namespace
26 // A policy provider that loads its policies asynchronously on a background
51 // Callback passed to the loader that it uses to pass back the current policy
59 // The |loader_| that does the platform-specific policy loading. It lives
74 } // namespace policy
/external/chromium_org/components/policy/core/common/cloud/
H A Dcloud_external_data_manager.h14 #include "components/policy/core/common/external_data_manager.h"
15 #include "components/policy/policy_export.h"
21 namespace policy { namespace
27 // This a common base class used by cloud policy implementations and mocks.
39 // Maps from policy names to the metadata specifying the external data that
53 // Called by the |policy_store_| when policy changes.
73 } // namespace policy
H A Dmock_device_management_service.h11 #include "components/policy/core/common/cloud/device_management_service.h"
12 #include "policy/proto/device_management_backend.pb.h"
15 namespace policy { namespace
80 } // namespace policy
H A Dpolicy_header_service.h13 #include "components/policy/core/common/cloud/cloud_policy_store.h"
14 #include "components/policy/policy_export.h"
20 namespace policy { namespace
25 // keep them up-to-date as policy changes.
26 // TODO(atwilson): Move to components/policy once CloudPolicyStore is moved.
30 // device policy. Both |user_policy_store| and |device_policy_store| must
39 // add policy headers to outgoing requests. The caller takes ownership of
54 // Generate a policy header based on the currently loaded policy.
60 // URL of the policy serve
[all...]
H A Dsystem_policy_request_context.cc5 #include "components/policy/core/common/cloud/system_policy_request_context.h"
13 namespace policy { namespace
72 } // namespace policy
H A Dsystem_policy_request_context.h6 #include "components/policy/policy_export.h"
17 namespace policy { namespace
47 } // namespace policy
H A Duser_cloud_policy_manager.h15 #include "components/policy/core/common/cloud/cloud_policy_manager.h"
16 #include "components/policy/policy_export.h"
28 namespace policy { namespace
34 // UserCloudPolicyManager handles initialization of user policy.
37 // |task_runner| is the runner for policy refresh tasks.
65 // cached cloud policy). This is typically called when a profile is being
66 // disassociated from a given user (e.g. during signout). No policy will be
76 // profile's policy infrastructure (for example, during signin when we
77 // want to check if the user's domain requires policy).
87 // Path where policy fo
[all...]

Completed in 198 milliseconds

1234567891011>>