HomeSort by relevance Sort by last modified time
    Searched defs:OnLoginSuccess (Results 1 - 10 of 10) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
existing_user_controller_browsertest.cc 82 void OnLoginSuccess(const std::string&,
mock_authenticator.h 34 // Returns true after posting task to UI thread to call OnLoginSuccess().
43 NewRunnableMethod(this, &MockAuthenticator::OnLoginSuccess,
65 void OnLoginSuccess(const GaiaAuthConsumer::ClientLoginResult& credentials,
69 consumer_->OnLoginSuccess(expected_username_,
login_performer.cc 109 void LoginPerformer::OnLoginSuccess(
122 // After delegate_->OnLoginSuccess(...) is called, delegate_ releases
132 delegate_->OnLoginSuccess(username,
existing_user_controller.cc 304 void ExistingUserController::OnLoginSuccess(
google_authenticator.cc 201 &GoogleAuthenticator::OnLoginSuccess,
272 void GoogleAuthenticator::OnLoginSuccess(
289 consumer_->OnLoginSuccess(username_,
308 OnLoginSuccess(GaiaAuthConsumer::ClientLoginResult(), false);
335 consumer_->OnLoginSuccess(username_,
367 OnLoginSuccess(credentials, false);
378 OnLoginSuccess(credentials, false);
parallel_authenticator.cc 125 void ParallelAuthenticator::OnLoginSuccess(
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,
screen_locker.cc 643 screen_locker_->OnLoginSuccess(not_used_string,
835 void ScreenLocker::OnLoginSuccess(
840 VLOG(1) << "OnLoginSuccess: Sending Unlock request.";
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
personal_options_handler.cc 323 void PersonalOptionsHandler::OnLoginSuccess() {
  /external/chromium/chrome/browser/extensions/
extension_webstore_private_api.cc 498 // Matched with a Release in OnLoginSuccess() and OnLoginFailure().
515 // The response will be sent asynchronously in OnLoginSuccess/OnLoginFailure.
536 void PromptBrowserLoginFunction::OnLoginSuccess() {
  /external/chromium/chrome/browser/
browser_main.cc     [all...]

Completed in 134 milliseconds