Home
last modified time | relevance | path

Searched refs:AutofillPopupControllerImpl (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_popup_controller_impl.cc69 WeakPtr<AutofillPopupControllerImpl> AutofillPopupControllerImpl::GetOrCreate( in GetOrCreate()
70 WeakPtr<AutofillPopupControllerImpl> previous, in GetOrCreate()
88 AutofillPopupControllerImpl* controller = in GetOrCreate()
89 new AutofillPopupControllerImpl( in GetOrCreate()
95 AutofillPopupControllerImpl::AutofillPopupControllerImpl( in AutofillPopupControllerImpl() function in autofill::AutofillPopupControllerImpl
110 base::Bind(&AutofillPopupControllerImpl::HandleKeyPressEvent, in AutofillPopupControllerImpl()
125 AutofillPopupControllerImpl::~AutofillPopupControllerImpl() {} in ~AutofillPopupControllerImpl()
127 void AutofillPopupControllerImpl::Show( in Show()
193 void AutofillPopupControllerImpl::UpdateDataListValues( in UpdateDataListValues()
249 void AutofillPopupControllerImpl::Hide() { in Hide()
[all …]
Dautofill_popup_controller_unittest.cc68 class TestAutofillPopupController : public AutofillPopupControllerImpl {
73 : AutofillPopupControllerImpl( in TestAutofillPopupController()
87 using AutofillPopupControllerImpl::SetPopupBounds;
88 using AutofillPopupControllerImpl::names;
89 using AutofillPopupControllerImpl::subtexts;
90 using AutofillPopupControllerImpl::identifiers;
91 using AutofillPopupControllerImpl::selected_line;
92 using AutofillPopupControllerImpl::SetSelectedLine;
93 using AutofillPopupControllerImpl::SelectNextLine;
94 using AutofillPopupControllerImpl::SelectPreviousLine;
[all …]
Dautofill_popup_controller_impl.h40 class AutofillPopupControllerImpl : public AutofillPopupController {
46 static base::WeakPtr<AutofillPopupControllerImpl> GetOrCreate(
47 base::WeakPtr<AutofillPopupControllerImpl> previous,
82 AutofillPopupControllerImpl(base::WeakPtr<AutofillPopupDelegate> delegate,
87 virtual ~AutofillPopupControllerImpl();
172 base::WeakPtr<AutofillPopupControllerImpl> GetWeakPtr();
254 base::WeakPtrFactory<AutofillPopupControllerImpl> weak_ptr_factory_;
Dtab_autofill_manager_delegate.h25 class AutofillPopupControllerImpl; variable
93 base::WeakPtr<AutofillPopupControllerImpl> popup_controller_;
Dtab_autofill_manager_delegate.cc126 popup_controller_ = AutofillPopupControllerImpl::GetOrCreate( in ShowAutofillPopup()
Dautofill_dialog_controller_impl.h55 class AutofillPopupControllerImpl; variable
673 base::WeakPtr<AutofillPopupControllerImpl> popup_controller_;
Dautofill_dialog_controller_impl.cc1915 popup_controller_ = AutofillPopupControllerImpl::GetOrCreate( in UserEditedOrActivatedInput()