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

  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller_impl.cc 70 WeakPtr<AutofillPopupControllerImpl> AutofillPopupControllerImpl::GetOrCreate(
71 WeakPtr<AutofillPopupControllerImpl> previous,
87 AutofillPopupControllerImpl* controller =
88 new AutofillPopupControllerImpl(
93 AutofillPopupControllerImpl::AutofillPopupControllerImpl(
111 AutofillPopupControllerImpl::~AutofillPopupControllerImpl() {}
113 void AutofillPopupControllerImpl::Show
    [all...]
autofill_popup_controller_unittest.cc 65 class TestAutofillPopupController : public AutofillPopupControllerImpl {
70 : AutofillPopupControllerImpl(
85 AutofillPopupControllerImpl::SetPopupBounds(bounds);
88 return AutofillPopupControllerImpl::names();
91 return AutofillPopupControllerImpl::subtexts();
94 return AutofillPopupControllerImpl::identifiers();
97 return AutofillPopupControllerImpl::selected_line();
100 AutofillPopupControllerImpl::SetSelectedLine(selected_line);
103 AutofillPopupControllerImpl::SelectNextLine();
106 AutofillPopupControllerImpl::SelectPreviousLine()
    [all...]
autofill_popup_controller_impl.h 34 class AutofillPopupControllerImpl : public AutofillPopupController,
37 // Creates a new |AutofillPopupControllerImpl|, or reuses |previous| if
40 static base::WeakPtr<AutofillPopupControllerImpl> GetOrCreate(
41 base::WeakPtr<AutofillPopupControllerImpl> previous,
74 AutofillPopupControllerImpl(base::WeakPtr<AutofillPopupDelegate> delegate,
78 virtual ~AutofillPopupControllerImpl();
160 base::WeakPtr<AutofillPopupControllerImpl> GetWeakPtr();
227 base::WeakPtrFactory<AutofillPopupControllerImpl> weak_ptr_factory_;
tab_autofill_manager_delegate.h 29 class AutofillPopupControllerImpl;
106 base::WeakPtr<AutofillPopupControllerImpl> popup_controller_;
autofill_dialog_controller_impl.h 57 class AutofillPopupControllerImpl;
650 base::WeakPtr<AutofillPopupControllerImpl> popup_controller_;
tab_autofill_manager_delegate.cc 183 popup_controller_ = AutofillPopupControllerImpl::GetOrCreate(
autofill_dialog_controller_impl.cc     [all...]

Completed in 394 milliseconds