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

  /external/chromium_org/chrome/browser/chromeos/login/signin/
oauth2_token_fetcher.h 55 virtual void OnClientOAuthSuccess(
oauth2_token_fetcher.cc 93 void OAuth2TokenFetcher::OnClientOAuthSuccess(
  /external/chromium_org/components/signin/core/browser/
signin_oauth_helper.h 45 virtual void OnClientOAuthSuccess(const ClientOAuthResult& result) OVERRIDE;
signin_oauth_helper.cc 26 void SigninOAuthHelper::OnClientOAuthSuccess(const ClientOAuthResult& result) {
  /external/chromium_org/chrome/browser/chromeos/policy/
policy_oauth2_token_fetcher.h 67 virtual void OnClientOAuthSuccess(
policy_oauth2_token_fetcher.cc 71 void PolicyOAuth2TokenFetcher::OnClientOAuthSuccess(
  /external/chromium_org/google_apis/gaia/
gaia_auth_consumer.h 72 virtual void OnClientOAuthSuccess(const ClientOAuthResult& result) {}
gaia_auth_fetcher_unittest.cc 176 MOCK_METHOD1(OnClientOAuthSuccess,
532 EXPECT_CALL(consumer, OnClientOAuthSuccess(
gaia_auth_fetcher.cc 840 consumer_->OnClientOAuthSuccess(
    [all...]

Completed in 1127 milliseconds