Home
last modified time | relevance | path

Searched refs:_cef_list_value_t (Results 1 – 9 of 9) sorted by relevance

/third_party/cef/include/capi/
Dcef_values_capi.h51 struct _cef_list_value_t;
161 struct _cef_list_value_t*(CEF_CALLBACK* get_list)(struct _cef_value_t* self);
216 struct _cef_list_value_t* value);
434 struct _cef_list_value_t*(CEF_CALLBACK* get_list)(
520 struct _cef_list_value_t* value);
531 typedef struct _cef_list_value_t { struct
543 int(CEF_CALLBACK* is_valid)(struct _cef_list_value_t* self); argument
548 int(CEF_CALLBACK* is_owned)(struct _cef_list_value_t* self); argument
554 int(CEF_CALLBACK* is_read_only)(struct _cef_list_value_t* self); argument
561 int(CEF_CALLBACK* is_same)(struct _cef_list_value_t* self, argument
[all …]
Dcef_process_message_capi.h87 struct _cef_list_value_t*(CEF_CALLBACK* get_argument_list)(
/third_party/cef/libcef_dll/cpptoc/
Dlist_value_cpptoc.cc39 int CEF_CALLBACK list_value_is_valid(struct _cef_list_value_t* self) { in list_value_is_valid()
55 int CEF_CALLBACK list_value_is_owned(struct _cef_list_value_t* self) { in list_value_is_owned()
71 int CEF_CALLBACK list_value_is_read_only(struct _cef_list_value_t* self) { in list_value_is_read_only()
87 int CEF_CALLBACK list_value_is_same(struct _cef_list_value_t* self, in list_value_is_same()
88 struct _cef_list_value_t* that) { in list_value_is_same()
109 int CEF_CALLBACK list_value_is_equal(struct _cef_list_value_t* self, in list_value_is_equal()
110 struct _cef_list_value_t* that) { in list_value_is_equal()
131 struct _cef_list_value_t* CEF_CALLBACK
132 list_value_copy(struct _cef_list_value_t* self) { in list_value_copy()
148 int CEF_CALLBACK list_value_set_size(struct _cef_list_value_t* self, in list_value_set_size()
[all …]
Dvalue_cpptoc.cc262 struct _cef_list_value_t* CEF_CALLBACK
406 struct _cef_list_value_t* value) { in value_set_list()
Dprocess_message_cpptoc.cc112 struct _cef_list_value_t* CEF_CALLBACK
Ddictionary_value_cpptoc.cc441 struct _cef_list_value_t* CEF_CALLBACK
666 struct _cef_list_value_t* value) { in dictionary_value_set_list()
/third_party/cef/libcef_dll/wrapper/
Dlibcef_dll_dylib.cc283 typedef struct _cef_list_value_t* (*cef_list_value_create_ptr)();
1550 NO_SANITIZE("cfi-icall") struct _cef_list_value_t* cef_list_value_create() { in cef_list_value_create()
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch1228 - struct _cef_client_t *self, struct _cef_list_value_t *args,
1230 - struct _cef_list_value_t *result);
1233 + struct _cef_list_value_t* args,
1236 + struct _cef_list_value_t* result);
9362 - struct _cef_client_t *self, struct _cef_list_value_t *args,
9364 - struct _cef_list_value_t *result) {
9367 + struct _cef_list_value_t* args,
9370 + struct _cef_list_value_t* result) {
D0003-ohos-1115.patch9038 + struct _cef_client_t *self, struct _cef_list_value_t *args,
9040 + struct _cef_list_value_t *result);
27592 + struct _cef_client_t *self, struct _cef_list_value_t *args,
27594 + struct _cef_list_value_t *result) {
36590 typedef struct _cef_list_value_t* (*cef_list_value_create_ptr)();