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

  /external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry.h 41 POLICY, // The handler was installed by policy
337 // policy. Every entry in protocol_handlers_ should exist in at least one of
338 // the user or policy maps.
344 // policy. Every entry in ignored_protocol_handlers_ should exist in at least
345 // one of the user or policy lists.
  /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"
37 #include "policy/policy_constants.h"
53 POLICY,
73 policy::BrowserPolicyConnector::SetPolicyProviderForTesting(&provider_);
102 } else if (GetParam() == POLICY) {
103 policy::PolicyMap policy_map
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/users/
user.h 40 // enabled through policy.
73 POLICY = 5, // Controlled by policy, can't be changed by the user.
  /packages/apps/Email/src/com/android/email/provider/
EmailProvider.java 99 import com.android.emailcommon.provider.Policy;
241 private static final int POLICY = POLICY_BASE;
296 array.put(POLICY_BASE >> BASE_SHIFT, Policy.TABLE_NAME);
496 deleteUnlinked(mDatabase, Policy.TABLE_NAME, PolicyColumns._ID,
    [all...]

Completed in 180 milliseconds