Home
last modified time | relevance | path

Searched defs:_cef_dictionary_value_t (Results 1 – 1 of 1) sorted by relevance

/third_party/cef/include/capi/
Dcef_values_capi.h292 typedef struct _cef_dictionary_value_t { struct
304 int(CEF_CALLBACK* is_valid)(struct _cef_dictionary_value_t* self); argument
309 int(CEF_CALLBACK* is_owned)(struct _cef_dictionary_value_t* self); argument
315 int(CEF_CALLBACK* is_read_only)(struct _cef_dictionary_value_t* self); argument
322 int(CEF_CALLBACK* is_same)(struct _cef_dictionary_value_t* self, argument
329 int(CEF_CALLBACK* is_equal)(struct _cef_dictionary_value_t* self, argument
336 struct _cef_dictionary_value_t*(CEF_CALLBACK* copy)( argument
348 int(CEF_CALLBACK* clear)(struct _cef_dictionary_value_t* self); argument
353 int(CEF_CALLBACK* has_key)(struct _cef_dictionary_value_t* self, argument
359 int(CEF_CALLBACK* get_keys)(struct _cef_dictionary_value_t* self, argument
[all …]