/external/chromium_org/chrome/browser/chromeos/login/ |
D | test_login_utils.cc | 29 delegate->OnProfilePrepared(NULL); in PrepareProfile()
|
D | login_utils.h | 30 virtual void OnProfilePrepared(Profile* profile) = 0;
|
D | fake_login_utils.cc | 92 delegate->OnProfilePrepared(profile); in PrepareProfile()
|
D | existing_user_controller.h | 146 virtual void OnProfilePrepared(Profile* profile) OVERRIDE;
|
D | user_manager_impl.h | 170 virtual void OnProfilePrepared(Profile* profile) OVERRIDE;
|
D | login_utils_browsertest.cc | 330 virtual void OnProfilePrepared(Profile* profile) OVERRIDE { in OnProfilePrepared() function in chromeos::__anon69df14cc0111::LoginUtilsTest
|
D | existing_user_controller_browsertest.cc | 178 base::Bind(&ExistingUserController::OnProfilePrepared, in SetUpOnMainThread()
|
D | login_utils.cc | 597 delegate_->OnProfilePrepared(user_profile); in FinalizePrepareProfile()
|
D | existing_user_controller.cc | 785 void ExistingUserController::OnProfilePrepared(Profile* profile) { in OnProfilePrepared() function in chromeos::ExistingUserController
|
D | user_manager_impl.cc | 1006 void UserManagerImpl::OnProfilePrepared(Profile* profile) { in OnProfilePrepared() function in chromeos::UserManagerImpl
|
/external/chromium_org/chrome/browser/chromeos/app_mode/ |
D | kiosk_profile_loader.h | 62 virtual void OnProfilePrepared(Profile* profile) OVERRIDE;
|
D | kiosk_profile_loader.cc | 180 void KioskProfileLoader::OnProfilePrepared(Profile* profile) { in OnProfilePrepared() function in chromeos::KioskProfileLoader
|
/external/chromium/chrome/browser/chromeos/login/ |
D | login_utils.h | 33 virtual void OnProfilePrepared(Profile* profile) = 0;
|
D | existing_user_controller.h | 93 virtual void OnProfilePrepared(Profile* profile);
|
D | mock_authenticator.h | 122 delegate->OnProfilePrepared(NULL); in PrepareProfile()
|
D | existing_user_controller_browsertest.cc | 89 controller_->OnProfilePrepared(NULL); in OnLoginSuccess()
|
D | existing_user_controller.cc | 335 void ExistingUserController::OnProfilePrepared(Profile* profile) { in OnProfilePrepared() function in chromeos::ExistingUserController
|
D | login_utils.cc | 341 delegate_->OnProfilePrepared(profile); in OnProfileCreated()
|
/external/chromium_org/chrome/browser/chromeos/ |
D | chrome_browser_main_chromeos.cc | 173 virtual void OnProfilePrepared(Profile* profile) OVERRIDE { in OnProfilePrepared() function in chromeos::__anon5eb83f1c0111::StubLogin
|
/external/chromium/chrome/browser/ |
D | browser_main.cc | 1025 virtual void OnProfilePrepared(Profile* profile) { in OnProfilePrepared() function in __anonb081a82a0111::StubLogin
|