HomeSort by relevance Sort by last modified time
    Searched refs:POLICY (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
adm_writer_unittest.py 80 # Tests a policy group with a single policy of type 'main'.
110 POLICY !!MainPolicy_Policy
118 END POLICY
127 POLICY !!MainPolicy_Policy
135 END POLICY
151 # Tests a policy group with a single policy of type 'main'.
191 POLICY !!MainPolicy_Policy
199 END POLICY
    [all...]
  /external/chromium_org/components/user_manager/
user.h 74 POLICY = 5, // Controlled by policy, can't be changed by the user.
  /external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
wallpaper_manager_policy_browsertest.cc 24 #include "chrome/browser/chromeos/policy/cloud_external_data_manager_base_test_util.h"
25 #include "chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos.h"
26 #include "chrome/browser/chromeos/policy/user_cloud_policy_manager_factory_chromeos.h"
36 #include "components/policy/core/common/cloud/cloud_policy_core.h"
37 #include "components/policy/core/common/cloud/cloud_policy_store.h"
38 #include "components/policy/core/common/cloud/cloud_policy_validator.h"
39 #include "components/policy/core/common/cloud/policy_builder.h"
45 #include "policy/proto/cloud_policy.pb.h"
65 policy::CloudPolicyStore* GetStoreForUser(const user_manager::User* user) {
71 policy::UserCloudPolicyManagerChromeOS* policy_manager
222 std::string policy; local
226 &policy); local
    [all...]
wallpaper_manager.cc 773 return info.type == user_manager::User::POLICY;
776 void WallpaperManager::OnPolicySet(const std::string& policy,
780 info.type = user_manager::User::POLICY;
784 void WallpaperManager::OnPolicyCleared(const std::string& policy,
793 void WallpaperManager::OnPolicyFetched(const std::string& policy,
849 "policy-controlled.jpeg",
851 user_manager::User::POLICY,
867 "policy-controlled.jpeg",
869 user_manager::User::POLICY,
888 // Don't allow custom wallpapers while policy is in effect
    [all...]
  /external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry.cc 265 ChildProcessSecurityPolicy* policy = local
267 if (!policy->IsWebSafeScheme(protocol)) {
268 policy->RegisterWebSafeScheme(protocol);
447 POLICY);
449 IgnoreProtocolHandlersFromPref(prefs::kPolicyIgnoredProtocolHandlers, POLICY);
848 (source == POLICY) ? policy_protocol_handlers_ : user_protocol_handlers_;
905 ProtocolHandlerList& list = (source == POLICY)
    [all...]
protocol_handler_registry.h 41 POLICY, // The handler was installed by policy
209 // policy.
345 // policy. Every entry in protocol_handlers_ should exist in at least one of
346 // the user or policy maps.
352 // policy. Every entry in ignored_protocol_handlers_ should exist in at least
353 // one of the user or policy lists.
  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 403 /// @tparam POLICY idicate the condition to define or not to define the
435 template<SymbolDefinePolicy POLICY, SymbolResolvePolicy RESOLVE>
  /external/chromium_org/chrome/browser/chromeos/system/
tray_accessibility_browsertest.cc 31 #include "components/policy/core/browser/browser_policy_connector.h"
32 #include "components/policy/core/common/external_data_fetcher.h"
33 #include "components/policy/core/common/mock_configuration_policy_provider.h"
34 #include "components/policy/core/common/policy_map.h"
35 #include "components/policy/core/common/policy_types.h"
38 #include "policy/policy_constants.h"
54 POLICY,
74 policy::BrowserPolicyConnector::SetPolicyProviderForTesting(&provider_);
103 } else if (GetParam() == POLICY) {
104 policy::PolicyMap policy_map
    [all...]
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailProvider.java 101 import com.android.emailcommon.provider.Policy;
247 private static final int POLICY = POLICY_BASE;
302 array.put(POLICY_BASE >> BASE_SHIFT, Policy.TABLE_NAME);
508 deleteUnlinked(mDatabase, Policy.TABLE_NAME, PolicyColumns._ID,
    [all...]

Completed in 146 milliseconds