Home
last modified time | relevance | path

Searched refs:cef_binary_value_t (Results 1 – 15 of 15) 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()
44 cef_binary_value_t* _struct = GetStruct(); in IsValid()
60 cef_binary_value_t* _struct = GetStruct(); in IsOwned()
77 cef_binary_value_t* _struct = GetStruct(); in IsSame()
99 cef_binary_value_t* _struct = GetStruct(); in IsEqual()
121 cef_binary_value_t* _struct = GetStruct(); in Copy()
128 cef_binary_value_t* _retval = _struct->copy(_struct); in Copy()
137 cef_binary_value_t* _struct = GetStruct(); in GetSize()
156 cef_binary_value_t* _struct = GetStruct(); in GetData()
185 cef_binary_value_t*
[all …]
Dx509certificate_ctocpp.cc68 cef_binary_value_t* _retval = _struct->get_serial_number(_struct); in GetSerialNumber()
117 cef_binary_value_t* _retval = _struct->get_derencoded(_struct); in GetDEREncoded()
134 cef_binary_value_t* _retval = _struct->get_pemencoded(_struct); in GetPEMEncoded()
170 cef_binary_value_t** chainList = NULL; in GetDEREncodedIssuerChain()
172 chainList = new cef_binary_value_t*[chainCount]; in GetDEREncodedIssuerChain()
175 memset(chainList, 0, sizeof(cef_binary_value_t*) * chainCount); in GetDEREncodedIssuerChain()
211 cef_binary_value_t** chainList = NULL; in GetPEMEncodedIssuerChain()
213 chainList = new cef_binary_value_t*[chainCount]; in GetPEMEncodedIssuerChain()
216 memset(chainList, 0, sizeof(cef_binary_value_t*) * chainCount); in GetPEMEncodedIssuerChain()
Dresource_bundle_ctocpp.cc61 cef_binary_value_t* _retval = in GetDataResource()
79 cef_binary_value_t* _retval = in GetDataResourceForScale()
Dimage_ctocpp.cc255 cef_binary_value_t* _retval = in GetAsBitmap()
277 cef_binary_value_t* _retval = _struct->get_as_png( in GetAsPNG()
298 cef_binary_value_t* _retval = _struct->get_as_jpeg( in GetAsJPEG()
Dbinary_value_ctocpp.h31 cef_binary_value_t> {
Dvalue_ctocpp.cc236 cef_binary_value_t* _retval = _struct->get_binary(_struct); in GetBinary()
Dlist_value_ctocpp.cc320 cef_binary_value_t* _retval = _struct->get_binary(_struct, index); in GetBinary()
Ddictionary_value_ctocpp.cc408 cef_binary_value_t* _retval = _struct->get_binary(_struct, key.GetStruct()); in GetBinary()
/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()
197 CefCppToCRefCounted<CefBinaryValueCppToC, CefBinaryValue, cef_binary_value_t>::
198 UnwrapDerived(CefWrapperType type, cef_binary_value_t* s) { in UnwrapDerived()
206 cef_binary_value_t>::kWrapperType =
Dx509certificate_cpptoc.cc61 cef_binary_value_t* CEF_CALLBACK
113 cef_binary_value_t* CEF_CALLBACK
131 cef_binary_value_t* CEF_CALLBACK
169 cef_binary_value_t** chain) { in x509certificate_get_derencoded_issuer_chain()
207 cef_binary_value_t** chain) { in x509certificate_get_pemencoded_issuer_chain()
Dbinary_value_cpptoc.h31 cef_binary_value_t> {
Dlist_value_cpptoc.cc316 cef_binary_value_t* CEF_CALLBACK
487 cef_binary_value_t* value) { in list_value_set_binary()
Ddictionary_value_cpptoc.cc395 cef_binary_value_t* CEF_CALLBACK
611 cef_binary_value_t* value) { in dictionary_value_set_binary()
/third_party/cef/include/capi/
Dcef_values_capi.h279 } cef_binary_value_t; typedef
285 CEF_EXPORT cef_binary_value_t* cef_binary_value_create(const void* data,
/third_party/cef/libcef_dll/wrapper/
Dlibcef_dll_wrapper.cc509 cef_binary_value_t* _retval = cef_base64decode(data.GetStruct()); in CefBase64Decode()