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

  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller_impl.h 26 class AutofillPopupControllerImpl : public AutofillPopupController {
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_;
autofill_popup_controller_impl.cc 70 WeakPtr<AutofillPopupControllerImpl> AutofillPopupControllerImpl::GetOrCreate(
71 WeakPtr<AutofillPopupControllerImpl> previous,
89 AutofillPopupControllerImpl* controller =
90 new AutofillPopupControllerImpl(
96 AutofillPopupControllerImpl::AutofillPopupControllerImpl(
111 base::Bind(&AutofillPopupControllerImpl::HandleKeyPressEvent,
124 AutofillPopupControllerImpl::~AutofillPopupControllerImpl() {}
    [all...]

Completed in 155 milliseconds