Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/sync/
Dsync_ui_util_unittest.cc213 EXPECT_CALL(service, HasUnrecoverableError()) in GetDistinctCase()
231 EXPECT_CALL(service, HasUnrecoverableError()) in GetDistinctCase()
249 EXPECT_CALL(service, HasUnrecoverableError()) in GetDistinctCase()
266 EXPECT_CALL(service, HasUnrecoverableError()) in GetDistinctCase()
278 EXPECT_CALL(service, HasUnrecoverableError()) in GetDistinctCase()
296 EXPECT_CALL(service, HasUnrecoverableError()) in GetDistinctCase()
313 EXPECT_CALL(service, HasUnrecoverableError()) in GetDistinctCase()
Dabout_sync_util_unittest.cc38 EXPECT_CALL(service, HasUnrecoverableError()) in TEST()
Dsync_startup_tracker.cc69 if (service->HasUnrecoverableError()) in GetSyncServiceState()
Dsync_ui_util.cc135 if (service && service->HasUnrecoverableError()) { in GetStatusInfo()
240 } else if (service->HasUnrecoverableError()) { in GetStatusInfo()
Dprofile_sync_service.cc946 DCHECK(HasUnrecoverableError()); in OnUnrecoverableErrorImpl()
1247 if (HasUnrecoverableError()) { in OnPassphraseRequired()
1483 if (HasUnrecoverableError()) { in QuerySyncStatusSummary()
1570 bool ProfileSyncService::HasUnrecoverableError() const { in HasUnrecoverableError() function in ProfileSyncService
1666 if (!backend_.get() && !HasUnrecoverableError()) { in OnUserChoseDatatypes()
2143 if (HasUnrecoverableError()) in ShouldPushChanges()
2185 } else if (HasUnrecoverableError()) { in ReconfigureDatatypeManager()
2207 DCHECK(!HasUnrecoverableError()); in OnInternalUnrecoverableError()
Dprofile_sync_service_mock.h91 MOCK_CONST_METHOD0(HasUnrecoverableError, bool());
Dprofile_sync_service_android.h183 jboolean HasUnrecoverableError(JNIEnv* env, jobject obj);
Dsync_startup_tracker_unittest.cc60 EXPECT_CALL(*mock_pss_, HasUnrecoverableError()) in SetupNonInitializedPSS()
Dabout_sync_util.cc495 service->HasUnrecoverableError()); in ConstructAboutInformation()
497 if (service->HasUnrecoverableError()) { in ConstructAboutInformation()
Dprofile_sync_service_android.cc450 jboolean ProfileSyncServiceAndroid::HasUnrecoverableError( in HasUnrecoverableError() function in ProfileSyncServiceAndroid
453 return sync_service_->HasUnrecoverableError(); in HasUnrecoverableError()
Dprofile_sync_service_password_unittest.cc353 EXPECT_TRUE(sync_service_->HasUnrecoverableError()); in TEST_F()
361 EXPECT_FALSE(sync_service_->HasUnrecoverableError()); in TEST_F()
Dprofile_sync_service.h448 virtual bool HasUnrecoverableError() const;
Dprofile_sync_service_startup_unittest.cc509 EXPECT_TRUE(sync_->HasUnrecoverableError()); in TEST_F()
Dprofile_sync_service_preference_unittest.cc611 EXPECT_TRUE(sync_service_->HasUnrecoverableError()); in TEST_F()
Dprofile_sync_service_autofill_unittest.cc953 EXPECT_TRUE(sync_service_->HasUnrecoverableError()); in TEST_F()
Dprofile_sync_service_session_unittest.cc353 ASSERT_TRUE(sync_service_->HasUnrecoverableError()); in TEST_F()
/external/chromium_org/chrome/browser/sync/test/integration/
Dprofile_sync_service_harness.cc194 harness->service()->HasUnrecoverableError() == true); in HasActionableError()
/external/chromium_org/chrome/browser/ui/webui/
Dsync_setup_handler_unittest.cc602 EXPECT_CALL(*mock_pss_, HasUnrecoverableError()) in TEST_F()
/external/chromium_org/chrome/browser/ui/webui/options/
Dbrowser_options_handler.cc1273 service && service->HasUnrecoverableError()); in GetSyncStateDictionary()