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

  /external/chromium_org/chrome/browser/chromeos/policy/
device_cloud_policy_store_chromeos.cc 45 if (!install_attributes_->IsEnterpriseDevice() ||
76 if (!install_attributes_->IsEnterpriseDevice() &&
135 if (!install_attributes_->IsEnterpriseDevice()) {
enterprise_install_attributes.h 69 bool IsEnterpriseDevice();
enterprise_install_attributes_unittest.cc 130 TEST_F(EnterpriseInstallAttributesTest, IsEnterpriseDevice) {
132 EXPECT_FALSE(install_attributes_->IsEnterpriseDevice());
138 EXPECT_TRUE(install_attributes_->IsEnterpriseDevice());
enterprise_install_attributes.cc 266 bool EnterpriseInstallAttributes::IsEnterpriseDevice() {
283 if (!IsEnterpriseDevice())
290 if (!IsEnterpriseDevice())
browser_policy_connector_chromeos.cc 252 return install_attributes_ && install_attributes_->IsEnterpriseDevice();
device_cloud_policy_initializer.cc 151 if (install_attributes_->IsEnterpriseDevice() &&
enrollment_handler_chromeos.cc 128 if (install_attributes_->IsEnterpriseDevice()) {
  /external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/
enterprise_platform_keys_private_api.cc 129 bool EPKPChallengeKeyBase::IsEnterpriseDevice() const {
130 return install_attributes_->IsEnterpriseDevice();
304 if (!IsEnterpriseDevice()) {
442 if (IsEnterpriseDevice()) {
enterprise_platform_keys_private_api.h 73 bool IsEnterpriseDevice() const;

Completed in 479 milliseconds