/external/chromium_org/chrome/browser/sync/ |
D | sync_ui_util.cc | 171 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()
|
D | sync_global_error_unittest.cc | 90 GoogleServiceAuthError auth_error(error_state); in VerifySyncGlobalErrorResult() local 91 EXPECT_CALL(*service, GetAuthError()).WillRepeatedly(ReturnRef(auth_error)); in VerifySyncGlobalErrorResult()
|
D | sync_ui_util_unittest.cc | 60 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()
|
D | sync_error_notifier_ash_unittest.cc | 151 GoogleServiceAuthError auth_error(error_state); in VerifySyncErrorNotifierResult() local 153 ReturnRef(auth_error)); in VerifySyncErrorNotifierResult()
|
D | profile_sync_service.cc | 1293 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/ |
D | signin_error_controller_unittest.cc | 179 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()
|
D | signin_error_controller.h | 66 const GoogleServiceAuthError& auth_error() const { return auth_error_; } in auth_error() function
|
D | mutable_profile_oauth2_token_service_unittest.cc | 369 oauth2_service_.signin_error_controller()->auth_error()); in TEST_F()
|
/external/chromium_org/chrome/browser/signin/ |
D | signin_global_error.cc | 84 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()
|
D | signin_error_notifier_ash.cc | 222 switch (error_controller_->auth_error().state()) { in GetMessageBody()
|
D | signin_ui_util.cc | 113 signin_error_controller()->auth_error().state(); in GetStatusLabelsForAuthError()
|
/external/chromium_org/google_apis/gaia/ |
D | fake_oauth2_token_service.cc | 82 const GoogleServiceAuthError& auth_error) { in IssueErrorForAllPendingRequestsForAccount() argument 88 it->request->InformConsumer(auth_error, std::string(), base::Time()); in IssueErrorForAllPendingRequestsForAccount()
|
D | fake_oauth2_token_service.h | 37 const GoogleServiceAuthError& auth_error);
|
D | gaia_auth_fetcher.cc | 809 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/ |
D | online_attempt_unittest.cc | 224 GoogleServiceAuthError auth_error = in TEST_F() local 229 RunFailureTest(auth_error); in TEST_F()
|
/external/chromium_org/chrome/browser/chromeos/settings/ |
D | device_oauth2_token_service.cc | 380 GoogleServiceAuthError auth_error(error); in FailRequest() local 384 auth_error, in FailRequest()
|
/external/chromium_org/components/signin/ios/browser/ |
D | profile_oauth2_token_service_ios.mm | 119 GoogleServiceAuthError auth_error = 121 if (auth_error.state() == GoogleServiceAuthError::NONE) { 126 FireOnGetTokenFailure(auth_error);
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
D | supervised_user_import_handler.cc | 236 GoogleServiceAuthError::State state = error_controller->auth_error().state(); in HasAuthError()
|
/external/chromium_org/chrome/browser/supervised_user/ |
D | supervised_user_service.h | 255 const GoogleServiceAuthError& auth_error,
|
D | supervised_user_service.cc | 868 const GoogleServiceAuthError& auth_error, in OnSupervisedUserRegistered() argument 870 if (auth_error.state() == GoogleServiceAuthError::NONE) { in OnSupervisedUserRegistered() 886 callback.Run(auth_error); in OnSupervisedUserRegistered()
|