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

/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_apitest.cc304 scope_ui_failure_ = failure;
309 scope_ui_failure_ = GaiaWebAuthFlow::OAUTH_ERROR;
352 } else if (scope_ui_failure_ == GaiaWebAuthFlow::SERVICE_AUTH_ERROR) {
354 OnGaiaFlowFailure(scope_ui_failure_, error, "");
357 OnGaiaFlowFailure(scope_ui_failure_, error, scope_ui_oauth_error_);
376 GaiaWebAuthFlow::Failure scope_ui_failure_; member in class:extensions::FakeGetAuthTokenFunction

Completed in 492 milliseconds