Home | History | Annotate | Download | only in sync

Lines Matching refs:flow

23   SyncSetupFlow* flow = flow_container_->get_flow();
24 if (flow) {
25 // A setup flow is in progress and dialog is currently showing.
26 flow->Advance(advance_state);
30 // No flow is in progress, and we have never escorted the user all the
31 // way through the wizard flow.
35 // No flow in progress, but we've finished the wizard flow once before.
58 SyncSetupFlow* flow = flow_container_->get_flow();
59 if (flow) {
60 flow->Focus();
66 SyncSetupFlow* flow = flow_container_->get_flow();
67 if (!flow)
70 flow->AttachSyncSetupHandler(handler);
71 return flow;