Searched refs:HasSyncSetupCompleted (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_base.h28 virtual bool HasSyncSetupCompleted() const = 0;
H A Dsync_error_controller.cc19 return service_->HasSyncSetupCompleted() &&
H A Dabout_sync_util_unittest.cc32 EXPECT_CALL(service, HasSyncSetupCompleted())
H A Dsync_ui_util_unittest.cc57 EXPECT_CALL(*service, HasSyncSetupCompleted())
115 EXPECT_CALL(service, HasSyncSetupCompleted())
210 EXPECT_CALL(service, HasSyncSetupCompleted())
221 EXPECT_CALL(service, HasSyncSetupCompleted())
234 EXPECT_CALL(service, HasSyncSetupCompleted())
249 EXPECT_CALL(service, HasSyncSetupCompleted())
267 EXPECT_CALL(service, HasSyncSetupCompleted())
284 EXPECT_CALL(service, HasSyncSetupCompleted())
300 EXPECT_CALL(service, HasSyncSetupCompleted())
317 EXPECT_CALL(service, HasSyncSetupCompleted())
[all...]
H A Dsync_ui_util.cc145 if (!service || service->IsManaged() || service->HasSyncSetupCompleted() ||
290 if (service->HasSyncSetupCompleted() &&
355 if (!service->HasSyncSetupCompleted())
H A Dprofile_sync_service_mock.h71 MOCK_CONST_METHOD0(HasSyncSetupCompleted, bool());
H A Dstartup_controller.cc155 if (sync_prefs_->HasSyncSetupCompleted()) {
H A Dsync_error_notifier_ash_unittest.cc148 EXPECT_CALL(*service_, HasSyncSetupCompleted())
H A Dsync_global_error_unittest.cc87 EXPECT_CALL(*service, HasSyncSetupCompleted())
H A Dprofile_sync_service.cc306 if (!HasSyncSetupCompleted() || signin_->GetEffectiveUsername().empty()) {
355 if (!HasSyncSetupCompleted())
496 return !HasSyncSetupCompleted();
901 bool ProfileSyncService::HasSyncSetupCompleted() const { function in class:ProfileSyncService
902 return sync_prefs_.HasSyncSetupCompleted();
990 is_first_time_sync_configure_ = !HasSyncSetupCompleted();
1047 // Check HasSyncSetupCompleted() before NotifyObservers() to avoid spurious
1050 if (HasSyncSetupCompleted()) {
1203 if (!to_register.Empty() && HasSyncSetupCompleted() && migrator_) {
1593 } else if (backend_.get() && !HasSyncSetupCompleted()) {
[all...]
H A Dprofile_sync_service_android.cc166 sync_service_->HasSyncSetupCompleted()) {
401 jboolean ProfileSyncServiceAndroid::HasSyncSetupCompleted( function in class:ProfileSyncServiceAndroid
404 return sync_service_->HasSyncSetupCompleted();
H A Dprofile_sync_service_android.h176 jboolean HasSyncSetupCompleted(JNIEnv* env, jobject obj);
H A Dabout_sync_util.cc360 is_setup_complete.SetValue(service->HasSyncSetupCompleted());
/external/chromium_org/chrome/browser/extensions/
H A Dpending_enables.cc52 sync_prefs_->HasSyncSetupCompleted() &&
/external/chromium_org/components/sync_driver/
H A Dsync_prefs_unittest.cc41 EXPECT_FALSE(sync_prefs.HasSyncSetupCompleted());
43 EXPECT_TRUE(sync_prefs.HasSyncSetupCompleted());
221 EXPECT_FALSE(sync_prefs.HasSyncSetupCompleted());
229 EXPECT_TRUE(sync_prefs.HasSyncSetupCompleted());
235 EXPECT_FALSE(sync_prefs.HasSyncSetupCompleted());
H A Dsync_prefs.h71 bool HasSyncSetupCompleted() const;
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dnew_tab_page_sync_handler.cc103 if (!sync_service_->HasSyncSetupCompleted()) {
136 if (sync_service_->HasSyncSetupCompleted()) {
/external/chromium_org/chrome/browser/ui/ash/
H A Dapp_sync_ui_state.cc124 if (!sync_service_ || !sync_service_->HasSyncSetupCompleted())
/external/chromium_org/chrome/browser/ui/webui/
H A Dsync_setup_handler_unittest.cc404 EXPECT_CALL(*mock_pss_, HasSyncSetupCompleted())
429 EXPECT_CALL(*mock_pss_, HasSyncSetupCompleted())
465 EXPECT_CALL(*mock_pss_, HasSyncSetupCompleted())
492 EXPECT_CALL(*mock_pss_, HasSyncSetupCompleted())
547 EXPECT_CALL(*mock_pss_, HasSyncSetupCompleted())
574 EXPECT_CALL(*mock_pss_, HasSyncSetupCompleted())
611 EXPECT_CALL(*mock_pss_, HasSyncSetupCompleted())
625 EXPECT_CALL(*mock_pss_, HasSyncSetupCompleted())
638 EXPECT_CALL(*mock_pss_, HasSyncSetupCompleted())
H A Dsync_setup_handler.cc451 if (!service->HasSyncSetupCompleted()) {
846 if (!sync_service || (!sync_service->HasSyncSetupCompleted() &&
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dquiesce_status_change_checker.cc18 return !service->setup_in_progress() && !service->HasSyncSetupCompleted();
H A Dsync_errors_test.cc32 !service()->HasSyncSetupCompleted();
H A Dprofile_sync_service_harness.cc282 !service()->HasSyncSetupCompleted();
/external/chromium_org/chrome/browser/password_manager/
H A Dchrome_password_manager_client.cc265 sync_service->HasSyncSetupCompleted() &&
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Dinline_login_handler_impl.cc160 sync_service->HasSyncSetupCompleted();

Completed in 251 milliseconds

12