Searched refs:resend (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DWebViewClient.java192 * As the host application if the browser should resend data as the
193 * requested page was a result of a POST. The default is to not resend the
197 * @param dontResend The message to send if the browser should not resend
198 * @param resend The message to send if the browser should resend data
201 Message resend) {
200 onFormResubmission(WebView view, Message dontResend, Message resend) argument
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewContentsClientAdapter.java856 public void onFormResubmission(Message dontResend, Message resend) { argument
859 mWebViewClient.onFormResubmission(mWebView, dontResend, resend);

Completed in 293 milliseconds