OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:last_auth_error_
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/chrome/browser/signin/
profile_oauth2_token_service.cc
83
last_auth_error_
(GoogleServiceAuthError::NONE) {
95
if (error.state() !=
last_auth_error_
.state()) {
96
last_auth_error_
= error;
107
return
last_auth_error_
;
profile_oauth2_token_service.h
104
GoogleServiceAuthError
last_auth_error_
;
member in class:ProfileOAuth2TokenService::AccountInfo
/external/chromium/chrome/browser/printing/cloud_print/
cloud_print_setup_flow.cc
101
last_auth_error_
(GoogleServiceAuthError::None()),
222
last_auth_error_
= error;
253
last_auth_error_
.captcha().token, captcha,
cloud_print_setup_flow.h
133
GoogleServiceAuthError
last_auth_error_
;
member in class:CloudPrintSetupFlow
/external/chromium/chrome/browser/sync/glue/
sync_backend_host.cc
68
last_auth_error_
(AuthError::None()),
77
last_auth_error_
(AuthError::None()),
643
return
last_auth_error_
;
[
all
...]
sync_backend_host.h
641
GoogleServiceAuthError
last_auth_error_
;
member in class:browser_sync::SyncBackendHost
/external/chromium/chrome/browser/sync/
profile_sync_service.cc
70
:
last_auth_error_
(AuthError::None()),
388
last_auth_error_
= GoogleServiceAuthError::None();
532
last_auth_error_
= error;
537
wizard_.Step(AuthError::NONE ==
last_auth_error_
.state() ?
840
last_auth_error_
.captcha().token,
[
all
...]
profile_sync_service.h
229
return
last_auth_error_
;
498
GoogleServiceAuthError
last_auth_error_
;
member in class:ProfileSyncService
sync_setup_wizard_unittest.cc
78
last_auth_error_
= error;
/external/chromium_org/chrome/browser/sync/
profile_sync_service.cc
163
:
last_auth_error_
(AuthError::AuthErrorNone()),
863
if (
last_auth_error_
.state() != GoogleServiceAuthError::NONE)
[
all
...]
profile_sync_service.h
751
GoogleServiceAuthError
last_auth_error_
;
member in class:ProfileSyncService
[
all
...]
Completed in 1011 milliseconds