Searched refs:StubEnterpriseInstallAttributes (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/policy/
H A Dstub_enterprise_install_attributes.cc14 StubEnterpriseInstallAttributes::StubEnterpriseInstallAttributes() function in class:policy::StubEnterpriseInstallAttributes
19 void StubEnterpriseInstallAttributes::SetDomain(const std::string& domain) {
23 void StubEnterpriseInstallAttributes::SetRegistrationUser(
28 void StubEnterpriseInstallAttributes::SetDeviceId(const std::string& id) {
32 void StubEnterpriseInstallAttributes::SetMode(DeviceMode mode) {
41 StubEnterpriseInstallAttributes* attributes =
42 new StubEnterpriseInstallAttributes();
H A Dstub_enterprise_install_attributes.h19 class StubEnterpriseInstallAttributes : public EnterpriseInstallAttributes { class in namespace:policy
21 StubEnterpriseInstallAttributes();
29 DISALLOW_COPY_AND_ASSIGN(StubEnterpriseInstallAttributes);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dpreferences_browsertest.cc720 scoped_ptr<policy::StubEnterpriseInstallAttributes> attributes(
721 new policy::StubEnterpriseInstallAttributes());
/external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/
H A Denterprise_platform_keys_private_api_unittest.cc200 policy::StubEnterpriseInstallAttributes stub_install_attributes_;

Completed in 866 milliseconds