Home
last modified time | relevance | path

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

/third_party/cef/include/internal/
Dcef_string_types.h170 typedef cef_string_utf8_t* cef_string_userfree_utf8_t; typedef
179 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);
Dcef_string.h63 typedef cef_string_userfree_utf8_t cef_string_userfree_t;
Dcef_string_wrappers.h147 typedef cef_string_userfree_utf8_t userfree_struct_type;
/third_party/cef/libcef/common/
Dstring_types_impl.cc274 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()
/third_party/cef/libcef_dll/wrapper/
Dlibcef_dll_dylib.cc429 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()
/third_party/cef/tests/ceftests/
Dstring_unittest.cc44 cef_string_userfree_utf8_t uf = str2.DetachToUserFree(); in TEST()