OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AuthError
(Results
1 - 8
of
8
) sorted by null
/external/chromium/chrome/browser/sync/
sync_ui_util.cc
26
typedef GoogleServiceAuthError
AuthError
;
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();
112
DCHECK_EQ(auth_error.state(),
AuthError
::NONE);
137
} else if (auth_error.state() !=
AuthError
::NONE)
[
all
...]
sync_setup_wizard_unittest.cc
32
typedef GoogleServiceAuthError
AuthError
;
76
const
AuthError
& error) {
244
AuthError
invalid_gaia(
AuthError
::INVALID_GAIA_CREDENTIALS);
261
EXPECT_EQ(static_cast<int>(
AuthError
::INVALID_GAIA_CREDENTIALS), error);
262
service_->set_auth_state(kTestUser,
AuthError
::None());
265
AuthError
captcha_error(
AuthError
::FromCaptchaChallenge(
278
EXPECT_EQ(static_cast<int>(
AuthError
::CAPTCHA_REQUIRED), error);
279
service_->set_auth_state(kTestUser,
AuthError
::None())
[
all
...]
profile_sync_service.cc
57
typedef GoogleServiceAuthError
AuthError
;
70
: last_auth_error_(
AuthError
::None()),
537
wizard_.Step(
AuthError
::NONE == last_auth_error_.state() ?
[
all
...]
/external/chromium_org/chrome/browser/sync/
sync_ui_util.cc
38
typedef GoogleServiceAuthError
AuthError
;
156
AuthError
auth_error =
159
if (auth_error.state() !=
AuthError
::NONE) {
219
AuthError
auth_error =
231
} else if (auth_error.state() !=
AuthError
::NONE &&
232
auth_error.state() !=
AuthError
::TWO_FACTOR) {
profile_sync_service.cc
111
typedef GoogleServiceAuthError
AuthError
;
163
: last_auth_error_(
AuthError
::AuthErrorNone()),
[
all
...]
/external/chromium/chrome/browser/sync/glue/
sync_backend_host.cc
53
typedef GoogleServiceAuthError
AuthError
;
68
last_auth_error_(
AuthError
::None()),
77
last_auth_error_(
AuthError
::None()),
[
all
...]
/external/chromium/chrome/browser/sync/engine/
syncapi.cc
100
typedef GoogleServiceAuthError
AuthError
;
[
all
...]
/external/chromium_org/chrome/browser/ui/webui/
sync_setup_handler_unittest.cc
44
typedef GoogleServiceAuthError
AuthError
;
[
all
...]
Completed in 3538 milliseconds