Home
last modified time | relevance | path

Searched refs:_cef_label_button_t (Results 1 – 5 of 5) sorted by relevance

/third_party/cef/include/capi/views/
Dcef_label_button_capi.h57 typedef struct _cef_label_button_t { struct
68 struct _cef_label_button_t* self); argument
74 void(CEF_CALLBACK* set_text)(struct _cef_label_button_t* self, argument
82 struct _cef_label_button_t* self);
89 void(CEF_CALLBACK* set_image)(struct _cef_label_button_t* self, argument
98 struct _cef_label_button_t* self, argument
104 void(CEF_CALLBACK* set_text_color)(struct _cef_label_button_t* self, argument
111 void(CEF_CALLBACK* set_enabled_text_colors)(struct _cef_label_button_t* self, argument
124 void(CEF_CALLBACK* set_font_list)(struct _cef_label_button_t* self, argument
132 struct _cef_label_button_t* self, argument
[all …]
Dcef_button_capi.h49 struct _cef_label_button_t;
65 struct _cef_label_button_t*(CEF_CALLBACK* as_label_button)(
/third_party/cef/libcef_dll/cpptoc/views/
Dlabel_button_cpptoc.cc57 label_button_as_menu_button(struct _cef_label_button_t* self) { in label_button_as_menu_button()
74 void CEF_CALLBACK label_button_set_text(struct _cef_label_button_t* self, in label_button_set_text()
93 label_button_get_text(struct _cef_label_button_t* self) { in label_button_get_text()
109 void CEF_CALLBACK label_button_set_image(struct _cef_label_button_t* self, in label_button_set_image()
127 label_button_get_image(struct _cef_label_button_t* self, in label_button_get_image()
145 void CEF_CALLBACK label_button_set_text_color(struct _cef_label_button_t* self, in label_button_set_text_color()
161 label_button_set_enabled_text_colors(struct _cef_label_button_t* self, in label_button_set_enabled_text_colors()
175 void CEF_CALLBACK label_button_set_font_list(struct _cef_label_button_t* self, in label_button_set_font_list()
194 label_button_set_horizontal_alignment(struct _cef_label_button_t* self, in label_button_set_horizontal_alignment()
209 label_button_set_minimum_size(struct _cef_label_button_t* self, in label_button_set_minimum_size()
[all …]
Dmenu_button_cpptoc.cc100 menu_button_as_menu_button(struct _cef_label_button_t* self) { in menu_button_as_menu_button()
118 void CEF_CALLBACK menu_button_set_text(struct _cef_label_button_t* self, in menu_button_set_text()
138 menu_button_get_text(struct _cef_label_button_t* self) { in menu_button_get_text()
156 void CEF_CALLBACK menu_button_set_image(struct _cef_label_button_t* self, in menu_button_set_image()
174 menu_button_get_image(struct _cef_label_button_t* self, in menu_button_get_image()
193 void CEF_CALLBACK menu_button_set_text_color(struct _cef_label_button_t* self, in menu_button_set_text_color()
210 menu_button_set_enabled_text_colors(struct _cef_label_button_t* self, in menu_button_set_enabled_text_colors()
225 void CEF_CALLBACK menu_button_set_font_list(struct _cef_label_button_t* self, in menu_button_set_font_list()
245 menu_button_set_horizontal_alignment(struct _cef_label_button_t* self, in menu_button_set_horizontal_alignment()
260 void CEF_CALLBACK menu_button_set_minimum_size(struct _cef_label_button_t* self, in menu_button_set_minimum_size()
[all …]
/third_party/cef/libcef_dll/wrapper/
Dlibcef_dll_dylib.cc321 typedef struct _cef_label_button_t* (*cef_label_button_create_ptr)(
1674 struct _cef_label_button_t* cef_label_button_create( in cef_label_button_create()