Home
last modified time | relevance | path

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

/third_party/cef/include/internal/
Dcef_string_types.h169 typedef cef_string_wide_t* cef_string_userfree_wide_t; typedef
178 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);
Dcef_string.h95 typedef cef_string_userfree_wide_t cef_string_userfree_t;
Dcef_string_wrappers.h49 typedef cef_string_userfree_wide_t userfree_struct_type;
/third_party/cef/libcef/common/
Dstring_types_impl.cc268 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()
/third_party/cef/libcef_dll/wrapper/
Dlibcef_dll_dylib.cc428 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()
/third_party/cef/tests/ceftests/
Dstring_unittest.cc120 cef_string_userfree_wide_t uf = str2.DetachToUserFree(); in TEST()