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

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_popup_controller_impl.cc70 WeakPtr<AutofillPopupControllerImpl> AutofillPopupControllerImpl::GetOrCreate(
71 WeakPtr<AutofillPopupControllerImpl> previous,
89 AutofillPopupControllerImpl* controller =
90 new AutofillPopupControllerImpl(
96 AutofillPopupControllerImpl::AutofillPopupControllerImpl( function in class:autofill::AutofillPopupControllerImpl
111 base::Bind(&AutofillPopupControllerImpl::HandleKeyPressEvent,
124 AutofillPopupControllerImpl::~AutofillPopupControllerImpl() {}
[all...]
H A Dautofill_popup_controller_unittest.cc69 class TestAutofillPopupController : public AutofillPopupControllerImpl {
74 : AutofillPopupControllerImpl(
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
[all...]
H A Dautofill_popup_controller_impl.h26 class AutofillPopupControllerImpl : public AutofillPopupController { class in namespace:autofill
28 // Creates a new |AutofillPopupControllerImpl|, or reuses |previous| if the
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_;
H A Dchrome_autofill_client.h27 class AutofillPopupControllerImpl;
105 base::WeakPtr<AutofillPopupControllerImpl> popup_controller_;
H A Dchrome_autofill_client.cc144 AutofillPopupControllerImpl::GetOrCreate(popup_controller_,
H A Dautofill_dialog_controller_impl.h62 class AutofillPopupControllerImpl;
759 base::WeakPtr<AutofillPopupControllerImpl> popup_controller_;
H A Dautofill_dialog_controller_impl.cc2176 popup_controller_ = AutofillPopupControllerImpl::GetOrCreate(

Completed in 619 milliseconds