Searched refs:_cef_list_value_t (Results 1 – 9 of 9) sorted by relevance
/third_party/cef/include/capi/ |
D | cef_values_capi.h | 51 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 …]
|
D | cef_process_message_capi.h | 87 struct _cef_list_value_t*(CEF_CALLBACK* get_argument_list)(
|
/third_party/cef/libcef_dll/cpptoc/ |
D | list_value_cpptoc.cc | 39 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 …]
|
D | value_cpptoc.cc | 262 struct _cef_list_value_t* CEF_CALLBACK 406 struct _cef_list_value_t* value) { in value_set_list()
|
D | process_message_cpptoc.cc | 112 struct _cef_list_value_t* CEF_CALLBACK
|
D | dictionary_value_cpptoc.cc | 441 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/ |
D | libcef_dll_dylib.cc | 283 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/ |
D | 0004-ohos-3.2-Beta5.patch | 1228 - 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) {
|
D | 0003-ohos-1115.patch | 9038 + 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)();
|