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 294 bool EnterpriseInstallAttributes::IsEnterpriseDevice() {
310 if (!IsEnterpriseDevice())
317 if (!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()) {

Completed in 52 milliseconds