Searched defs:AutofillPopup (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DPopupMenuStyle.h38 enum PopupMenuType { SelectPopup, AutofillPopup }; enumerator in enum:WebCore::PopupMenuStyle::PopupMenuType
/external/chromium_org/ui/android/java/src/org/chromium/ui/autofill/
H A DAutofillPopup.java26 public class AutofillPopup extends ListPopupWindow implements AdapterView.OnItemClickListener { class in inherits:ListPopupWindow,AdapterView.OnItemClickListener
54 * An interface to handle the touch interaction with an AutofillPopup object.
58 * Requests the controller to hide AutofillPopup.
63 * Handles the selection of an Autofill suggestion from an AutofillPopup.
75 public AutofillPopup(Context context, ViewAndroidDelegate viewAndroidDelegate, method in class:AutofillPopup
95 if (v == mAnchorView) AutofillPopup.this.show();
111 * Sets the location and the size of the anchor view that the AutofillPopup will use to attach

Completed in 658 milliseconds