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

/external/chromium_org/chrome/browser/chromeos/login/
H A Dapp_launch_signin_screen.h76 virtual bool IsSigninInProgress() const OVERRIDE;
H A Dapp_launch_signin_screen.cc161 bool AppLaunchSigninScreen::IsSigninInProgress() const { function in class:chromeos::AppLaunchSigninScreen
H A Dexisting_user_controller.h87 virtual bool IsSigninInProgress() const OVERRIDE;
H A Dexisting_user_controller.cc419 bool ExistingUserController::IsSigninInProgress() const { function in class:chromeos::ExistingUserController
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dlogin_display.h56 virtual bool IsSigninInProgress() const = 0;
H A Dwebui_login_display.cc337 bool WebUILoginDisplay::IsSigninInProgress() const { function in class:chromeos::WebUILoginDisplay
338 return delegate_->IsSigninInProgress();
H A Dwebui_login_display.h61 virtual bool IsSigninInProgress() const OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/login/lock/
H A Dwebui_screen_locker.h80 virtual bool IsSigninInProgress() const OVERRIDE;
H A Dwebui_screen_locker.cc240 bool WebUIScreenLocker::IsSigninInProgress() const { function in class:chromeos::WebUIScreenLocker
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dsignin_screen_handler.h135 virtual bool IsSigninInProgress() const = 0;
H A Dsignin_screen_handler.cc531 (delegate_->IsUserSigninCompleted() || delegate_->IsSigninInProgress())) {

Completed in 2560 milliseconds