Searched refs:cef_binary_value_t (Results 1 – 15 of 15) sorted by relevance
/third_party/cef/libcef_dll/ctocpp/ |
D | binary_value_ctocpp.cc | 33 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 …]
|
D | x509certificate_ctocpp.cc | 68 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()
|
D | resource_bundle_ctocpp.cc | 61 cef_binary_value_t* _retval = in GetDataResource() 79 cef_binary_value_t* _retval = in GetDataResourceForScale()
|
D | image_ctocpp.cc | 255 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()
|
D | binary_value_ctocpp.h | 31 cef_binary_value_t> {
|
D | value_ctocpp.cc | 236 cef_binary_value_t* _retval = _struct->get_binary(_struct); in GetBinary()
|
D | list_value_ctocpp.cc | 320 cef_binary_value_t* _retval = _struct->get_binary(_struct, index); in GetBinary()
|
D | dictionary_value_ctocpp.cc | 408 cef_binary_value_t* _retval = _struct->get_binary(_struct, key.GetStruct()); in GetBinary()
|
/third_party/cef/libcef_dll/cpptoc/ |
D | binary_value_cpptoc.cc | 20 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 =
|
D | x509certificate_cpptoc.cc | 61 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()
|
D | binary_value_cpptoc.h | 31 cef_binary_value_t> {
|
D | list_value_cpptoc.cc | 316 cef_binary_value_t* CEF_CALLBACK 487 cef_binary_value_t* value) { in list_value_set_binary()
|
D | dictionary_value_cpptoc.cc | 395 cef_binary_value_t* CEF_CALLBACK 611 cef_binary_value_t* value) { in dictionary_value_set_binary()
|
/third_party/cef/include/capi/ |
D | cef_values_capi.h | 279 } 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/ |
D | libcef_dll_wrapper.cc | 509 cef_binary_value_t* _retval = cef_base64decode(data.GetStruct()); in CefBase64Decode()
|