Searched refs:cef_value_t (Results 1 – 11 of 11) sorted by relevance
/third_party/cef/libcef_dll/ctocpp/ |
D | value_ctocpp.cc | 29 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 …]
|
D | value_ctocpp.h | 30 : public CefCToCppRefCounted<CefValueCToCpp, CefValue, cef_value_t> {
|
D | request_context_ctocpp.cc | 263 cef_value_t* _retval = _struct->get_preference(_struct, name.GetStruct()); in GetPreference()
|
D | list_value_ctocpp.cc | 237 cef_value_t* _retval = _struct->get_value(_struct, index); in GetValue()
|
D | dictionary_value_ctocpp.cc | 295 cef_value_t* _retval = _struct->get_value(_struct, key.GetStruct()); in GetValue()
|
/third_party/cef/libcef_dll/cpptoc/ |
D | value_cpptoc.cc | 23 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 =
|
D | value_cpptoc.h | 30 : public CefCppToCRefCounted<CefValueCppToC, CefValue, cef_value_t> {
|
D | list_value_cpptoc.cc | 231 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()
|
D | dictionary_value_cpptoc.cc | 284 cef_value_t* CEF_CALLBACK 467 cef_value_t* value) { in dictionary_value_set_value()
|
/third_party/cef/libcef_dll/wrapper/ |
D | libcef_dll_wrapper.cc | 565 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/ |
D | cef_values_capi.h | 217 } cef_value_t; typedef 222 CEF_EXPORT cef_value_t* cef_value_create();
|