OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:auth_error_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/signin/
fake_auth_status_provider.cc
9
auth_error_
(GoogleServiceAuthError::AuthErrorNone()) {
18
return
auth_error_
;
22
auth_error_
= error;
fake_auth_status_provider.h
27
GoogleServiceAuthError
auth_error_
;
member in class:FakeAuthStatusProvider
signin_global_error.cc
28
:
auth_error_
(GoogleServiceAuthError::AuthErrorNone()), profile_(profile) {
74
if (current_error.state() !=
auth_error_
.state()) {
75
auth_error_
= current_error;
96
auth_error_
.state() == GoogleServiceAuthError::NONE ||
97
auth_error_
.state() == GoogleServiceAuthError::CONNECTION_FAILED) {
109
if (
auth_error_
.state() != GoogleServiceAuthError::NONE) {
149
switch (
auth_error_
.state()) {
184
if (
auth_error_
.state() == GoogleServiceAuthError::SERVICE_UNAVAILABLE) {
signin_global_error.h
47
GoogleServiceAuthError GetLastAuthError() const { return
auth_error_
; }
71
GoogleServiceAuthError
auth_error_
;
member in class:SigninGlobalError
Completed in 39 milliseconds