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

  /external/chromium/chrome/browser/policy/
enterprise_install_attributes.cc 64 bool EnterpriseInstallAttributes::IsEnterpriseDevice() {
79 if (!IsEnterpriseDevice())
  /external/chromium_org/chrome/browser/chromeos/policy/
enterprise_install_attributes.cc 302 bool EnterpriseInstallAttributes::IsEnterpriseDevice() {
318 if (!IsEnterpriseDevice())
325 if (!IsEnterpriseDevice())
  /external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/
enterprise_platform_keys_private_api.cc 128 bool EPKPChallengeKeyBase::IsEnterpriseDevice() const {
129 return install_attributes_->IsEnterpriseDevice();
303 if (!IsEnterpriseDevice()) {
441 if (IsEnterpriseDevice()) {

Completed in 192 milliseconds