HomeSort by relevance Sort by last modified time
    Searched refs:dialog_controller_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/autofill/
tab_autofill_manager_delegate.cc 56 if (dialog_controller_.get())
57 dialog_controller_->TabActivated();
81 // |dialog_controller_| is a WeakPtr, but we require it to be present when
83 dialog_controller_->OnAutocheckoutError();
87 dialog_controller_->OnAutocheckoutSuccess();
155 dialog_controller_ = AutofillDialogController::Create(web_contents_,
160 if (dialog_controller_) {
161 dialog_controller_->Show();
207 dialog_controller_->AddAutocheckoutStep(step_type);
213 dialog_controller_->UpdateAutocheckoutStep(step_type, step_status)
    [all...]
tab_autofill_manager_delegate.h 96 return dialog_controller_.get();
104 base::WeakPtr<AutofillDialogController> dialog_controller_; member in class:autofill::TabAutofillManagerDelegate

Completed in 149 milliseconds