HomeSort by relevance Sort by last modified time
    Searched refs:setWebTextViewAutoFillable (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
WebAutofill.cpp 136 mWebViewCore->setWebTextViewAutoFillable(FORM_NOT_AUTOFILLABLE, string16());
177 mWebViewCore->setWebTextViewAutoFillable(FORM_NOT_AUTOFILLABLE, string16());
192 mWebViewCore->setWebTextViewAutoFillable(mQueryId, mAutofillProfile->Label());
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.h 546 void setWebTextViewAutoFillable(int queryId, const string16& previewSummary);
    [all...]
WebViewCore.cpp 507 m_javaGlue->m_setWebTextViewAutoFillable = GetJMethod(env, clazz, "setWebTextViewAutoFillable", "(ILjava/lang/String;)V");
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewCore.java     [all...]

Completed in 52 milliseconds