HomeSort by relevance Sort by last modified time
    Searched refs:OnClientLoginSuccess (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium/chrome/browser/chromeos/login/
online_attempt.h 47 virtual void OnClientLoginSuccess(
enterprise_enrollment_screen.h 64 virtual void OnClientLoginSuccess(const ClientLoginResult& result) OVERRIDE;
online_attempt.cc 55 void OnlineAttempt::OnClientLoginSuccess(
google_authenticator.h 109 virtual void OnClientLoginSuccess(
google_authenticator.cc 179 void GoogleAuthenticator::OnClientLoginSuccess(
243 OnClientLoginSuccess(result);
enterprise_enrollment_screen.cc 101 void EnterpriseEnrollmentScreen::OnClientLoginSuccess(
online_attempt_unittest.cc 115 &OnlineAttempt::OnClientLoginSuccess,
  /external/chromium/chrome/browser/remoting/
setup_flow_login_step.h 26 virtual void OnClientLoginSuccess(
setup_flow_login_step.cc 91 void SetupFlowLoginStep::OnClientLoginSuccess(
  /external/chromium/chrome/common/net/gaia/
gaia_auth_consumer.h 37 virtual void OnClientLoginSuccess(const ClientLoginResult& result) {}
gaia_auth_fetcher_unittest.cc 118 MOCK_METHOD1(OnClientLoginSuccess, void(const ClientLoginResult& result));
251 EXPECT_CALL(consumer, OnClientLoginSuccess(result))
376 EXPECT_CALL(consumer, OnClientLoginSuccess(_))
421 EXPECT_CALL(consumer, OnClientLoginSuccess(_))
gaia_auth_fetcher.cc 375 consumer_->OnClientLoginSuccess(
  /external/chromium_org/chrome/browser/chromeos/login/
online_attempt.h 42 virtual void OnClientLoginSuccess(
oauth2_login_verifier.h 64 virtual void OnClientLoginSuccess(const ClientLoginResult& result) OVERRIDE;
online_attempt.cc 59 void OnlineAttempt::OnClientLoginSuccess(
oauth2_login_verifier.cc 123 void OAuth2LoginVerifier::OnClientLoginSuccess(
online_attempt_unittest.cc 79 base::Bind(&OnlineAttempt::OnClientLoginSuccess,
  /external/chromium/chrome/browser/sync/
signin_manager.h 71 virtual void OnClientLoginSuccess(const ClientLoginResult& result);
signin_manager.cc 103 void SigninManager::OnClientLoginSuccess(const ClientLoginResult& result) {
signin_manager_unittest.cc 83 manager_->OnClientLoginSuccess(credentials_);
  /external/chromium_org/google_apis/gaia/
gaia_auth_consumer.h 64 virtual void OnClientLoginSuccess(const ClientLoginResult& result) {}
gaia_auth_fetcher_unittest.cc 185 MOCK_METHOD1(OnClientLoginSuccess, void(const ClientLoginResult& result));
326 EXPECT_CALL(consumer, OnClientLoginSuccess(result))
474 EXPECT_CALL(consumer, OnClientLoginSuccess(_))
507 EXPECT_CALL(consumer, OnClientLoginSuccess(_))
794 EXPECT_CALL(consumer, OnClientLoginSuccess(result))
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_setup_flow.h 80 virtual void OnClientLoginSuccess(
cloud_print_setup_flow.cc 205 void CloudPrintSetupFlow::OnClientLoginSuccess(
  /external/chromium_org/chrome/browser/signin/
signin_manager.h 152 virtual void OnClientLoginSuccess(const ClientLoginResult& result) OVERRIDE;

Completed in 675 milliseconds

1 2