OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:flow_container_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/sync/
sync_setup_wizard.cc
15
flow_container_
(new SyncSetupFlowContainer()) {
19
delete
flow_container_
;
23
SyncSetupFlow* flow =
flow_container_
->get_flow();
32
flow_container_
->set_flow(
33
SyncSetupFlow::Run(service_,
flow_container_
, advance_state, DONE));
39
flow_container_
->set_flow(SyncSetupFlow::Run(service_,
flow_container_
,
54
return
flow_container_
->get_flow() != NULL;
58
SyncSetupFlow* flow =
flow_container_
->get_flow();
66
SyncSetupFlow* flow =
flow_container_
->get_flow()
[
all
...]
sync_setup_wizard.h
89
SyncSetupFlowContainer*
flow_container_
;
member in class:SyncSetupWizard
Completed in 336 milliseconds