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