Home
last modified time | relevance | path

Searched refs:cef_binary_value_create (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/libcef_dll/ctocpp/
Dbinary_value_ctocpp.cc33 cef_binary_value_t* _retval = cef_binary_value_create(data, data_size); in Create()
/third_party/cef/libcef_dll/cpptoc/
Dbinary_value_cpptoc.cc20 CEF_EXPORT cef_binary_value_t* cef_binary_value_create(const void* data, in cef_binary_value_create() function
/third_party/cef/libcef_dll/wrapper/
Dlibcef_dll_dylib.cc624 cef_binary_value_create_ptr cef_binary_value_create; member
837 INIT_ENTRY(cef_binary_value_create); in libcef_init_pointers()
1540 struct _cef_binary_value_t* cef_binary_value_create(const void* data, in cef_binary_value_create() function
1542 return g_libcef_pointers.cef_binary_value_create(data, data_size); in cef_binary_value_create()
/third_party/cef/include/capi/
Dcef_values_capi.h285 CEF_EXPORT cef_binary_value_t* cef_binary_value_create(const void* data,