Home | History | Annotate | Download | only in webkit

Lines Matching refs:postData

1636      * Load the url with postData using "POST" method into the WebView. If url
1641 * @param postData The data will be passed to "POST" request.
1643 public void postUrl(String url, byte[] postData) {
1648 arg.mPostData = postData;