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

/macosx-10.10/WebCore-7600.1.25/loader/
H A DFormSubmission.h57 , m_encodingType("application/x-www-form-urlencoded")
72 const String& encodingType() const { return m_encodingType; }
88 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 259 milliseconds