Home
last modified time | relevance | path

Searched refs:cef_value_t (Results 1 – 11 of 11) sorted by relevance

/third_party/cef/libcef_dll/ctocpp/
Dvalue_ctocpp.cc29 cef_value_t* _retval = cef_value_create(); in Create()
40 cef_value_t* _struct = GetStruct(); in IsValid()
56 cef_value_t* _struct = GetStruct(); in IsOwned()
72 cef_value_t* _struct = GetStruct(); in IsReadOnly()
88 cef_value_t* _struct = GetStruct(); in IsSame()
110 cef_value_t* _struct = GetStruct(); in IsEqual()
131 cef_value_t* _struct = GetStruct(); in Copy()
138 cef_value_t* _retval = _struct->copy(_struct); in Copy()
147 cef_value_t* _struct = GetStruct(); in GetType()
163 cef_value_t* _struct = GetStruct(); in GetBool()
[all …]
Dvalue_ctocpp.h30 : public CefCToCppRefCounted<CefValueCToCpp, CefValue, cef_value_t> {
Drequest_context_ctocpp.cc263 cef_value_t* _retval = _struct->get_preference(_struct, name.GetStruct()); in GetPreference()
Dlist_value_ctocpp.cc237 cef_value_t* _retval = _struct->get_value(_struct, index); in GetValue()
Ddictionary_value_ctocpp.cc295 cef_value_t* _retval = _struct->get_value(_struct, key.GetStruct()); in GetValue()
/third_party/cef/libcef_dll/cpptoc/
Dvalue_cpptoc.cc23 CEF_EXPORT cef_value_t* cef_value_create() { in cef_value_create()
464 CefCppToCRefCounted<CefValueCppToC, CefValue, cef_value_t>::UnwrapDerived( in UnwrapDerived()
466 cef_value_t* s) { in UnwrapDerived()
473 CefCppToCRefCounted<CefValueCppToC, CefValue, cef_value_t>::kWrapperType =
Dvalue_cpptoc.h30 : public CefCppToCRefCounted<CefValueCppToC, CefValue, cef_value_t> {
Dlist_value_cpptoc.cc231 cef_value_t* CEF_CALLBACK list_value_get_value(struct _cef_list_value_t* self, in list_value_get_value()
372 cef_value_t* value) { in list_value_set_value()
Ddictionary_value_cpptoc.cc284 cef_value_t* CEF_CALLBACK
467 cef_value_t* value) { in dictionary_value_set_value()
/third_party/cef/libcef_dll/wrapper/
Dlibcef_dll_wrapper.cc565 cef_value_t* _retval = cef_parse_json(json_string.GetStruct(), options); in CefParseJSON()
583 cef_value_t* _retval = cef_parse_json_buffer(json, json_size, options); in CefParseJSON()
602 cef_value_t* _retval = cef_parse_jsonand_return_error( in CefParseJSONAndReturnError()
/third_party/cef/include/capi/
Dcef_values_capi.h217 } cef_value_t; typedef
222 CEF_EXPORT cef_value_t* cef_value_create();