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

/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DFormSubmission.h56 , m_encodingType("application/x-www-form-urlencoded")
71 const String& encodingType() const { return m_encodingType; }
87 String m_encodingType; member in class:WebCore::FormSubmission::Attributes
H A DFormSubmission.cpp102 m_encodingType = parseEncodingType(type);
103 m_isMultiPartForm = (m_encodingType == "multipart/form-data");
123 m_encodingType = other.m_encodingType;

Completed in 129 milliseconds