Searched refs:encodingType (Results 1 – 13 of 13) sorted by relevance
/external/webkit/Source/WebCore/loader/ |
D | FormSubmission.cpp | 64 …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()
|
D | FormSubmission.h | 69 const String& encodingType() const { return m_encodingType; } in encodingType() function
|
/external/webkit/Source/WebKit/win/ |
D | DefaultDownloadDelegate.cpp | 181 …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()
|
D | DefaultDownloadDelegate.h | 57 …LLTYPE shouldDecodeSourceDataOfMIMEType(IWebDownload* download, BSTR encodingType, BOOL* shouldDe…
|
D | WebDownloadCFNet.cpp | 67 …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/ |
D | DownloadCFNet.cpp | 51 …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/ |
D | HTMLFormElement.h | 58 String enctype() const { return m_attributes.encodingType(); } in enctype() 61 String encoding() const { return m_attributes.encodingType(); } in encoding()
|
/external/webkit/Source/WebCore/wml/ |
D | WMLGoElement.cpp | 166 … request.setHTTPContentType(m_formAttributes.encodingType() + "; boundary=" + boundary.data()); in preparePOSTRequest() 170 request.setHTTPContentType(m_formAttributes.encodingType()); in preparePOSTRequest()
|
/external/webkit/Source/WebKit/mac/Misc/ |
D | WebDownload.mm | 155 - (BOOL)download:(NSURLDownload *)download shouldDecodeSourceDataOfMIMEType:(NSString *)encodingType 157 return [realDelegate download:download shouldDecodeSourceDataOfMIMEType:encodingType];
|
/external/webkit/Source/WebKit2/WebProcess/Downloads/mac/ |
D | DownloadMac.mm | 268 - (BOOL)download:(NSURLDownload *)download shouldDecodeSourceDataOfMIMEType:(NSString *)encodingType 271 return _download->shouldDecodeSourceDataOfMIMEType(encodingType);
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebDownload.idl | 149 …HRESULT shouldDecodeSourceDataOfMIMEType([in] IWebDownload* download, [in] BSTR encodingType, [out…
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2009-06-16 | 60933 (WebCore::FormDataBuilder::encodingType):
|
D | ChangeLog-2010-12-06 | 94466 (WebCore::FormSubmission::Attributes::encodingType): Ditto.
|