HomeSort by relevance Sort by last modified time
    Searched refs:OAUTH_ERROR (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/identity/
gaia_web_auth_flow.h 46 OAUTH_ERROR, // Flow reached final redirect, which contained an error.
56 const std::string& oauth_error) = 0;
gaia_web_auth_flow_unittest.cc 57 const std::string& oauth_error));
106 GaiaWebAuthFlow::OAUTH_ERROR,
145 GaiaWebAuthFlow::OAUTH_ERROR,
gaia_web_auth_flow.cc 209 GaiaWebAuthFlow::OAUTH_ERROR,
identity_api.cc 634 const std::string& oauth_error) {
652 case GaiaWebAuthFlow::OAUTH_ERROR:
653 error = MapOAuth2ErrorToDescription(oauth_error);
    [all...]
identity_apitest.cc 307 void set_scope_ui_oauth_error(const std::string& oauth_error) {
309 scope_ui_failure_ = GaiaWebAuthFlow::OAUTH_ERROR;
310 scope_ui_oauth_error_ = oauth_error;
    [all...]
  /external/chromium_org/remoting/host/setup/
host_starter.h 31 OAUTH_ERROR,
start_host.cc 90 case HostStarter::OAUTH_ERROR:
host_starter.cc 205 cb.Run(OAUTH_ERROR);

Completed in 154 milliseconds