Home
last modified time | relevance | path

Searched refs:ReportAuthError (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/identity/
Didentity_api.cc290 ->ReportAuthError(error); in OnMintTokenFailure()
716 void IdentityAPI::ReportAuthError(const GoogleServiceAuthError& error) { in ReportAuthError() function in extensions::IdentityAPI
719 account_tracker_.ReportAuthError(token_service->GetPrimaryAccountId(), error); in ReportAuthError()
Daccount_tracker.h57 void ReportAuthError(const std::string& account_key,
Daccount_tracker_unittest.cc476 account_tracker()->ReportAuthError( in TEST_F()
484 account_tracker()->ReportAuthError( in TEST_F()
Didentity_api.h275 void ReportAuthError(const GoogleServiceAuthError& error);
Daccount_tracker.cc31 void AccountTracker::ReportAuthError(const std::string& account_id, in ReportAuthError() function in extensions::AccountTracker