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

  /external/chromium_org/chrome/browser/ui/autofill/
tab_autofill_manager_delegate.cc 49 DCHECK(!popup_controller_);
182 // Will delete or reuse the old |popup_controller_|.
183 popup_controller_ = AutofillPopupControllerImpl::GetOrCreate(
184 popup_controller_,
190 popup_controller_->Show(values, labels, icons, identifiers);
196 if (popup_controller_.get())
197 popup_controller_->UpdateDataListValues(values, labels);
201 if (popup_controller_.get())
202 popup_controller_->Hide();
tab_autofill_manager_delegate.h 106 base::WeakPtr<AutofillPopupControllerImpl> popup_controller_; member in class:autofill::TabAutofillManagerDelegate
autofill_dialog_controller_impl.cc 420 if (popup_controller_)
421 popup_controller_->Hide();
    [all...]
autofill_dialog_controller_impl.h 425 // Hides |popup_controller_|'s popup view, if it exists.
650 base::WeakPtr<AutofillPopupControllerImpl> popup_controller_; member in class:autofill::AutofillDialogControllerImpl
652 // The input for which |popup_controller_| is currently showing a popup

Completed in 85 milliseconds