Home
last modified time | relevance | path

Searched refs:set_charset (Results 1 – 6 of 6) sorted by relevance

/third_party/cef/libcef_dll/ctocpp/
Dresponse_ctocpp.cc176 if (CEF_MEMBER_MISSING(_struct, set_charset)) in SetCharset()
184 _struct->set_charset(_struct, charset.GetStruct()); in SetCharset()
/third_party/cef/include/capi/
Dcef_response_capi.h122 void(CEF_CALLBACK* set_charset)(struct _cef_response_t* self,
/third_party/cef/libcef_dll/cpptoc/
Dresponse_cpptoc.cc312 GetStruct()->set_charset = response_set_charset; in CefResponseCppToC()
/third_party/python/Lib/email/
Dmessage.py321 self.set_charset(charset)
323 def set_charset(self, charset): member in Message
/third_party/python/Lib/test/test_email/
Dtest_email.py66 msg.set_charset(charset)
74 msg.set_charset(None)
82 msg.set_charset(charset)
90 msg.set_charset('us-ascii')
811 msg.set_charset('us-ascii')
/third_party/python/Doc/library/
Demail.compat32-message.rst235 the message's default character set; see :meth:`set_charset` for details.
242 .. method:: set_charset(charset)