Searched refs:set_charset (Results 1 – 6 of 6) sorted by relevance
176 if (CEF_MEMBER_MISSING(_struct, set_charset)) in SetCharset()184 _struct->set_charset(_struct, charset.GetStruct()); in SetCharset()
122 void(CEF_CALLBACK* set_charset)(struct _cef_response_t* self,
312 GetStruct()->set_charset = response_set_charset; in CefResponseCppToC()
321 self.set_charset(charset)323 def set_charset(self, charset): member in Message
66 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')
235 the message's default character set; see :meth:`set_charset` for details.242 .. method:: set_charset(charset)