Searched refs:policy (Results 176 - 200 of 1194) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_settings_service.cc13 #include "chrome/browser/chromeos/policy/proto/chrome_device_policy.pb.h"
16 #include "components/policy/core/common/cloud/cloud_policy_constants.h"
30 // NOTE: This code is here to mitigate clock loss on some devices where policy
44 scoped_ptr<em::PolicyData> policy(new em::PolicyData());
48 policy->set_management_mode(policy_data->management_mode());
50 policy->set_request_token(policy_data->request_token());
52 policy->set_device_id(policy_data->device_id());
54 // If there's no previous policy data, this is the first time the device
56 policy->set_management_mode(em::PolicyData::NOT_MANAGED);
58 policy
179 scoped_ptr<em::PolicyData> policy = local
210 scoped_ptr<em::PolicyData> policy = local
224 Store(scoped_ptr<em::PolicyFetchResponse> policy, const base::Closure& callback) argument
[all...]
/external/chromium_org/components/policy/core/common/
H A Dpolicy_bundle_unittest.cc5 #include "components/policy/core/common/policy_bundle.h"
10 #include "components/policy/core/common/external_data_fetcher.h"
11 #include "components/policy/core/common/policy_map.h"
14 namespace policy { namespace
18 const char kPolicyClashing0[] = "policy-clashing-0";
19 const char kPolicyClashing1[] = "policy-clashing-1";
20 const char kPolicy0[] = "policy-0";
21 const char kPolicy1[] = "policy-1";
22 const char kPolicy2[] = "policy-2";
28 // Adds test policies to |policy|
29 AddTestPolicies(PolicyMap* policy) argument
57 AddTestPoliciesWithParams(PolicyMap *policy, const char* name, int value, PolicyLevel level, PolicyScope scope) argument
91 PolicyMap policy; local
123 PolicyMap policy; local
[all...]
H A Dpreg_parser_win.h6 // policy settings in the file system. The file format is documented here:
17 #include "components/policy/policy_export.h"
23 namespace policy { namespace
42 } // namespace policy
/external/chromium_org/components/policy/core/common/cloud/
H A Duser_cloud_policy_store.cc5 #include "components/policy/core/common/cloud/user_cloud_policy_store.h"
13 #include "policy/proto/cloud_policy.pb.h"
14 #include "policy/proto/device_management_backend.pb.h"
15 #include "policy/proto/policy_signing_key.pb.h"
19 namespace policy { namespace
31 // No previously stored policy was found.
34 // Could not load the previously stored policy due to either a parse or
44 // Struct containing the result of a policy load - if |status| ==
45 // LOAD_RESULT_SUCCESS, |policy| is initialized from the policy fil
48 em::PolicyFetchResponse policy; member in struct:policy::PolicyLoadResult
131 StorePolicyToDiskOnBackgroundThread( const base::FilePath& policy_path, const base::FilePath& key_path, const std::string& verification_key, const em::PolicyFetchResponse& policy) argument
323 Store(const em::PolicyFetchResponse& policy) argument
337 Validate( scoped_ptr<em::PolicyFetchResponse> policy, scoped_ptr<em::PolicySigningKey> cached_key, const std::string& verification_key, bool validate_in_background, const UserCloudPolicyValidator::CompletionCallback& callback) argument
[all...]
H A Dcloud_policy_store.h12 #include "components/policy/core/common/cloud/cloud_policy_validator.h"
13 #include "components/policy/core/common/policy_map.h"
14 #include "components/policy/policy_export.h"
15 #include "policy/proto/device_management_backend.pb.h"
17 namespace policy { namespace
21 // Defines the low-level interface used by the cloud policy code to:
22 // 1. Validate policy blobs that should be applied locally
23 // 2. Persist policy blobs
24 // 3. Decode policy blobs to PolicyMap representation
31 // Loading policy fro
72 const enterprise_management::PolicyData* policy() const { function in class:policy::CloudPolicyStore
[all...]
/external/chromium_org/base/mac/
H A Dscoped_block.h25 base::scoped_policy::OwnershipPolicy policy = base::scoped_policy::ASSUME)
27 if (block_ && policy == base::scoped_policy::RETAIN)
48 base::scoped_policy::OwnershipPolicy policy =
50 if (block && policy == base::scoped_policy::RETAIN)
/external/chromium_org/chrome/browser/chromeos/attestation/
H A Dattestation_policy_observer.h16 namespace policy { namespace
29 // A class which observes policy changes and triggers device attestation work if
33 // The observer immediately connects with CrosSettings to listen for policy
35 // the server if one is created in response to policy changes; it must be in
38 explicit AttestationPolicyObserver(policy::CloudPolicyClient* policy_client);
42 AttestationPolicyObserver(policy::CloudPolicyClient* policy_client,
57 // Checks attestation policy and starts any necessary work.
69 // Uploads a certificate to the policy server.
86 // Reschedules a policy check (i.e. a call to Start) for a later time.
92 policy
[all...]
/external/chromium_org/chrome/browser/chromeos/login/enrollment/
H A Dauto_enrollment_check_screen.h64 void OnAutoEnrollmentCheckProgressed(policy::AutoEnrollmentState state);
69 policy::AutoEnrollmentState new_auto_enrollment_state);
79 policy::AutoEnrollmentState auto_enrollment_state);
99 policy::AutoEnrollmentState auto_enrollment_state_;
/external/chromium_org/chrome/browser/chromeos/login/session/
H A Dlogin_oobe_session_manager_delegate.cc13 #include "chrome/browser/chromeos/policy/browser_policy_connector_chromeos.h"
32 policy::BrowserPolicyConnectorChromeOS* connector =
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dcloud_external_data_manager_base_test_util.cc5 #include "chrome/browser/chromeos/policy/cloud_external_data_manager_base_test_util.h"
11 #include "components/policy/core/common/cloud/cloud_external_data_manager.h"
12 #include "components/policy/core/common/cloud/cloud_policy_core.h"
13 #include "components/policy/core/common/cloud/cloud_policy_store.h"
14 #include "components/policy/core/common/external_data_fetcher.h"
15 #include "components/policy/core/common/policy_map.h"
16 #include "components/policy/core/common/policy_types.h"
20 namespace policy { namespace
42 const std::string& policy,
47 policy_map.Set(policy,
41 SetExternalDataReference(CloudPolicyCore* core, const std::string& policy, scoped_ptr<base::DictionaryValue> metadata) argument
[all...]
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_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...]
/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/
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 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
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dselect_file_dialog_impl.h25 ui::SelectFilePolicy* policy);
30 ui::SelectFilePolicy* policy);
34 ui::SelectFilePolicy* policy,
46 ui::SelectFilePolicy* policy);
/external/chromium_org/chrome/browser/ui/views/
H A Dselect_file_dialog_extension_factory.h20 ui::SelectFilePolicy* policy) OVERRIDE;
/external/chromium_org/components/policy/core/browser/
H A Dautofill_policy_handler.h8 #include "components/policy/core/browser/configuration_policy_handler.h"
9 #include "components/policy/policy_export.h"
11 namespace policy { namespace
13 // ConfigurationPolicyHandler for the AutofillEnabled policy.
27 } // namespace policy
H A Durl_blacklist_policy_handler.h10 #include "components/policy/core/browser/configuration_policy_handler.h"
11 #include "components/policy/policy_export.h"
13 namespace policy { namespace
32 } // namespace policy
/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/net/http/
H A Durl_security_manager_win.cc21 // On Windows, we honor the WinINet/IE settings and group policy related to
57 DWORD policy = 0; local
61 reinterpret_cast<BYTE*>(&policy),
62 sizeof(policy), NULL, 0,
72 switch (policy) {
76 // This policy means "prompt the user for permission if the resource is
/external/chromium_org/sandbox/win/src/
H A Dhandle_policy.h19 // This class centralizes most of the knowledge related to handle policy.
22 // Creates the required low-level policy rules to evaluate a high-level
23 // policy rule for handles, in particular duplicate action.
26 LowLevelPolicy* policy);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DSandboxFlags.h53 SandboxFlags parseSandboxPolicy(const String& policy, String& invalidTokensErrorMessage);
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPrerender.cpp41 PassRefPtr<Prerender> Prerender::create(PrerenderClient* client, const KURL& url, unsigned relTypes, const String& referrer, ReferrerPolicy policy) argument
43 return adoptRef(new Prerender(client, url, relTypes, referrer, policy));
46 Prerender::Prerender(PrerenderClient* client, const KURL& url, const unsigned relTypes, const String& referrer, ReferrerPolicy policy) argument
51 , m_referrerPolicy(policy)
/external/chromium_org/ui/shell_dialogs/
H A Dlinux_shell_dialog.h34 SelectFilePolicy* policy) const = 0;

Completed in 1523 milliseconds

1234567891011>>