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

  /external/webkit/Source/WebCore/loader/
FormSubmission.h 73 const String& acceptCharset() const { return m_acceptCharset; }
74 void setAcceptCharset(const String& value) { m_acceptCharset = value; }
85 String m_acceptCharset;
FormSubmission.cpp 121 m_acceptCharset = other.m_acceptCharset;

Completed in 615 milliseconds