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

  /external/webkit/Source/WebCore/platform/network/
FormDataBuilder.h 35 static TextEncoding encodingFromAcceptCharset(const String& acceptCharset, Document* document);
FormDataBuilder.cpp 82 TextEncoding FormDataBuilder::encodingFromAcceptCharset(const String& acceptCharset, Document* document)
  /external/webkit/Source/WebCore/loader/
FormSubmission.cpp 173 TextEncoding dataEncoding = isMailtoForm ? UTF8Encoding() : FormDataBuilder::encodingFromAcceptCharset(copiedAttributes.acceptCharset(), document);
  /external/webkit/Source/WebCore/wml/
WMLGoElement.cpp 197 TextEncoding encoding = FormDataBuilder::encodingFromAcceptCharset(m_formAttributes.acceptCharset(), document()).encodingForFormSubmission();

Completed in 93 milliseconds