Home
last modified time | relevance | path

Searched refs:AutofillPopupDelegate (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/ui/android/java/src/org/chromium/ui/autofill/
DAutofillPopup.java39 private final AutofillPopupDelegate mAutofillCallback;
46 public interface AutofillPopupDelegate { interface in AutofillPopup
66 AutofillPopupDelegate autofillCallback) { in AutofillPopup()
/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_popup_controller_impl.h20 class AutofillPopupDelegate; variable
34 base::WeakPtr<AutofillPopupDelegate> delegate,
68 AutofillPopupControllerImpl(base::WeakPtr<AutofillPopupDelegate> delegate,
174 base::WeakPtr<AutofillPopupDelegate> delegate_;
Dchrome_autofill_client.h60 base::WeakPtr<AutofillPopupDelegate> delegate) OVERRIDE;
Dchrome_autofill_client.cc124 base::WeakPtr<AutofillPopupDelegate> delegate) { in ShowAutofillPopup()
Dautofill_popup_controller_impl.cc72 WeakPtr<AutofillPopupDelegate> delegate, in GetOrCreate()
97 base::WeakPtr<AutofillPopupDelegate> delegate, in AutofillPopupControllerImpl()
Dautofill_dialog_controller_impl.h73 public AutofillPopupDelegate,
/external/chromium_org/android_webview/native/
Daw_autofill_client.h21 class AutofillPopupDelegate; variable
78 base::WeakPtr<autofill::AutofillPopupDelegate> delegate) OVERRIDE;
109 base::WeakPtr<autofill::AutofillPopupDelegate> delegate_;
Daw_autofill_client.cc87 base::WeakPtr<autofill::AutofillPopupDelegate> delegate) { in ShowAutofillPopup()
/external/chromium_org/components/autofill/core/browser/
Dautofill_client.h27 class AutofillPopupDelegate; variable
96 base::WeakPtr<AutofillPopupDelegate> delegate) = 0;
Dautofill_popup_delegate.h14 class AutofillPopupDelegate {
Dtest_autofill_client.cc52 base::WeakPtr<AutofillPopupDelegate> delegate) { in ShowAutofillPopup()
Dtest_autofill_client.h42 base::WeakPtr<AutofillPopupDelegate> delegate) OVERRIDE;
Dautofill_external_delegate.h29 : public AutofillPopupDelegate {
Dautofill_external_delegate_unittest.cc63 base::WeakPtr<AutofillPopupDelegate> delegate));
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/autofill/
DAutofillPopupBridge.java13 import org.chromium.ui.autofill.AutofillPopup.AutofillPopupDelegate;
23 public class AutofillPopupBridge implements AutofillPopupDelegate{
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/
DAutofillTest.java19 import org.chromium.ui.autofill.AutofillPopup.AutofillPopupDelegate;
64 private class MockAutofillCallback implements AutofillPopupDelegate{
/external/chromium_org/components/password_manager/core/browser/
Dpassword_autofill_manager_unittest.cc29 class AutofillPopupDelegate;
63 base::WeakPtr<autofill::AutofillPopupDelegate> delegate));
Dpassword_autofill_manager.h24 class PasswordAutofillManager : public autofill::AutofillPopupDelegate {
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
DAwAutofillClient.java51 new AutofillPopup.AutofillPopupDelegate() { in showAutofillPopup()
/external/chromium_org/chrome/browser/autofill/
Dcontent_autofill_driver_browsertest.cc47 base::WeakPtr<AutofillPopupDelegate> delegate));