OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:auth_error
(Results
1 - 10
of
10
) sorted by null
/external/chromium/chrome/common/net/gaia/
gaia_authenticator.cc
29
GaiaAuthenticator::AuthResults::AuthResults() :
auth_error
(None) {}
105
results.
auth_error
, this };
122
results->
auth_error
= ConnectionUnavailable;
177
results->
auth_error
= ConnectionUnavailable;
194
results->
auth_error
= Unknown;
340
results->
auth_error
= BadAuthentication;
342
results->
auth_error
= NotVerified;
344
results->
auth_error
= TermsNotAgreed;
346
results->
auth_error
= Unknown;
348
results->
auth_error
= AccountDeleted
[
all
...]
gaia_authenticator.h
149
enum AuthenticationError
auth_error
;
member in struct:gaia::GaiaAuthenticator::AuthResults
228
inline enum AuthenticationError
auth_error
() const {
function in class:gaia::GaiaAuthenticator
230
return auth_results_.
auth_error
;
/external/chromium/chrome/browser/sync/
sync_ui_util.cc
35
void GetStatusLabelsForAuthError(const AuthError&
auth_error
,
40
if (
auth_error
.state() == AuthError::INVALID_GAIA_CREDENTIALS ||
41
auth_error
.state() == AuthError::ACCOUNT_DELETED ||
42
auth_error
.state() == AuthError::ACCOUNT_DISABLED) {
51
} else if (
auth_error
.state() == AuthError::SERVICE_UNAVAILABLE) {
55
} else if (
auth_error
.state() == AuthError::CONNECTION_FAILED) {
103
const AuthError&
auth_error
= service->GetAuthError();
local
112
DCHECK_EQ(
auth_error
.state(), AuthError::NONE);
137
} else if (
auth_error
.state() != AuthError::NONE) {
139
GetStatusLabelsForAuthError(
auth_error
, service
150
const AuthError&
auth_error
= service->GetAuthError();
local
[
all
...]
js_sync_manager_observer.h
35
virtual void OnAuthError(const GoogleServiceAuthError&
auth_error
);
js_sync_manager_observer.cc
60
const GoogleServiceAuthError&
auth_error
) {
62
return_args.Append(
auth_error
.ToValue());
/external/chromium/chrome/browser/chromeos/login/
online_attempt_unittest.cc
257
GoogleServiceAuthError
auth_error
=
local
262
RunFailureTest(
auth_error
);
google_authenticator_unittest.cc
416
GoogleServiceAuthError
auth_error
=
local
422
LoginFailure failure = LoginFailure::FromNetworkAuthFailure(
auth_error
);
431
auth->OnClientLoginFailure(
auth_error
);
436
GoogleServiceAuthError
auth_error
(
452
auth->OnClientLoginFailure(
auth_error
);
/external/chromium/chrome/browser/sync/glue/
sync_backend_host.h
279
virtual void OnAuthError(const GoogleServiceAuthError&
auth_error
);
sync_backend_host.cc
[
all
...]
/external/chromium/chrome/browser/sync/engine/
syncapi.h
776
virtual void OnAuthError(const GoogleServiceAuthError&
auth_error
) = 0;
[
all
...]
Completed in 779 milliseconds