Searched refs:encodingFromAcceptCharset (Results 1 – 6 of 6) sorted by relevance
35 static TextEncoding encodingFromAcceptCharset(const String& acceptCharset, Document* document);
82 TextEncoding FormDataBuilder::encodingFromAcceptCharset(const String& acceptCharset, Document* docu… in encodingFromAcceptCharset() function in WebCore::FormDataBuilder
197 …TextEncoding encoding = FormDataBuilder::encodingFromAcceptCharset(m_formAttributes.acceptCharset(… in createFormData()
173 …dataEncoding = isMailtoForm ? UTF8Encoding() : FormDataBuilder::encodingFromAcceptCharset(copiedAt… in create()
7540 (WebCore::FormDataBuilder::encodingFromAcceptCharset):46948 (WebCore::FormDataBuilder::encodingFromAcceptCharset):47416 (WebCore::FormDataBuilder::encodingFromAcceptCharset):
94473 (WebCore::FormDataBuilder::encodingFromAcceptCharset): Renamed method for clarity,