Searched refs:flow_handler_ (Results 1 – 6 of 6) sorted by relevance
52 flow_handler_->SetFlow(NULL); in ~SyncSetupFlow()167 flow_handler_ = handler; in AttachSyncSetupHandler()290 flow_handler_(NULL), in SyncSetupFlow()340 flow_handler_->ShowGaiaLogin(args); in ActivateState()345 flow_handler_->ShowGaiaSuccessAndClose(); in ActivateState()354 flow_handler_->ShowConfigure(args); in ActivateState()360 flow_handler_->ShowConfigure(args); in ActivateState()369 flow_handler_->ShowPassphraseEntry(args); in ActivateState()375 flow_handler_->ShowFirstPassphrase(args); in ActivateState()382 flow_handler_->ShowConfigure(args); in ActivateState()[all …]
233 test_window_->flow()->flow_handler_->HandleSubmitAuth(&credentials); in TEST_F()317 test_window_->flow()->flow_handler_->HandleConfigure( in TEST_F()348 test_window_->flow()->flow_handler_->HandlePassphraseEntry(&value); in TEST_F()360 test_window_->flow()->flow_handler_->HandleFirstPassphrase(&value); in TEST_F()366 test_window_->flow()->flow_handler_->HandleFirstPassphrase(&value2); in TEST_F()
91 SyncSetupFlowHandler* flow_handler_; variable
140 SyncSetupFlowHandler* flow_handler_; variable
412 : flow_handler_(new CloudPrintFlowHandler(path_to_file, in CloudPrintHtmlDialogDelegate()426 : flow_handler_(flow_handler), in CloudPrintHtmlDialogDelegate()441 flow_handler_->SetDialogDelegate(this); in Init()452 flow_handler_->SetDialogDelegate(NULL); in ~CloudPrintHtmlDialogDelegate()454 delete flow_handler_; in ~CloudPrintHtmlDialogDelegate()472 handlers->push_back(flow_handler_); in GetWebUIMessageHandlers()491 flow_handler_->StoreDialogClientSize(); in OnDialogClosed()
173 CloudPrintFlowHandler* flow_handler_; variable