Searched defs:_cef_translator_test_t (Results 1 – 1 of 1) sorted by relevance
66 typedef struct _cef_translator_test_t { struct77 void(CEF_CALLBACK* get_void)(struct _cef_translator_test_t* self); argument82 int(CEF_CALLBACK* get_bool)(struct _cef_translator_test_t* self); argument87 int(CEF_CALLBACK* get_int)(struct _cef_translator_test_t* self); argument92 double(CEF_CALLBACK* get_double)(struct _cef_translator_test_t* self); argument97 long(CEF_CALLBACK* get_long)(struct _cef_translator_test_t* self); argument107 int(CEF_CALLBACK* set_void)(struct _cef_translator_test_t* self); argument112 int(CEF_CALLBACK* set_bool)(struct _cef_translator_test_t* self, int val); argument117 int(CEF_CALLBACK* set_int)(struct _cef_translator_test_t* self, int val); argument122 int(CEF_CALLBACK* set_double)(struct _cef_translator_test_t* self, argument[all …]