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

  /external/chromium_org/chrome/browser/chromeos/policy/
enterprise_install_attributes.h 26 class EnterpriseInstallAttributes {
43 explicit EnterpriseInstallAttributes(
45 ~EnterpriseInstallAttributes();
155 base::WeakPtrFactory<EnterpriseInstallAttributes> weak_ptr_factory_;
157 DISALLOW_COPY_AND_ASSIGN(EnterpriseInstallAttributes);
enterprise_install_attributes.cc 40 EnterpriseInstallAttributes::GetEnterpriseOwnedInstallAttributesBlobForTesting(
46 attribute->set_name(EnterpriseInstallAttributes::kAttrEnterpriseOwned);
50 attribute->set_name(EnterpriseInstallAttributes::kAttrEnterpriseUser);
56 EnterpriseInstallAttributes::EnterpriseInstallAttributes(
64 EnterpriseInstallAttributes::~EnterpriseInstallAttributes() {}
66 void EnterpriseInstallAttributes::ReadCacheFile(
101 void EnterpriseInstallAttributes::ReadImmutableAttributes(
109 base::Bind(&EnterpriseInstallAttributes::ReadAttributesIfReady
    [all...]

Completed in 665 milliseconds