Searched refs:SetDisplayEmail (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/
H A Dapp_launch_signin_screen.h78 virtual void SetDisplayEmail(const std::string& email) OVERRIDE;
H A Dapp_launch_signin_screen.cc170 void AppLaunchSigninScreen::SetDisplayEmail(const std::string& email) { function in class:chromeos::AppLaunchSigninScreen
H A Dexisting_user_controller.h97 virtual void SetDisplayEmail(const std::string& email) OVERRIDE;
283 // The displayed email for the next login attempt set by |SetDisplayEmail|.
H A Dexisting_user_controller.cc715 void ExistingUserController::SetDisplayEmail(const std::string& email) { function in class:chromeos::ExistingUserController
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dlogin_display.h86 virtual void SetDisplayEmail(const std::string& email) = 0;
H A Dwebui_login_display.cc345 void WebUILoginDisplay::SetDisplayEmail(const std::string& email) { function in class:chromeos::WebUILoginDisplay
347 delegate_->SetDisplayEmail(email);
H A Dwebui_login_display.h83 virtual void SetDisplayEmail(const std::string& email) OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/login/lock/
H A Dwebui_screen_locker.h91 virtual void SetDisplayEmail(const std::string& email) OVERRIDE;
H A Dwebui_screen_locker.cc281 void WebUIScreenLocker::SetDisplayEmail(const std::string& email) { function in class:chromeos::WebUIScreenLocker
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dgaia_screen_handler.cc309 Delegate()->SetDisplayEmail(gaia::SanitizeEmail(email));
431 Delegate()->SetDisplayEmail(sanitized_email);
H A Dsignin_screen_handler.h163 virtual void SetDisplayEmail(const std::string& email) = 0;

Completed in 140 milliseconds