Home | History | Annotate | Download | only in jni

Lines Matching refs:formData

1012     WebCore::FormData* formdata = request.httpBody();
1013 if (formdata) {
1014 // We can use the formdata->flatten() but it will result in two
1020 formdata->elements();
1272 RefPtr<FormData> formData = FormData::create((const void*)bytes, size);
1275 formData->setIdentifier(static_cast<int64_t>(WTF::currentTime() * 1000000.0));
1276 request.setHTTPBody(formData);