Home
last modified time | relevance | path

Searched refs:GetAuthError (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/chrome/browser/sync/
Dsync_startup_tracker_unittest.cc43 EXPECT_CALL(*mock_pss_, GetAuthError()). in SetUp()
55 EXPECT_CALL(*mock_pss_, GetAuthError()) in SetupNonInitializedPSS()
97 EXPECT_CALL(*mock_pss_, GetAuthError()).WillRepeatedly(ReturnRef(error)); in TEST_F()
130 EXPECT_CALL(*mock_pss_, GetAuthError()).WillRepeatedly(ReturnRef(error)); in TEST_F()
150 EXPECT_CALL(*mock_pss_, GetAuthError()).WillRepeatedly(ReturnRef(error)); in TEST_F()
Dsync_ui_util_unittest.cc61 EXPECT_CALL(*service, GetAuthError()).WillRepeatedly(ReturnRef(auth_error)); in VerifySyncGlobalErrorResult()
120 EXPECT_CALL(service, GetAuthError()).WillRepeatedly(ReturnRef(auth_error)); in TEST_F()
344 EXPECT_CALL(service, GetAuthError()).WillRepeatedly(ReturnRef(error)); in TEST_F()
370 EXPECT_CALL(service, GetAuthError()).WillRepeatedly(ReturnRef(error)); in TEST_F()
384 EXPECT_CALL(service, GetAuthError()).WillRepeatedly(ReturnRef(error)); in TEST_F()
407 EXPECT_CALL(service, GetAuthError()).WillRepeatedly(ReturnRef(error)); in TEST_F()
Dsync_startup_tracker.cc76 service->GetAuthError().state() != GoogleServiceAuthError::NONE) { in GetSyncServiceState()
Dprofile_sync_service_mock.h87 MOCK_CONST_METHOD0(GetAuthError, const GoogleServiceAuthError&());
Dsync_global_error_unittest.cc91 EXPECT_CALL(*service, GetAuthError()).WillRepeatedly(ReturnRef(auth_error)); in VerifySyncGlobalErrorResult()
Dsync_error_notifier_ash_unittest.cc152 EXPECT_CALL(*service_, GetAuthError()).WillRepeatedly( in VerifySyncErrorNotifierResult()
Dprofile_sync_service_android.h198 jint GetAuthError(JNIEnv* env, jobject obj);
Dprofile_sync_service_android.cc201 jint ProfileSyncServiceAndroid::GetAuthError(JNIEnv* env, jobject) { in GetAuthError() function in ProfileSyncServiceAndroid
203 return sync_service_->GetAuthError().state(); in GetAuthError()
Dprofile_sync_service_startup_unittest.cc306 sync_->GetAuthError().state()); in TEST_F()
Dprofile_sync_service.h469 virtual const GoogleServiceAuthError& GetAuthError() const;
Dprofile_sync_service.cc1658 const AuthError& ProfileSyncService::GetAuthError() const { in GetAuthError() function in ProfileSyncService
2261 if (!sync_initialized() || GetAuthError().state() != AuthError::NONE) { in GoogleSigninSucceeded()
/external/chromium_org/chrome/browser/chromeos/login/signin/
Dauth_sync_observer.cc54 sync_service->GetAuthError().state(); in OnStateChanged()
63 << sync_service->GetAuthError().ToString(); in OnStateChanged()
/external/chromium_org/chrome/browser/sync/test/integration/
Dprofile_sync_service_harness.cc44 return service->GetAuthError().state() == in HasAuthError()
46 service->GetAuthError().state() == in HasAuthError()
48 service->GetAuthError().state() == in HasAuthError()
236 if (service()->GetAuthError().state() == in SetupSync()
Dsync_auth_test.cc206 GetSyncService((0))->GetAuthError().state()); in IN_PROC_BROWSER_TEST_F()
252 GetSyncService((0))->GetAuthError().state()); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/ui/webui/
Dsync_setup_handler_unittest.cc298 EXPECT_CALL(*mock_pss_, GetAuthError()).WillRepeatedly(ReturnRef(error_)); in SetUp()
517 EXPECT_CALL(*mock_pss_, GetAuthError()).WillRepeatedly(ReturnRef(error_)); in TEST_F()
588 EXPECT_CALL(*mock_pss_, GetAuthError()).WillRepeatedly(ReturnRef(error_)); in TEST_F()
Dsync_setup_handler.cc847 sync_service->GetAuthError().state() == GoogleServiceAuthError::NONE)) { in CloseSyncSetup()
/external/chromium_org/chrome/browser/supervised_user/
Dsupervised_user_service.cc424 DLOG_IF(ERROR, service->GetAuthError().state() == in OnStateChanged()
605 GoogleServiceAuthError::State state = service->GetAuthError().state(); in AccessRequestsEnabled()
/external/chromium_org/chrome/browser/extensions/api/sessions/
Dsessions_apitest.cc167 EXPECT_CALL(*service, GetAuthError()).WillRepeatedly( in CreateTestProfileSyncService()
/external/chromium_org/chrome/browser/ui/webui/options/
Dmanage_profile_handler.cc472 GoogleServiceAuthError::State state = service->GetAuthError().state(); in RequestCreateProfileUpdate()