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

  /frameworks/base/core/java/android/webkit/
WebTextView.java 39 static final int FORM_NOT_AUTOFILLABLE = -1;
  /external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
WebAutofill.cpp 47 #define FORM_NOT_AUTOFILLABLE -1
136 mWebViewCore->setWebTextViewAutoFillable(FORM_NOT_AUTOFILLABLE, string16());
177 mWebViewCore->setWebTextViewAutoFillable(FORM_NOT_AUTOFILLABLE, string16());

Completed in 50 milliseconds