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

  /external/chromium/chrome/browser/policy/
enterprise_install_attributes.h 40 bool IsEnterpriseDevice();
enterprise_install_attributes_unittest.cc 34 TEST_F(EnterpriseInstallAttributesTest, IsEnterpriseDevice) {
35 EXPECT_FALSE(install_attributes_.IsEnterpriseDevice());
38 EXPECT_TRUE(install_attributes_.IsEnterpriseDevice());
enterprise_install_attributes.cc 64 bool EnterpriseInstallAttributes::IsEnterpriseDevice() {
79 if (!IsEnterpriseDevice())
browser_policy_connector.cc 150 return install_attributes_.get() && install_attributes_->IsEnterpriseDevice();
  /external/chromium_org/chrome/browser/chromeos/policy/
device_cloud_policy_store_chromeos.cc 37 if (!install_attributes_->IsEnterpriseDevice() ||
65 if (!install_attributes_->IsEnterpriseDevice() &&
122 if (!install_attributes_->IsEnterpriseDevice()) {
enterprise_install_attributes.h 83 bool IsEnterpriseDevice();
enterprise_install_attributes_unittest.cc 105 TEST_F(EnterpriseInstallAttributesTest, IsEnterpriseDevice) {
107 EXPECT_FALSE(install_attributes_.IsEnterpriseDevice());
113 EXPECT_TRUE(install_attributes_.IsEnterpriseDevice());
enterprise_install_attributes.cc 294 bool EnterpriseInstallAttributes::IsEnterpriseDevice() {
310 if (!IsEnterpriseDevice())
317 if (!IsEnterpriseDevice())
enrollment_handler_chromeos.cc 101 if (install_attributes_->IsEnterpriseDevice())
  /external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/
enterprise_platform_keys_private_api.cc 110 bool EPKPChallengeKeyBase::IsEnterpriseDevice() const {
111 return install_attributes_->IsEnterpriseDevice();
263 if (!IsEnterpriseDevice()) {
403 if (IsEnterpriseDevice()) {
enterprise_platform_keys_private_api.h 72 bool IsEnterpriseDevice() const;
  /external/chromium_org/chrome/browser/policy/
browser_policy_connector.cc 262 return install_attributes_ && install_attributes_->IsEnterpriseDevice();

Completed in 954 milliseconds