Searched defs:OnProfilePrepared (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_profile_loader.cc185 void KioskProfileLoader::OnProfilePrepared(Profile* profile) { function in class:chromeos::KioskProfileLoader
/external/chromium_org/chrome/browser/chromeos/login/
H A Dlogin_utils.cc211 virtual void OnProfilePrepared(Profile* profile) OVERRIDE;
469 void LoginUtilsImpl::OnProfilePrepared(Profile* profile) { function in class:chromeos::LoginUtilsImpl
471 delegate_->OnProfilePrepared(profile);
H A Dexisting_user_controller.cc898 // Will call OnProfilePrepared() in the end.
912 void ExistingUserController::OnProfilePrepared(Profile* profile) { function in class:chromeos::ExistingUserController
/external/chromium_org/chrome/browser/chromeos/login/session/
H A Duser_session_manager.cc581 void UserSessionManager::OnProfilePrepared(Profile* profile) { function in class:chromeos::UserSessionManager
719 delegate_->OnProfilePrepared(profile);
825 delegate_->OnProfilePrepared(profile);
1007 // Will call OnProfilePrepared() once profile has been loaded.

Completed in 122 milliseconds