Home
last modified time | relevance | path

Searched refs:auth_error (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/chrome/browser/sync/
Dsync_ui_util.cc171 AuthError auth_error = in GetStatusInfo() local
173 signin_error_controller()->auth_error(); in GetStatusInfo()
174 if (auth_error.state() != AuthError::NONE) { in GetStatusInfo()
234 AuthError auth_error = in GetStatusInfo() local
236 signin_error_controller()->auth_error(); in GetStatusInfo()
246 } else if (auth_error.state() != AuthError::NONE && in GetStatusInfo()
247 auth_error.state() != AuthError::TWO_FACTOR) { in GetStatusInfo()
Dsync_global_error_unittest.cc90 GoogleServiceAuthError auth_error(error_state); in VerifySyncGlobalErrorResult() local
91 EXPECT_CALL(*service, GetAuthError()).WillRepeatedly(ReturnRef(auth_error)); in VerifySyncGlobalErrorResult()
Dsync_ui_util_unittest.cc60 GoogleServiceAuthError auth_error(error_state); in VerifySyncGlobalErrorResult() local
61 EXPECT_CALL(*service, GetAuthError()).WillRepeatedly(ReturnRef(auth_error)); in VerifySyncGlobalErrorResult()
118 GoogleServiceAuthError auth_error( in TEST_F() local
120 EXPECT_CALL(service, GetAuthError()).WillRepeatedly(ReturnRef(auth_error)); in TEST_F()
Dsync_error_notifier_ash_unittest.cc151 GoogleServiceAuthError auth_error(error_state); in VerifySyncErrorNotifierResult() local
153 ReturnRef(auth_error)); in VerifySyncErrorNotifierResult()
Dprofile_sync_service.cc1293 const GoogleServiceAuthError auth_error = in OnConnectionStatusChange() local
1295 DVLOG(1) << "Connection status change: " << auth_error.ToString(); in OnConnectionStatusChange()
1296 UpdateAuthErrorState(auth_error); in OnConnectionStatusChange()
/external/chromium_org/components/signin/core/browser/
Dsignin_error_controller_unittest.cc179 error_controller_->auth_error().state()); in TEST_F()
184 error_controller_->auth_error().state()); in TEST_F()
231 error_controller_->auth_error().state()); in TEST_F()
242 error_controller_->auth_error().state()); in TEST_F()
253 error_controller_->auth_error().state()); in TEST_F()
264 error_controller_->auth_error().state()); in TEST_F()
Dsignin_error_controller.h66 const GoogleServiceAuthError& auth_error() const { return auth_error_; } in auth_error() function
Dmutable_profile_oauth2_token_service_unittest.cc369 oauth2_service_.signin_error_controller()->auth_error()); in TEST_F()
/external/chromium_org/chrome/browser/signin/
Dsignin_global_error.cc84 if (error_controller_->auth_error().state() != in ExecuteMenuItem()
133 switch (error_controller_->auth_error().state()) { in GetBubbleViewMessages()
162 if (error_controller_->auth_error().state() == in GetBubbleViewAcceptButtonLabel()
Dsignin_error_notifier_ash.cc222 switch (error_controller_->auth_error().state()) { in GetMessageBody()
Dsignin_ui_util.cc113 signin_error_controller()->auth_error().state(); in GetStatusLabelsForAuthError()
/external/chromium_org/google_apis/gaia/
Dfake_oauth2_token_service.cc82 const GoogleServiceAuthError& auth_error) { in IssueErrorForAllPendingRequestsForAccount() argument
88 it->request->InformConsumer(auth_error, std::string(), base::Time()); in IssueErrorForAllPendingRequestsForAccount()
Dfake_oauth2_token_service.h37 const GoogleServiceAuthError& auth_error);
Dgaia_auth_fetcher.cc809 GoogleServiceAuthError auth_error( in OnClientLoginToOAuth2Fetched() local
812 consumer_->OnClientOAuthFailure(auth_error); in OnClientLoginToOAuth2Fetched()
815 GoogleServiceAuthError auth_error(GenerateAuthError(data, status)); in OnClientLoginToOAuth2Fetched() local
816 consumer_->OnClientOAuthFailure(auth_error); in OnClientLoginToOAuth2Fetched()
/external/chromium_org/chrome/browser/chromeos/login/auth/
Donline_attempt_unittest.cc224 GoogleServiceAuthError auth_error = in TEST_F() local
229 RunFailureTest(auth_error); in TEST_F()
/external/chromium_org/chrome/browser/chromeos/settings/
Ddevice_oauth2_token_service.cc380 GoogleServiceAuthError auth_error(error); in FailRequest() local
384 auth_error, in FailRequest()
/external/chromium_org/components/signin/ios/browser/
Dprofile_oauth2_token_service_ios.mm119 GoogleServiceAuthError auth_error =
121 if (auth_error.state() == GoogleServiceAuthError::NONE) {
126 FireOnGetTokenFailure(auth_error);
/external/chromium_org/chrome/browser/ui/webui/options/
Dsupervised_user_import_handler.cc236 GoogleServiceAuthError::State state = error_controller->auth_error().state(); in HasAuthError()
/external/chromium_org/chrome/browser/supervised_user/
Dsupervised_user_service.h255 const GoogleServiceAuthError& auth_error,
Dsupervised_user_service.cc868 const GoogleServiceAuthError& auth_error, in OnSupervisedUserRegistered() argument
870 if (auth_error.state() == GoogleServiceAuthError::NONE) { in OnSupervisedUserRegistered()
886 callback.Run(auth_error); in OnSupervisedUserRegistered()