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

  /external/chromium_org/third_party/WebKit/Source/platform/
PopupMenuStyle.h 38 enum PopupMenuType { SelectPopup, AutofillPopup };
  /external/chromium_org/ui/android/java/src/org/chromium/ui/autofill/
AutofillPopup.java 29 public class AutofillPopup extends ListPopupWindow implements AdapterView.OnItemClickListener {
59 * An interface to handle the touch interaction with an AutofillPopup object.
63 * Requests the controller to hide AutofillPopup.
68 * Handles the selection of an Autofill suggestion from an AutofillPopup.
80 public AutofillPopup(Context context, ViewAndroidDelegate viewAndroidDelegate,
100 if (v == mAnchorView) AutofillPopup.this.show();
117 * Sets the location and the size of the anchor view that the AutofillPopup will use to attach

Completed in 103 milliseconds