Home
last modified time | relevance | path

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

/third_party/cef/include/internal/
Dcef_string_types.h59 } cef_string_wide_t; typedef
81 cef_string_wide_t* output,
107 CEF_EXPORT void cef_string_wide_clear(cef_string_wide_t* str);
115 CEF_EXPORT int cef_string_wide_cmp(const cef_string_wide_t* str1,
116 const cef_string_wide_t* str2);
134 cef_string_wide_t* output);
141 cef_string_wide_t* output);
158 cef_string_wide_t* output);
169 typedef cef_string_wide_t* cef_string_userfree_wide_t;
Dcef_string.h94 typedef cef_string_wide_t cef_string_t;
Dcef_string_wrappers.h48 typedef cef_string_wide_t struct_type;
182 cef_string_wide_t cstr; in to_wstring()
273 cef_string_wide_t cstr; in to_wstring()
/third_party/cef/libcef/common/
Dstring_types_impl.cc38 cef_string_wide_t* output, in cef_string_wide_set()
110 CEF_EXPORT void cef_string_wide_clear(cef_string_wide_t* str) { in cef_string_wide_clear()
140 CEF_EXPORT int cef_string_wide_cmp(const cef_string_wide_t* str1, in cef_string_wide_cmp()
141 const cef_string_wide_t* str2) { in cef_string_wide_cmp()
201 cef_string_wide_t* output) { in cef_string_utf8_to_wide()
222 cef_string_wide_t* output) { in cef_string_utf16_to_wide()
255 cef_string_wide_t* output) { in cef_string_ascii_to_wide()
269 cef_string_wide_t* s = new cef_string_wide_t; in cef_string_userfree_wide_alloc()
270 memset(s, 0, sizeof(cef_string_wide_t)); in cef_string_userfree_wide_alloc()
/third_party/cef/libcef_dll/wrapper/
Dlibcef_dll_dylib.cc385 cef_string_wide_t*,
395 typedef void (*cef_string_wide_clear_ptr)(cef_string_wide_t*);
398 typedef int (*cef_string_wide_cmp_ptr)(const cef_string_wide_t*,
399 const cef_string_wide_t*);
409 cef_string_wide_t*);
415 cef_string_wide_t*);
424 cef_string_wide_t*);
1865 cef_string_wide_t* output, in cef_string_wide_set()
1886 NO_SANITIZE("cfi-icall") void cef_string_wide_clear(cef_string_wide_t* str) { in cef_string_wide_clear()
1899 int cef_string_wide_cmp(const cef_string_wide_t* str1, in cef_string_wide_cmp()
[all …]