HomeSort by relevance Sort by last modified time
    Searched refs:m_encodingType (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/loader/
FormSubmission.h 56 , m_encodingType("application/x-www-form-urlencoded")
69 const String& encodingType() const { return m_encodingType; }
84 String m_encodingType;
FormSubmission.cpp 94 m_encodingType = "multipart/form-data";
97 m_encodingType = "text/plain";
100 m_encodingType = "application/x-www-form-urlencoded";
120 m_encodingType = other.m_encodingType;

Completed in 299 milliseconds