Searched refs:m_encodingType (Results 1 – 2 of 2) sorted by relevance
94 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()
56 , m_encodingType("application/x-www-form-urlencoded") in Attributes()69 const String& encodingType() const { return m_encodingType; } in encodingType()84 String m_encodingType; variable