Home
last modified time | relevance | path

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

/third_party/cef/include/capi/views/
Dcef_textfield_capi.h55 typedef struct _cef_textfield_t { struct
64 void(CEF_CALLBACK* set_password_input)(struct _cef_textfield_t* self, argument
70 int(CEF_CALLBACK* is_password_input)(struct _cef_textfield_t* self); argument
75 void(CEF_CALLBACK* set_read_only)(struct _cef_textfield_t* self, argument
81 int(CEF_CALLBACK* is_read_only)(struct _cef_textfield_t* self); argument
93 void(CEF_CALLBACK* set_text)(struct _cef_textfield_t* self, argument
99 void(CEF_CALLBACK* append_text)(struct _cef_textfield_t* self, argument
105 void(CEF_CALLBACK* insert_or_replace_text)(struct _cef_textfield_t* self, argument
111 int(CEF_CALLBACK* has_selection)(struct _cef_textfield_t* self); argument
125 void(CEF_CALLBACK* select_all)(struct _cef_textfield_t* self, int reversed); argument
[all …]