Home | History | Annotate | Download | only in sync

Lines Matching defs:SyncSetupFlow

51 SyncSetupFlow::~SyncSetupFlow() {
56 SyncSetupFlow* SyncSetupFlow::Run(ProfileSyncService* service,
62 SyncSetupFlow::GetArgsForGaiaLogin(service, &args);
64 SyncSetupFlow::GetArgsForConfigure(service, &args);
66 SyncSetupFlow::GetArgsForEnterPassphrase(false, false, &args);
73 SyncSetupFlow* flow = new SyncSetupFlow(start, end, json_args,
82 void SyncSetupFlow::GetArgsForGaiaLogin(const ProfileSyncService* service,
105 void SyncSetupFlow::GetArgsForConfigure(ProfileSyncService* service,
155 void SyncSetupFlow::GetArgsForEnterPassphrase(
166 void SyncSetupFlow::AttachSyncSetupHandler(SyncSetupFlowHandler* handler) {
171 void SyncSetupFlow::Advance(SyncSetupWizard::State advance_state) {
181 void SyncSetupFlow::Focus() {
186 void SyncSetupFlow::OnDialogClosed(const std::string& json_retval) {
227 void SyncSetupFlow::OnUserSubmittedAuth(const std::string& username,
234 void SyncSetupFlow::OnUserConfigured(const SyncConfiguration& configuration) {
253 void SyncSetupFlow::OnPassphraseEntry(const std::string& passphrase) {
259 void SyncSetupFlow::OnPassphraseCancel() {
269 void SyncSetupFlow::OnFirstPassphraseEntry(const std::string& option,
275 void SyncSetupFlow::OnGoToDashboard() {
280 SyncSetupFlow::SyncSetupFlow(SyncSetupWizard::State start_state,
297 bool SyncSetupFlow::ShouldAdvance(SyncSetupWizard::State state) {
335 void SyncSetupFlow::ActivateState(SyncSetupWizard::State state) {
339 SyncSetupFlow::GetArgsForGaiaLogin(service_, &args);
352 SyncSetupFlow::GetArgsForConfigure(service_, &args);
359 SyncSetupFlow::GetArgsForConfigure(service_, &args);
365 SyncSetupFlow::GetArgsForEnterPassphrase(
380 SyncSetupFlow::GetArgsForConfigure(service_, &args);
393 SyncSetupFlow::GetArgsForGaiaLogin(service_, &args);