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.cc70 WeakPtr<AutofillPopupControllerImpl> AutofillPopupControllerImpl::GetOrCreate( in GetOrCreate()
71 WeakPtr<AutofillPopupControllerImpl> previous, in GetOrCreate()
89 AutofillPopupControllerImpl* controller = in GetOrCreate()
90 new AutofillPopupControllerImpl( in GetOrCreate()
96 AutofillPopupControllerImpl::AutofillPopupControllerImpl( in AutofillPopupControllerImpl() function in autofill::AutofillPopupControllerImpl
111 base::Bind(&AutofillPopupControllerImpl::HandleKeyPressEvent, in AutofillPopupControllerImpl()
124 AutofillPopupControllerImpl::~AutofillPopupControllerImpl() {} in ~AutofillPopupControllerImpl()
126 void AutofillPopupControllerImpl::Show( in Show()
183 void AutofillPopupControllerImpl::UpdateDataListValues( in UpdateDataListValues()
235 void AutofillPopupControllerImpl::Hide() { in Hide()
[all …]
Dautofill_popup_controller_unittest.cc69 class TestAutofillPopupController : public AutofillPopupControllerImpl {
74 : 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.h26 class AutofillPopupControllerImpl : public AutofillPopupController {
32 static base::WeakPtr<AutofillPopupControllerImpl> GetOrCreate(
33 base::WeakPtr<AutofillPopupControllerImpl> previous,
68 AutofillPopupControllerImpl(base::WeakPtr<AutofillPopupDelegate> delegate,
73 virtual ~AutofillPopupControllerImpl();
156 base::WeakPtr<AutofillPopupControllerImpl> GetWeakPtr();
203 base::WeakPtrFactory<AutofillPopupControllerImpl> weak_ptr_factory_;
Dchrome_autofill_client.h27 class AutofillPopupControllerImpl; variable
105 base::WeakPtr<AutofillPopupControllerImpl> popup_controller_;
Dchrome_autofill_client.cc144 AutofillPopupControllerImpl::GetOrCreate(popup_controller_, in ShowAutofillPopup()
Dautofill_dialog_controller_impl.h62 class AutofillPopupControllerImpl; variable
759 base::WeakPtr<AutofillPopupControllerImpl> popup_controller_;
Dautofill_dialog_controller_impl.cc2176 popup_controller_ = AutofillPopupControllerImpl::GetOrCreate( in UserEditedOrActivatedInput()