Searched refs:GetEnterpriseDomain (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dterms_of_service_screen.cc52 actor_->SetDomain(connector->GetEnterpriseDomain());
H A Duser_selection_screen.cc63 policy_connector->GetEnterpriseDomain());
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dbrowser_policy_connector_chromeos.h62 std::string GetEnterpriseDomain();
H A Ddevice_local_account_policy_store.cc174 connector->GetEnterpriseDomain(),
H A Dblocking_login_browsertest.cc271 EXPECT_EQ(kDomain, browser_policy_connector()->GetEnterpriseDomain());
H A Dbrowser_policy_connector_chromeos.cc255 std::string BrowserPolicyConnectorChromeOS::GetEnterpriseDomain() { function in class:policy::BrowserPolicyConnectorChromeOS
/external/chromium_org/chrome/browser/chromeos/login/
H A Dversion_info_updater.cc113 SetEnterpriseInfo(connector->GetEnterpriseDomain());
/external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/
H A Denterprise_platform_keys_private_api.cc146 gaia::ExtractDomainName(email) == GetEnterpriseDomain();
149 std::string EPKPChallengeKeyBase::GetEnterpriseDomain() const { function in class:extensions::EPKPChallengeKeyBase
359 GetEnterpriseDomain(),
H A Denterprise_platform_keys_private_api.h82 std::string GetEnterpriseDomain() const;
/external/chromium_org/ash/system/tray/
H A Ddefault_system_tray_delegate.cc65 const std::string DefaultSystemTrayDelegate::GetEnterpriseDomain() const { function in class:ash::DefaultSystemTrayDelegate
H A Ddefault_system_tray_delegate.h26 virtual const std::string GetEnterpriseDomain() const OVERRIDE;
H A Dsystem_tray_delegate.h106 virtual const std::string GetEnterpriseDomain() const = 0;
/external/chromium_org/chrome/browser/chromeos/login/enrollment/
H A Denrollment_screen.cc274 connector->GetEnterpriseDomain() != gaia::ExtractDomainName(user_)) {
276 << connector->GetEnterpriseDomain();
/external/chromium_org/chrome/browser/ui/ash/
H A Dsystem_tray_delegate_linux.cc66 virtual const std::string GetEnterpriseDomain() const OVERRIDE {
H A Dsystem_tray_delegate_win.cc66 virtual const std::string GetEnterpriseDomain() const OVERRIDE {
H A Dsystem_tray_delegate_chromeos.cc365 const std::string SystemTrayDelegateChromeOS::GetEnterpriseDomain() const { function in class:chromeos::SystemTrayDelegateChromeOS
370 if (GetEnterpriseDomain().empty())
373 base::UTF8ToUTF16(GetEnterpriseDomain()));
1258 std::string enterprise_domain = connector->GetEnterpriseDomain();
H A Dsystem_tray_delegate_chromeos.h63 virtual const std::string GetEnterpriseDomain() const OVERRIDE;
/external/chromium_org/chrome/browser/ui/webui/help/
H A Dhelp_handler.cc104 return domain == connector->GetEnterpriseDomain();
/external/chromium_org/ash/system/user/
H A Duser_card_view.cc174 Shell::GetInstance()->system_tray_delegate()->GetEnterpriseDomain());
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dntp_resource_cache.cc350 std::string enterprise_domain = connector->GetEnterpriseDomain();
/external/chromium_org/chrome/browser/ui/webui/
H A Dpolicy_ui.cc469 domain_ = connector->GetEnterpriseDomain();

Completed in 277 milliseconds