Searched refs:cef_string_userfree_wide_t (Results 1 – 6 of 6) sorted by relevance
169 typedef cef_string_wide_t* cef_string_userfree_wide_t; typedef178 CEF_EXPORT cef_string_userfree_wide_t cef_string_userfree_wide_alloc();187 CEF_EXPORT void cef_string_userfree_wide_free(cef_string_userfree_wide_t str);
95 typedef cef_string_userfree_wide_t cef_string_userfree_t;
49 typedef cef_string_userfree_wide_t userfree_struct_type;
268 CEF_EXPORT cef_string_userfree_wide_t cef_string_userfree_wide_alloc() { in cef_string_userfree_wide_alloc()286 CEF_EXPORT void cef_string_userfree_wide_free(cef_string_userfree_wide_t str) { in cef_string_userfree_wide_free()
428 typedef cef_string_userfree_wide_t (*cef_string_userfree_wide_alloc_ptr)();431 typedef void (*cef_string_userfree_wide_free_ptr)(cef_string_userfree_wide_t);1973 cef_string_userfree_wide_t cef_string_userfree_wide_alloc() { in cef_string_userfree_wide_alloc()1988 void cef_string_userfree_wide_free(cef_string_userfree_wide_t str) { in cef_string_userfree_wide_free()
120 cef_string_userfree_wide_t uf = str2.DetachToUserFree(); in TEST()