Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/network/
DFormData.h37 FormDataElement() : m_type(data) { } in FormDataElement() function
38 explicit FormDataElement(const Vector<char>& array) : m_type(data), m_data(array) { } in FormDataElement() function
41FormDataElement(const String& filename, long long fileStart, long long fileLength, double expected… in FormDataElement() function
42 explicit FormDataElement(const KURL& blobURL) : m_type(encodedBlob), m_blobURL(blobURL) { } in FormDataElement() function
44FormDataElement(const String& filename, bool shouldGenerateFile) : m_type(encodedFile), m_filename… in FormDataElement() function