Searched refs:ReportAuthError (Results 1 – 5 of 5) sorted by relevance
290 ->ReportAuthError(error); in OnMintTokenFailure()716 void IdentityAPI::ReportAuthError(const GoogleServiceAuthError& error) { in ReportAuthError() function in extensions::IdentityAPI719 account_tracker_.ReportAuthError(token_service->GetPrimaryAccountId(), error); in ReportAuthError()
57 void ReportAuthError(const std::string& account_key,
476 account_tracker()->ReportAuthError( in TEST_F()484 account_tracker()->ReportAuthError( in TEST_F()
275 void ReportAuthError(const GoogleServiceAuthError& error);
31 void AccountTracker::ReportAuthError(const std::string& account_id, in ReportAuthError() function in extensions::AccountTracker