/external/chromium_org/chrome/browser/sync/ |
sync_startup_tracker_unittest.cc | 46 EXPECT_CALL(*mock_pss_, GetAuthError()). 57 EXPECT_CALL(*mock_pss_, GetAuthError()) 99 EXPECT_CALL(*mock_pss_, GetAuthError()).WillRepeatedly(ReturnRef(error)); 132 EXPECT_CALL(*mock_pss_, GetAuthError()).WillRepeatedly(ReturnRef(error)); 152 EXPECT_CALL(*mock_pss_, GetAuthError()).WillRepeatedly(ReturnRef(error));
|
sync_startup_tracker.cc | 75 service->GetAuthError().state() != GoogleServiceAuthError::NONE) {
|
sync_ui_util_unittest.cc | 59 EXPECT_CALL(*service, GetAuthError()).WillRepeatedly(ReturnRef(auth_error)); 115 EXPECT_CALL(service, GetAuthError()).WillRepeatedly(ReturnRef(auth_error)); 331 EXPECT_CALL(service, GetAuthError()).WillRepeatedly(ReturnRef(error)); 357 EXPECT_CALL(service, GetAuthError()).WillRepeatedly(ReturnRef(error)); 371 EXPECT_CALL(service, GetAuthError()).WillRepeatedly(ReturnRef(error)); 394 EXPECT_CALL(service, GetAuthError()).WillRepeatedly(ReturnRef(error));
|
profile_sync_service_android.h | 191 jint GetAuthError(JNIEnv* env, jobject obj);
|
profile_sync_service_mock.h | 88 MOCK_CONST_METHOD0(GetAuthError, const GoogleServiceAuthError&());
|
sync_global_error_unittest.cc | 110 EXPECT_CALL(*service, GetAuthError()).WillRepeatedly(ReturnRef(auth_error));
|
profile_sync_service_android.cc | 199 jint ProfileSyncServiceAndroid::GetAuthError(JNIEnv* env, jobject) { 201 return sync_service_->GetAuthError().state();
|
profile_sync_service.h | 421 virtual const GoogleServiceAuthError& GetAuthError() const; [all...] |
profile_sync_service_startup_unittest.cc | 264 sync_->GetAuthError().state());
|
profile_sync_service.cc | [all...] |
/external/chromium_org/chrome/browser/chromeos/login/ |
auth_sync_observer.cc | 50 sync_service->GetAuthError().state(); 59 << sync_service->GetAuthError().ToString();
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
sync_auth_test.cc | 168 GetClient(0)->service()->GetAuthError().state()); 183 GetClient(0)->service()->GetAuthError().state()); 197 GetClient(0)->service()->GetAuthError().state()); 213 GetClient(0)->service()->GetAuthError().state());
|
profile_sync_service_harness.cc | 362 if (service()->GetAuthError().state() == 736 return service()->GetAuthError().state() == 738 service()->GetAuthError().state() == 740 service()->GetAuthError().state() == [all...] |
/external/chromium/chrome/browser/sync/ |
sync_ui_util.cc | 103 const AuthError& auth_error = service->GetAuthError(); 150 const AuthError& auth_error = service->GetAuthError(); 345 service->GetAuthError().state()));
|
profile_sync_service.h | 228 const GoogleServiceAuthError& GetAuthError() const {
|
sync_setup_flow.cc | 85 const GoogleServiceAuthError& error = service->GetAuthError();
|
profile_sync_service.cc | 555 UpdateAuthErrorState(backend_->GetAuthError()); 707 const GoogleServiceAuthError& error = GetAuthError(); [all...] |
/external/chromium_org/chrome/browser/managed_mode/ |
managed_user_service.cc | 331 DLOG_IF(ERROR, service->GetAuthError().state() == 440 GoogleServiceAuthError::State state = service->GetAuthError().state();
|
/external/chromium/chrome/browser/sync/glue/ |
sync_backend_host.h | 217 const GoogleServiceAuthError& GetAuthError() const;
|
sync_backend_host.cc | 642 const GoogleServiceAuthError& SyncBackendHost::GetAuthError() const { [all...] |
/external/chromium_org/chrome/browser/extensions/api/sessions/ |
sessions_apitest.cc | 127 EXPECT_CALL(*service, GetAuthError()).WillRepeatedly(
|
/external/chromium_org/chrome/browser/ui/webui/ |
sync_setup_handler_unittest.cc | 287 EXPECT_CALL(*mock_pss_, GetAuthError()).WillRepeatedly(ReturnRef(error_)); 501 EXPECT_CALL(*mock_pss_, GetAuthError()).WillRepeatedly(ReturnRef(error_)); 575 EXPECT_CALL(*mock_pss_, GetAuthError()).WillRepeatedly(ReturnRef(error_)); [all...] |
sync_setup_handler.cc | 793 sync_service->GetAuthError().state() == GoogleServiceAuthError::NONE)) { [all...] |
/external/chromium_org/chrome/browser/ui/webui/options/ |
manage_profile_handler.cc | 408 GoogleServiceAuthError::State state = service->GetAuthError().state();
|
/external/chromium_org/chrome/browser/ui/sync/ |
one_click_signin_helper_unittest.cc | 319 EXPECT_CALL(*sync_service, GetAuthError()). [all...] |