Searched refs:cef_string_userfree_utf8_t (Results 1 – 6 of 6) sorted by relevance
170 typedef cef_string_utf8_t* cef_string_userfree_utf8_t; typedef179 CEF_EXPORT cef_string_userfree_utf8_t cef_string_userfree_utf8_alloc();188 CEF_EXPORT void cef_string_userfree_utf8_free(cef_string_userfree_utf8_t str);
63 typedef cef_string_userfree_utf8_t cef_string_userfree_t;
147 typedef cef_string_userfree_utf8_t userfree_struct_type;
274 CEF_EXPORT cef_string_userfree_utf8_t cef_string_userfree_utf8_alloc() { in cef_string_userfree_utf8_alloc()291 CEF_EXPORT void cef_string_userfree_utf8_free(cef_string_userfree_utf8_t str) { in cef_string_userfree_utf8_free()
429 typedef cef_string_userfree_utf8_t (*cef_string_userfree_utf8_alloc_ptr)();432 typedef void (*cef_string_userfree_utf8_free_ptr)(cef_string_userfree_utf8_t);1978 cef_string_userfree_utf8_t cef_string_userfree_utf8_alloc() { in cef_string_userfree_utf8_alloc()1993 void cef_string_userfree_utf8_free(cef_string_userfree_utf8_t str) { in cef_string_userfree_utf8_free()
44 cef_string_userfree_utf8_t uf = str2.DetachToUserFree(); in TEST()