Home
last modified time | relevance | path

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

/third_party/cef/include/internal/
Dcef_string_types.h65 } cef_string_utf8_t; typedef
85 cef_string_utf8_t* output,
108 CEF_EXPORT void cef_string_utf8_clear(cef_string_utf8_t* str);
117 CEF_EXPORT int cef_string_utf8_cmp(const cef_string_utf8_t* str1,
118 const cef_string_utf8_t* str2);
131 cef_string_utf8_t* output);
148 cef_string_utf8_t* output);
170 typedef cef_string_utf8_t* cef_string_userfree_utf8_t;
Dcef_string.h62 typedef cef_string_utf8_t cef_string_t;
Dcef_string_wrappers.h73 cef_string_utf8_t cstr; in to_string()
146 typedef cef_string_utf8_t struct_type;
254 cef_string_utf8_t cstr; in to_string()
/third_party/cef/libcef/common/
Dstring_types_impl.cc63 cef_string_utf8_t* output, in cef_string_utf8_set()
120 CEF_EXPORT void cef_string_utf8_clear(cef_string_utf8_t* str) { in cef_string_utf8_clear()
154 CEF_EXPORT int cef_string_utf8_cmp(const cef_string_utf8_t* str1, in cef_string_utf8_cmp()
155 const cef_string_utf8_t* str2) { in cef_string_utf8_cmp()
191 cef_string_utf8_t* output) { in cef_string_wide_to_utf8()
244 cef_string_utf8_t* output) { in cef_string_utf16_to_utf8()
275 cef_string_utf8_t* s = new cef_string_utf8_t; in cef_string_userfree_utf8_alloc()
276 memset(s, 0, sizeof(cef_string_utf8_t)); in cef_string_userfree_utf8_alloc()
/third_party/cef/libcef_dll/wrapper/
Dlibcef_dll_dylib.cc389 cef_string_utf8_t*,
396 typedef void (*cef_string_utf8_clear_ptr)(cef_string_utf8_t*);
400 typedef int (*cef_string_utf8_cmp_ptr)(const cef_string_utf8_t*,
401 const cef_string_utf8_t*);
406 cef_string_utf8_t*);
421 cef_string_utf8_t*);
1873 cef_string_utf8_t* output, in cef_string_utf8_set()
1890 NO_SANITIZE("cfi-icall") void cef_string_utf8_clear(cef_string_utf8_t* str) { in cef_string_utf8_clear()
1905 int cef_string_utf8_cmp(const cef_string_utf8_t* str1, in cef_string_utf8_cmp()
1906 const cef_string_utf8_t* str2) { in cef_string_utf8_cmp()
[all …]
/third_party/cef/libcef_dll/base/
Dcef_logging.cc262 cef_string_utf8_t str = {0}; in operator <<()