OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReportAuthError
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/identity/
account_tracker.h
57
void
ReportAuthError
(const std::string& account_key,
identity_api.cc
290
->
ReportAuthError
(error);
716
void IdentityAPI::
ReportAuthError
(const GoogleServiceAuthError& error) {
719
account_tracker_.
ReportAuthError
(token_service->GetPrimaryAccountId(), error);
account_tracker_unittest.cc
476
account_tracker()->
ReportAuthError
(
484
account_tracker()->
ReportAuthError
(
account_tracker.cc
31
void AccountTracker::
ReportAuthError
(const std::string& account_id,
identity_api.h
275
void
ReportAuthError
(const GoogleServiceAuthError& error);
Completed in 489 milliseconds