Home
last modified time | relevance | path

Searched refs:m_encodingType (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/loader/
DFormSubmission.cpp94 m_encodingType = "multipart/form-data"; in parseEncodingType()
97 m_encodingType = "text/plain"; in parseEncodingType()
100 m_encodingType = "application/x-www-form-urlencoded"; in parseEncodingType()
120 m_encodingType = other.m_encodingType; in copyFrom()
DFormSubmission.h56 , m_encodingType("application/x-www-form-urlencoded") in Attributes()
69 const String& encodingType() const { return m_encodingType; } in encodingType()
84 String m_encodingType; variable