Lines Matching full:formdata
2045 * platform/network/FormData.cpp:
2046 (WebCore::FormData::FormData):
2047 * platform/network/FormData.h:
2048 (WebCore::FormData::alwaysStream):
2049 (WebCore::FormData::setAlwaysStream):
12704 (WebCore::HTMLFormElement::formData):
22360 Bug 17971: [Curl] FormData processing should be moved to its own class
22362 Move FormData treatment into FormDataStream. The aim is to have FormDataStream behave like a stream that cURL
24791 BUILD FIX for export of WTF::RefCounted<WebCore::FormData>::deref()
25335 * html/HTMLFormElement.cpp: (WebCore::HTMLFormElement::formData): Ask the application if a file will need to be replaced before it's uploaded.
25342 (WebCore::ResourceLoader::didReceiveResponse): Tells the FormData from the request to remove any generated files if it needs to.
25346 * platform/network/FormData.cpp:
25347 (WebCore::FormData::FormData): Initializes m_hasGeneratedFiles, which keeps track of whether there are files that will need to be removed.
25348 (WebCore::FormData::~FormData): Added. Assert that there are no files that need to be removed, but if there are, release builds will still remove them here.
25349 (WebCore::FormData::appendFile): Passes along a shouldGenerateFile flag to the FormDataElement.
25350 (WebCore::FormData::generateFiles): Added. Iterates through the FormDataElements, and using the ChromeClient pointer, asks the application to
25352 (WebCore::FormData::removeGeneratedFilesIfNeeded): Added. Removes generated files and their directories (if empty).
25353 * platform/network/FormData.h:
26539 and pass http/tests/misc/isindex-formdata.html
26677 * html/HTMLFormElement.cpp: (WebCore::HTMLFormElement::formData): Call FileSystem.h version of pathGetFileName and removed the static helper function.
40378 (WebCore::HTMLFormElement::formData):
46760 - change FormData to start refcount at 1
46766 (WebCore::HTMLFormElement::formData): Replace the DeprecatedCString called
46768 FormData::create function.
46784 * platform/network/FormData.cpp:
46785 (WebCore::FormData::FormData): Changed to start refcount at 1.
46786 (WebCore::FormData::create): Added.
46787 (WebCore::FormData::copy): Call adoptRef since refcount starts at 1.
46788 * platform/network/FormData.h: Made constructor private. Added create functions.
46791 (WebCore::ResourceRequest::doUpdateResourceRequest): Call FormData::create.
49732 (WebCore::HTMLFormElement::formData): Removed DeprecatedString use.
51298 * platform/network/FormData.cpp:
51299 (WebCore::FormData::FormData):
51300 * platform/network/FormData.h:
51301 (WebCore::FormData::FormData):
55699 (WebCore::HTMLFormElement::formData): Ignore accept-charset for mailto forms, which are always
55702 (WebCore::HTMLFormElement::dataEncoding): Added (factored out from formData).
55813 * FormData::flatten does not include to be uploaded files. Create our own QIODevice
55814 for the QNetworkAccessManager and feed the complete content of the FormData* to
58158 * platform/network/FormData.cpp:
58159 (WebCore::FormData::appendData): Use Vector::grow instead of resize.
58160 (WebCore::FormData::flatten): Ditto.
73456 * platform/network/FormData.cpp:
73457 (WebCore::FormData::FormData):
73458 * platform/network/FormData.h:
73638 * platform/network/FormData.h: