Searched defs:AUTOFILL_FORM (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DAutoCompletePopup.java42 private static final int AUTOFILL_FORM = 100; field in class:AutoCompletePopup
62 case AUTOFILL_FORM:
187 mHandler.obtainMessage(AUTOFILL_FORM));
H A DWebViewCore.java1151 static final int AUTOFILL_FORM = 192; field in class:WebViewCore.EventHub
1653 case AUTOFILL_FORM:
H A DWebViewClassic.java1045 static final int AUTOFILL_FORM = 148; field in class:WebViewClassic
7610 case AUTOFILL_FORM:
7611 mWebViewCore.sendMessage(EventHub.AUTOFILL_FORM,
8538 mPrivateHandler.obtainMessage(AUTOFILL_FORM, autoFillQueryId, 0)

Completed in 59 milliseconds