Searched refs:setWebTextViewAutoFillable (Results 1 – 3 of 3) sorted by relevance
136 mWebViewCore->setWebTextViewAutoFillable(FORM_NOT_AUTOFILLABLE, string16()); in formFieldFocused()177 mWebViewCore->setWebTextViewAutoFillable(FORM_NOT_AUTOFILLABLE, string16()); in formFieldFocused()192 mWebViewCore->setWebTextViewAutoFillable(mQueryId, mAutofillProfile->Label()); in querySuccessful()
539 void setWebTextViewAutoFillable(int queryId, const string16& previewSummary);
4136 void WebViewCore::setWebTextViewAutoFillable(int queryId, const string16& previewSummary) in setWebTextViewAutoFillable() function in android::WebViewCore