Home
last modified time | relevance | path

Searched refs:WizardIsVisible (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sync/
Dprofile_sync_service.cc536 if (WizardIsVisible()) { in UpdateAuthErrorState()
638 if (WizardIsVisible() && for_decryption) { in OnPassphraseRequired()
680 if (WizardIsVisible()) { in ShowLoginDialog()
720 if (WizardIsVisible()) { in ShowConfigure()
733 if (WizardIsVisible()) { in PromptForExistingPassphrase()
765 return !HasSyncSetupCompleted() && WizardIsVisible(); in SetupInProgress()
Dprofile_sync_service.h239 bool WizardIsVisible() const { in WizardIsVisible() function