Searched defs:OnLoginSuccess (Results 1 - 10 of 10) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
H A Dexisting_user_controller_browsertest.cc82 void OnLoginSuccess(const std::string&, function in class:chromeos::MockLoginPerformerDelegate
H A Dgoogle_authenticator.cc201 &GoogleAuthenticator::OnLoginSuccess,
272 void GoogleAuthenticator::OnLoginSuccess( function in class:chromeos::GoogleAuthenticator
289 consumer_->OnLoginSuccess(username_,
308 OnLoginSuccess(GaiaAuthConsumer::ClientLoginResult(), false);
335 consumer_->OnLoginSuccess(username_,
367 OnLoginSuccess(credentials, false);
378 OnLoginSuccess(credentials, false);
H A Dlogin_performer.cc109 void LoginPerformer::OnLoginSuccess( function in class:chromeos::LoginPerformer
122 // After delegate_->OnLoginSuccess(...) is called, delegate_ releases
132 delegate_->OnLoginSuccess(username,
H A Dmock_authenticator.h34 // Returns true after posting task to UI thread to call OnLoginSuccess().
43 NewRunnableMethod(this, &MockAuthenticator::OnLoginSuccess,
65 void OnLoginSuccess(const GaiaAuthConsumer::ClientLoginResult& credentials, function in class:chromeos::MockAuthenticator
69 consumer_->OnLoginSuccess(expected_username_,
H A Dparallel_authenticator.cc125 void ParallelAuthenticator::OnLoginSuccess( function in class:chromeos::ParallelAuthenticator
140 consumer_->OnLoginSuccess(current_state_->username,
189 NewRunnableMethod(this, &ParallelAuthenticator::OnLoginSuccess,
336 // OnLoginSuccess(..., ..., true) -> OnLoginFailure().
339 NewRunnableMethod(this, &ParallelAuthenticator::OnLoginSuccess,
370 NewRunnableMethod(this, &ParallelAuthenticator::OnLoginSuccess,
H A Dexisting_user_controller.cc304 void ExistingUserController::OnLoginSuccess( function in class:chromeos::ExistingUserController
H A Dscreen_locker.cc643 screen_locker_->OnLoginSuccess(not_used_string,
835 void ScreenLocker::OnLoginSuccess( function in class:chromeos::ScreenLocker
840 VLOG(1) << "OnLoginSuccess: Sending Unlock request.";
/external/chromium/chrome/browser/ui/webui/options/
H A Dpersonal_options_handler.cc323 void PersonalOptionsHandler::OnLoginSuccess() { function in class:PersonalOptionsHandler
/external/chromium/chrome/browser/extensions/
H A Dextension_webstore_private_api.cc498 // Matched with a Release in OnLoginSuccess() and OnLoginFailure().
515 // The response will be sent asynchronously in OnLoginSuccess/OnLoginFailure.
536 void PromptBrowserLoginFunction::OnLoginSuccess() { function in class:PromptBrowserLoginFunction
/external/chromium/chrome/browser/
H A Dbrowser_main.cc1012 void OnLoginSuccess(const std::string& username, function in class:__anon1361::StubLogin

Completed in 272 milliseconds