Home
last modified time | relevance | path

Searched refs:cef_string_utf16_clear (Results 1 – 5 of 5) sorted by relevance

/third_party/cef/libcef/common/
Dstring_types_impl.cc89 cef_string_utf16_clear(output); in cef_string_utf16_set()
130 CEF_EXPORT void cef_string_utf16_clear(cef_string_utf16_t* str) { in cef_string_utf16_clear() function
298 cef_string_utf16_clear(str); in cef_string_userfree_utf16_free()
/third_party/cef/include/internal/
Dcef_string.h82 #define cef_string_clear cef_string_utf16_clear
Dcef_string_types.h109 CEF_EXPORT void cef_string_utf16_clear(cef_string_utf16_t* str);
Dcef_string_wrappers.h111 cef_string_utf16_clear(&cstr); in to_string16()
208 cef_string_utf16_clear(&cstr); in to_string16()
232 static inline void clear(struct_type* s) { cef_string_utf16_clear(s); } in clear()
/third_party/cef/libcef_dll/wrapper/
Dlibcef_dll_dylib.cc690 cef_string_utf16_clear_ptr cef_string_utf16_clear; member
897 INIT_ENTRY(cef_string_utf16_clear); in libcef_init_pointers()
1894 NO_SANITIZE("cfi-icall") void cef_string_utf16_clear(cef_string_utf16_t* str) { in cef_string_utf16_clear() function
1895 g_libcef_pointers.cef_string_utf16_clear(str); in cef_string_utf16_clear()