Searched defs:setup_in_progress (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/sync/
H A Dstartup_controller.h66 bool setup_in_progress() const { return setup_in_progress_; } function in class:browser_sync::StartupController
H A Dprofile_sync_service.cc1411 if (startup_controller_.setup_in_progress()) {
1641 bool ProfileSyncService::setup_in_progress() const { function in class:ProfileSyncService
1642 return startup_controller_.setup_in_progress();
1663 return !HasSyncSetupCompleted() && startup_controller_.setup_in_progress();
1666 void ProfileSyncService::SetSetupInProgress(bool setup_in_progress) { argument
1668 if (startup_controller_.setup_in_progress() == setup_in_progress)
1671 startup_controller_.set_setup_in_progress(setup_in_progress);
1672 if (!setup_in_progress && sync_initialized())
1921 if (backend_mode_ == SYNC && startup_controller_.setup_in_progress())
[all...]

Completed in 708 milliseconds