Searched refs:_cef_label_button_t (Results 1 – 5 of 5) sorted by relevance
/third_party/cef/include/capi/views/ |
D | cef_label_button_capi.h | 57 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 …]
|
D | cef_button_capi.h | 49 struct _cef_label_button_t; 65 struct _cef_label_button_t*(CEF_CALLBACK* as_label_button)(
|
/third_party/cef/libcef_dll/cpptoc/views/ |
D | label_button_cpptoc.cc | 57 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 …]
|
D | menu_button_cpptoc.cc | 100 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/ |
D | libcef_dll_dylib.cc | 321 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()
|