Home
last modified time | relevance | path

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

/third_party/cef/include/capi/test/
Dcef_translator_test_capi.h66 typedef struct _cef_translator_test_t { struct
77 void(CEF_CALLBACK* get_void)(struct _cef_translator_test_t* self); argument
82 int(CEF_CALLBACK* get_bool)(struct _cef_translator_test_t* self); argument
87 int(CEF_CALLBACK* get_int)(struct _cef_translator_test_t* self); argument
92 double(CEF_CALLBACK* get_double)(struct _cef_translator_test_t* self); argument
97 long(CEF_CALLBACK* get_long)(struct _cef_translator_test_t* self); argument
107 int(CEF_CALLBACK* set_void)(struct _cef_translator_test_t* self); argument
112 int(CEF_CALLBACK* set_bool)(struct _cef_translator_test_t* self, int val); argument
117 int(CEF_CALLBACK* set_int)(struct _cef_translator_test_t* self, int val); argument
122 int(CEF_CALLBACK* set_double)(struct _cef_translator_test_t* self, argument
[all …]