Searched defs:oauth_error (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsync_auth_test.cc91 GoogleServiceAuthError oauth_error = local
94 return oauth_error.state() != GoogleServiceAuthError::NONE;
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_api.cc634 const std::string& oauth_error) {
653 error = MapOAuth2ErrorToDescription(oauth_error);
631 OnGaiaFlowFailure( GaiaWebAuthFlow::Failure failure, GoogleServiceAuthError service_error, const std::string& oauth_error) argument
H A Didentity_apitest.cc307 void set_scope_ui_oauth_error(const std::string& oauth_error) { argument
310 scope_ui_oauth_error_ = oauth_error;

Completed in 104 milliseconds