Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/sync/
Dsync_ui_util_unittest.cc225 EXPECT_CALL(service, HasUnrecoverableError()) in GetDistinctCase()
243 EXPECT_CALL(service, HasUnrecoverableError()) in GetDistinctCase()
262 EXPECT_CALL(service, HasUnrecoverableError()) in GetDistinctCase()
279 EXPECT_CALL(service, HasUnrecoverableError()) in GetDistinctCase()
291 EXPECT_CALL(service, HasUnrecoverableError()) in GetDistinctCase()
309 EXPECT_CALL(service, HasUnrecoverableError()) in GetDistinctCase()
326 EXPECT_CALL(service, HasUnrecoverableError()) in GetDistinctCase()
Dabout_sync_util_unittest.cc37 EXPECT_CALL(service, HasUnrecoverableError()) in TEST()
Dsync_startup_tracker.cc70 if (service->HasUnrecoverableError()) in GetSyncServiceState()
Dsync_ui_util.cc150 if (service && service->HasUnrecoverableError()) { in GetStatusInfo()
255 } else if (service->HasUnrecoverableError()) { in GetStatusInfo()
Dprofile_sync_service_mock.h90 MOCK_CONST_METHOD0(HasUnrecoverableError, bool());
Dprofile_sync_service.cc959 DCHECK(HasUnrecoverableError()); in OnUnrecoverableErrorImpl()
1312 if (HasUnrecoverableError()) { in OnPassphraseRequired()
1585 if (HasUnrecoverableError()) { in QuerySyncStatusSummary()
1689 bool ProfileSyncService::HasUnrecoverableError() const { in HasUnrecoverableError() function in ProfileSyncService
1788 if (!backend_.get() && !HasUnrecoverableError()) { in OnUserChoseDatatypes()
2468 if (HasUnrecoverableError()) in ShouldPushChanges()
2515 } else if (HasUnrecoverableError()) { in ReconfigureDatatypeManager()
2549 DCHECK(!HasUnrecoverableError()); in OnInternalUnrecoverableError()
Dsync_startup_tracker_unittest.cc58 EXPECT_CALL(*mock_pss_, HasUnrecoverableError()) in SetupNonInitializedPSS()
Dprofile_sync_service_android.h190 jboolean HasUnrecoverableError(JNIEnv* env, jobject obj);
Dabout_sync_util.cc479 service->HasUnrecoverableError()); in ConstructAboutInformation()
481 if (service->HasUnrecoverableError()) { in ConstructAboutInformation()
Dprofile_sync_service_android.cc425 jboolean ProfileSyncServiceAndroid::HasUnrecoverableError( in HasUnrecoverableError() function in ProfileSyncServiceAndroid
428 return sync_service_->HasUnrecoverableError(); in HasUnrecoverableError()
Dprofile_sync_service_startup_unittest.cc559 EXPECT_TRUE(sync_->HasUnrecoverableError()); in TEST_F()
Dprofile_sync_service.h496 virtual bool HasUnrecoverableError() const;
Dprofile_sync_service_autofill_unittest.cc923 EXPECT_TRUE(sync_service_->HasUnrecoverableError()); in TEST_F()
/external/chromium_org/chrome/browser/sync/test/integration/
Dsync_errors_test.cc104 service()->HasUnrecoverableError()); in IsExitConditionSatisfied()
Dtwo_client_bookmarks_sync_test.cc2122 EXPECT_FALSE(GetSyncService(0)->HasUnrecoverableError()); in IN_PROC_BROWSER_TEST_F()
2123 EXPECT_FALSE(GetSyncService(1)->HasUnrecoverableError()); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/ui/webui/
Dsync_setup_handler_unittest.cc609 EXPECT_CALL(*mock_pss_, HasUnrecoverableError()) in TEST_F()
/external/chromium_org/chrome/browser/ui/webui/options/
Dbrowser_options_handler.cc1418 service && service->HasUnrecoverableError()); in GetSyncStateDictionary()