HomeSort by relevance Sort by last modified time
    Searched refs:IsEnterpriseDevice (Results 1 - 4 of 4) 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();

Completed in 67 milliseconds