OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oauth_error
(Results
1 - 6
of
6
) 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
,
identity_api.h
205
const std::string&
oauth_error
) OVERRIDE;
identity_api.cc
577
const std::string&
oauth_error
) {
595
case GaiaWebAuthFlow::
OAUTH_ERROR
:
596
error = MapOAuth2ErrorToDescription(
oauth_error
);
identity_apitest.cc
292
void set_scope_ui_oauth_error(const std::string&
oauth_error
) {
294
scope_ui_failure_ = GaiaWebAuthFlow::
OAUTH_ERROR
;
295
scope_ui_oauth_error_ =
oauth_error
;
385
void set_scope_ui_oauth_error(const std::string&
oauth_error
) {
387
scope_ui_failure_ = GaiaWebAuthFlow::
OAUTH_ERROR
;
388
scope_ui_oauth_error_ =
oauth_error
;
[
all
...]
/external/chromium_org/chrome/browser/sync/test/integration/
sync_auth_test.cc
91
GoogleServiceAuthError
oauth_error
=
local
94
return
oauth_error
.state() != GoogleServiceAuthError::NONE;
Completed in 650 milliseconds