Home
last modified time | relevance | path

Searched refs:encodingType (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/loader/
DFormSubmission.cpp64 …tic void appendMailtoPostFormDataToURL(KURL& url, const FormData& data, const String& encodingType) in appendMailtoPostFormDataToURL() argument
68 if (equalIgnoringCase(encodingType, "text/plain")) { in appendMailtoPostFormDataToURL()
163 String encodingType = copiedAttributes.encodingType(); in create() local
168 encodingType = "application/x-www-form-urlencoded"; in create()
202 appendMailtoPostFormDataToURL(actionURL, *formData, encodingType); in create()
210 …mSubmission(copiedAttributes.method(), actionURL, targetOrBaseTarget, encodingType, formState.rele… in create()
DFormSubmission.h69 const String& encodingType() const { return m_encodingType; } in encodingType() function
/external/webkit/Source/WebKit/win/
DDefaultDownloadDelegate.cpp181 …legate::shouldDecodeSourceDataOfMIMEType(IWebDownload* download, BSTR encodingType, BOOL* shouldDe… in shouldDecodeSourceDataOfMIMEType() argument
183 …- shouldDecodeSourceDataOfMIMEType %s", download, String(encodingType, SysStringLen(encodingType))… in shouldDecodeSourceDataOfMIMEType()
185 encodingType = 0; in shouldDecodeSourceDataOfMIMEType()
DDefaultDownloadDelegate.h57 …LLTYPE shouldDecodeSourceDataOfMIMEType(IWebDownload* download, BSTR encodingType, BOOL* shouldDe…
DWebDownloadCFNet.cpp67 …ldDecodeDataOfMIMETypeCallback(CFURLDownloadRef download, CFStringRef encodingType, const void *cl…
534 Boolean shouldDecodeDataOfMIMETypeCallback(CFURLDownloadRef, CFStringRef encodingType, const void *… in shouldDecodeDataOfMIMETypeCallback() argument
535 { return ((WebDownload*)clientInfo)->shouldDecodeDataOfMIMEType(encodingType); } in shouldDecodeDataOfMIMETypeCallback()
/external/webkit/Source/WebKit2/WebProcess/Downloads/cfnet/
DDownloadCFNet.cpp51 …ldDecodeDataOfMIMETypeCallback(CFURLDownloadRef download, CFStringRef encodingType, const void* cl…
179 Boolean shouldDecodeDataOfMIMETypeCallback(CFURLDownloadRef, CFStringRef encodingType, const void* … in shouldDecodeDataOfMIMETypeCallback() argument
181 return downloadFromClientInfo(clientInfo)->shouldDecodeSourceDataOfMIMEType(encodingType); in shouldDecodeDataOfMIMETypeCallback()
/external/webkit/Source/WebCore/html/
DHTMLFormElement.h58 String enctype() const { return m_attributes.encodingType(); } in enctype()
61 String encoding() const { return m_attributes.encodingType(); } in encoding()
/external/webkit/Source/WebCore/wml/
DWMLGoElement.cpp166 … request.setHTTPContentType(m_formAttributes.encodingType() + "; boundary=" + boundary.data()); in preparePOSTRequest()
170 request.setHTTPContentType(m_formAttributes.encodingType()); in preparePOSTRequest()
/external/webkit/Source/WebKit/mac/Misc/
DWebDownload.mm155 - (BOOL)download:(NSURLDownload *)download shouldDecodeSourceDataOfMIMEType:(NSString *)encodingType
157 return [realDelegate download:download shouldDecodeSourceDataOfMIMEType:encodingType];
/external/webkit/Source/WebKit2/WebProcess/Downloads/mac/
DDownloadMac.mm268 - (BOOL)download:(NSURLDownload *)download shouldDecodeSourceDataOfMIMEType:(NSString *)encodingType
271 return _download->shouldDecodeSourceDataOfMIMEType(encodingType);
/external/webkit/Source/WebKit/win/Interfaces/
DIWebDownload.idl149 …HRESULT shouldDecodeSourceDataOfMIMEType([in] IWebDownload* download, [in] BSTR encodingType, [out…
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1660933 (WebCore::FormDataBuilder::encodingType):
DChangeLog-2010-12-0694466 (WebCore::FormSubmission::Attributes::encodingType): Ditto.