Home
last modified time | relevance | path

Searched refs:wizard_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/sync/
Dsync_setup_wizard_unittest.cc168 wizard_(NULL) { } in SyncSetupWizardTest()
182 wizard_.reset(new SyncSetupWizard(service_)); in SetUp()
188 wizard_.reset(); in TearDown()
192 scoped_ptr<SyncSetupWizard> wizard_; member in SyncSetupWizardTest
221 EXPECT_FALSE(wizard_->IsVisible()); in TEST_F()
223 wizard_->Step(SyncSetupWizard::GAIA_LOGIN); in TEST_F()
225 EXPECT_TRUE(wizard_->IsVisible()); in TEST_F()
234 EXPECT_TRUE(wizard_->IsVisible()); in TEST_F()
246 wizard_->Step(SyncSetupWizard::GAIA_LOGIN); in TEST_F()
247 EXPECT_TRUE(wizard_->IsVisible()); in TEST_F()
[all …]
Dprofile_sync_service.cc80 wizard_(ALLOW_THIS_IN_INITIALIZER_LIST(this)), in ProfileSyncService()
483 wizard_.Step(SyncSetupWizard::FATAL_ERROR); in OnUnrecoverableError()
537 wizard_.Step(AuthError::NONE == last_auth_error_.state() ? in UpdateAuthErrorState()
560 wizard_.Step(SyncSetupWizard::SETUP_ABORTED_BY_PENDING_CLEAR); in OnStopSyncingPermanently()
639 wizard_.Step(SyncSetupWizard::ENTER_PASSPHRASE); in OnPassphraseRequired()
658 wizard_.Step(SyncSetupWizard::DONE); in OnPassphraseAccepted()
681 wizard_.Focus(); in ShowLoginDialog()
684 wizard_.Step(SyncSetupWizard::GAIA_LOGIN); in ShowLoginDialog()
694 wizard_.Step(SyncSetupWizard::GAIA_LOGIN); in ShowLoginDialog()
721 wizard_.Focus(); in ShowConfigure()
[all …]
Dprofile_sync_service.h240 return wizard_.IsVisible(); in WizardIsVisible()
243 SyncSetupWizard& get_wizard() { return wizard_; } in get_wizard()
572 SyncSetupWizard wizard_; variable