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

/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DFormSubmission.h76 const String& acceptCharset() const { return m_acceptCharset; }
77 void setAcceptCharset(const String& value) { m_acceptCharset = value; }
88 String m_acceptCharset; member in class:WebCore::FormSubmission::Attributes
H A DFormSubmission.cpp124 m_acceptCharset = other.m_acceptCharset;

Completed in 128 milliseconds