Home
last modified time | relevance | path

Searched defs:encodingType (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/platform/network/
DFormDataBuilder.h44 String encodingType() const { return m_encodingType; } in encodingType() function
/external/webkit/WebKit/win/
DDefaultDownloadDelegate.cpp181 …dDelegate::shouldDecodeSourceDataOfMIMEType(IWebDownload* download, BSTR encodingType, BOOL* shoul… in shouldDecodeSourceDataOfMIMEType()
DWebDownloadCFNet.cpp532 Boolean shouldDecodeDataOfMIMETypeCallback(CFURLDownloadRef, CFStringRef encodingType, const void *… in shouldDecodeDataOfMIMETypeCallback()
/external/webkit/WebCore/html/
DHTMLFormElement.cpp309 …void transferMailtoPostFormDataToURL(RefPtr<FormData>& data, KURL& url, const String& encodingType) in transferMailtoPostFormDataToURL()