Home
last modified time | relevance | path

Searched refs:cef_dictionary_value_t (Results 1 – 12 of 12) sorted by relevance

/third_party/cef/libcef_dll/ctocpp/
Ddictionary_value_ctocpp.cc31 cef_dictionary_value_t* _retval = cef_dictionary_value_create(); in Create()
42 cef_dictionary_value_t* _struct = GetStruct(); in IsValid()
58 cef_dictionary_value_t* _struct = GetStruct(); in IsOwned()
74 cef_dictionary_value_t* _struct = GetStruct(); in IsReadOnly()
91 cef_dictionary_value_t* _struct = GetStruct(); in IsSame()
114 cef_dictionary_value_t* _struct = GetStruct(); in IsEqual()
138 cef_dictionary_value_t* _struct = GetStruct(); in Copy()
145 cef_dictionary_value_t* _retval = in Copy()
155 cef_dictionary_value_t* _struct = GetStruct(); in GetSize()
171 cef_dictionary_value_t* _struct = GetStruct(); in Clear()
[all …]
Dlife_span_handler_ctocpp.cc66 cef_dictionary_value_t* extra_infoStruct = NULL; in OnBeforePopup()
69 cef_dictionary_value_t* extra_infoOrig = extra_infoStruct; in OnBeforePopup()
Ddictionary_value_ctocpp.h32 cef_dictionary_value_t> {
Dextension_ctocpp.cc70 cef_dictionary_value_t* _retval = _struct->get_manifest(_struct); in GetManifest()
Dvalue_ctocpp.cc253 cef_dictionary_value_t* _retval = _struct->get_dictionary(_struct); in GetDictionary()
Drequest_context_ctocpp.cc279 cef_dictionary_value_t* _retval = in GetAllPreferences()
Dlist_value_ctocpp.cc337 cef_dictionary_value_t* _retval = _struct->get_dictionary(_struct, index); in GetDictionary()
/third_party/cef/libcef_dll/cpptoc/
Ddictionary_value_cpptoc.cc24 CEF_EXPORT cef_dictionary_value_t* cef_dictionary_value_create() { in cef_dictionary_value_create()
737 cef_dictionary_value_t>::UnwrapDerived(CefWrapperType type, in UnwrapDerived()
738 cef_dictionary_value_t* s) { in UnwrapDerived()
746 cef_dictionary_value_t>::kWrapperType =
Ddictionary_value_cpptoc.h32 cef_dictionary_value_t> {
Dlist_value_cpptoc.cc334 cef_dictionary_value_t* CEF_CALLBACK
510 cef_dictionary_value_t* value) { in list_value_set_dictionary()
/third_party/cef/include/capi/
Dcef_values_capi.h521 } cef_dictionary_value_t; typedef
526 CEF_EXPORT cef_dictionary_value_t* cef_dictionary_value_create();
/third_party/cef/libcef_dll/cpptoc/views/
Dbrowser_view_cpptoc.cc36 cef_dictionary_value_t* extra_info, in cef_browser_view_create()