Searched refs:StartupController (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/sync/
H A Dstartup_controller.cc37 StartupController::StartupController( function in class:browser_sync::StartupController
60 DVLOG(2) << "Sync StartupController overriding startup timeout to "
67 StartupController::~StartupController() {}
69 void StartupController::Reset(const syncer::ModelTypeSet registered_types) {
78 void StartupController::set_setup_in_progress(bool in_progress) {
82 bool StartupController::StartUp(StartUpDeferredOption deferred_option) {
95 base::Bind(&StartupController::OnFallbackStartupTimerExpired,
109 void StartupController
[all...]
H A Dstartup_controller.h36 class StartupController { class in namespace:browser_sync
38 StartupController(ProfileSyncServiceStartBehavior start_behavior,
43 ~StartupController();
124 base::WeakPtrFactory<StartupController> weak_factory_;
H A Dstartup_controller_unittest.cc26 // These are coupled to the implementation of StartupController's
68 controller_.reset(new StartupController(behavior, token_service(),
91 StartupController* controller() { return controller_.get(); }
102 scoped_ptr<StartupController> controller_;
169 // we passed to the StartupController.
H A Dprofile_sync_service.h1093 // We don't use |weak_factory_| for the StartupController because the weak
1096 // StartupController an Unretained reference to future-proof against
1114 browser_sync::StartupController startup_controller_;

Completed in 61 milliseconds