Home | History | Annotate | Download | only in WebCore

Lines Matching full:formdata

6052         (DOM::HTMLFormElementImpl::formData):
9043 (DOM::HTMLFormElementImpl::formData):
11564 (DOM::HTMLFormElementImpl::formData):
24090 (DOM::HTMLFormElementImpl::formData): Same here, and also use appendFile rather than appendData
30229 (DOM::HTMLFormElementImpl::formData):
36819 * khtml/misc/formdata.h: Added more public functions as suggested by Chris when he reviewed
36821 * khtml/misc/formdata.cpp: (khtml::FormData::appendFile): Added. Will be needed soon.
36822 * kwq/KWQFormData.mm: (arrayFromFormData): Use new cleaned-up FormData API.
36908 * khtml/html/html_formimpl.cpp: (DOM::HTMLFormElementImpl::formData):
37437 * khtml/misc/formdata.h: Added. Class for holding form data inside WebCore.
37438 * khtml/misc/formdata.cpp: Added.
37440 * khtml/html/html_formimpl.h: Added the FormDataList type, changed the formData function parameters
37445 (DOM::HTMLFormElementImpl::formData): Changed code to use FormDataList intsead of the old encodingList.
37448 (DOM::HTMLFormElementImpl::submit): Change to use FormData rather than a QByteArray when getting the
37461 * khtml/khtml_part.h: Changed the type of the submitForm parameter to FormData instead of QByteArray.
37462 * khtml/khtmlpart_p.h: Changed the type of the submitFormData data member to FormData instead of QByteArray.
37468 * kwq/KWQKJob.h: Use FormData instead of QByteArray. A couple other small cleanups.
37494 * ForwardingHeaders/misc/formdata.h: Added.
37495 * WebCore.pbproj/project.pbxproj: Added formdata.h, formdata.cpp, KWQFormData.h, and KWQFormData.cpp.
54573 (HTMLFormElementImpl::formData):