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

  /external/chromium_org/chrome/browser/chromeos/login/auth/
online_attempt.h 45 virtual void OnClientLoginSuccess(
online_attempt.cc 59 void OnlineAttempt::OnClientLoginSuccess(
online_attempt_unittest.cc 75 base::Bind(&OnlineAttempt::OnClientLoginSuccess,
  /external/chromium_org/components/signin/core/browser/
signin_oauth_helper.h 47 virtual void OnClientLoginSuccess(const ClientLoginResult& result) OVERRIDE;
account_service_flag_fetcher.h 69 virtual void OnClientLoginSuccess(const ClientLoginResult& result) OVERRIDE;
signin_oauth_helper.cc 36 void SigninOAuthHelper::OnClientLoginSuccess(const ClientLoginResult& result) {
account_service_flag_fetcher.cc 90 void AccountServiceFlagFetcher::OnClientLoginSuccess(
  /external/chromium_org/google_apis/gaia/
gaia_auth_consumer.h 64 virtual void OnClientLoginSuccess(const ClientLoginResult& result) {}
gaia_auth_fetcher_unittest.cc 173 MOCK_METHOD1(OnClientLoginSuccess, void(const ClientLoginResult& result));
315 EXPECT_CALL(consumer, OnClientLoginSuccess(result))
431 EXPECT_CALL(consumer, OnClientLoginSuccess(_))
464 EXPECT_CALL(consumer, OnClientLoginSuccess(_))
770 EXPECT_CALL(consumer, OnClientLoginSuccess(result))
gaia_auth_fetcher.cc 753 consumer_->OnClientLoginSuccess(
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/signin/
user_manager_screen_handler.h 67 virtual void OnClientLoginSuccess(const ClientLoginResult& result) OVERRIDE;
user_manager_screen_handler.cc 422 void UserManagerScreenHandler::OnClientLoginSuccess(

Completed in 217 milliseconds