Home
last modified time | relevance | path

Searched refs:CefListValueCppToC (Results 1 – 6 of 6) sorted by relevance

/third_party/cef/libcef_dll/cpptoc/
Dlist_value_cpptoc.cc32 return CefListValueCppToC::Wrap(_retval); in cef_list_value_create()
49 bool _retval = CefListValueCppToC::Get(self)->IsValid(); in list_value_is_valid()
65 bool _retval = CefListValueCppToC::Get(self)->IsOwned(); in list_value_is_owned()
81 bool _retval = CefListValueCppToC::Get(self)->IsReadOnly(); in list_value_is_read_only()
103 CefListValueCppToC::Get(self)->IsSame(CefListValueCppToC::Unwrap(that)); in list_value_is_same()
125 CefListValueCppToC::Get(self)->IsEqual(CefListValueCppToC::Unwrap(that)); in list_value_is_equal()
142 CefRefPtr<CefListValue> _retval = CefListValueCppToC::Get(self)->Copy(); in list_value_copy()
145 return CefListValueCppToC::Wrap(_retval); in list_value_copy()
159 bool _retval = CefListValueCppToC::Get(self)->SetSize(size); in list_value_set_size()
175 size_t _retval = CefListValueCppToC::Get(self)->GetSize(); in list_value_get_size()
[all …]
Dlist_value_cpptoc.h29 class CefListValueCppToC : public CefCppToCRefCounted<CefListValueCppToC,
33 CefListValueCppToC();
34 virtual ~CefListValueCppToC();
Dvalue_cpptoc.cc276 return CefListValueCppToC::Wrap(_retval); in value_get_list()
421 CefValueCppToC::Get(self)->SetList(CefListValueCppToC::Unwrap(value)); in value_set_list()
Dprocess_message_cpptoc.cc127 return CefListValueCppToC::Wrap(_retval); in process_message_get_argument_list()
Ddictionary_value_cpptoc.cc461 return CefListValueCppToC::Wrap(_retval); in dictionary_value_get_list()
685 CefString(key), CefListValueCppToC::Unwrap(value)); in dictionary_value_set_list()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch31889 + _struct, CefListValueCppToC::Wrap(args), method.GetStruct(),
31890 + object_name.GetStruct(), CefListValueCppToC::Wrap(result));