/third_party/cef/include/capi/views/ |
D | cef_view_capi.h | 62 typedef struct _cef_view_t { struct 72 struct _cef_view_t* self); argument 77 struct _cef_button_t*(CEF_CALLBACK* as_button)(struct _cef_view_t* self); argument 82 struct _cef_panel_t*(CEF_CALLBACK* as_panel)(struct _cef_view_t* self); argument 88 struct _cef_view_t* self); argument 94 struct _cef_view_t* self); argument 102 struct _cef_view_t* self); 111 cef_string_userfree_t(CEF_CALLBACK* to_string)(struct _cef_view_t* self, 117 int(CEF_CALLBACK* is_valid)(struct _cef_view_t* self); argument 123 int(CEF_CALLBACK* is_attached)(struct _cef_view_t* self); argument [all …]
|
D | cef_view_delegate_capi.h | 49 struct _cef_view_t; 68 struct _cef_view_t* view); 74 struct _cef_view_t* view); 80 struct _cef_view_t* view); 89 struct _cef_view_t* view, 100 struct _cef_view_t* view, 102 struct _cef_view_t* parent); 113 struct _cef_view_t* view, 115 struct _cef_view_t* child); 121 struct _cef_view_t* view, [all …]
|
D | cef_panel_capi.h | 99 struct _cef_view_t* view); 106 struct _cef_view_t* view, 114 struct _cef_view_t* view, 121 struct _cef_view_t* view); 137 struct _cef_view_t*(
|
D | cef_box_layout_capi.h | 49 struct _cef_view_t; 73 struct _cef_view_t* view, 81 struct _cef_view_t* view);
|
D | cef_scroll_view_capi.h | 65 struct _cef_view_t* view); 70 struct _cef_view_t*(CEF_CALLBACK* get_content_view)(
|
D | cef_overlay_controller_capi.h | 49 struct _cef_view_t; 79 struct _cef_view_t*(CEF_CALLBACK* get_contents_view)(
|
D | cef_browser_view_capi.h | 76 struct _cef_view_t*(CEF_CALLBACK* get_chrome_toolbar)(
|
D | cef_window_capi.h | 232 struct _cef_view_t* view,
|
/third_party/cef/libcef_dll/cpptoc/views/ |
D | view_cpptoc.cc | 32 view_as_browser_view(struct _cef_view_t* self) { in view_as_browser_view() 48 cef_button_t* CEF_CALLBACK view_as_button(struct _cef_view_t* self) { in view_as_button() 64 cef_panel_t* CEF_CALLBACK view_as_panel(struct _cef_view_t* self) { in view_as_panel() 80 cef_scroll_view_t* CEF_CALLBACK view_as_scroll_view(struct _cef_view_t* self) { in view_as_scroll_view() 96 cef_textfield_t* CEF_CALLBACK view_as_textfield(struct _cef_view_t* self) { in view_as_textfield() 113 view_get_type_string(struct _cef_view_t* self) { in view_get_type_string() 129 cef_string_userfree_t CEF_CALLBACK view_to_string(struct _cef_view_t* self, in view_to_string() 147 int CEF_CALLBACK view_is_valid(struct _cef_view_t* self) { in view_is_valid() 163 int CEF_CALLBACK view_is_attached(struct _cef_view_t* self) { in view_is_attached() 179 int CEF_CALLBACK view_is_same(struct _cef_view_t* self, in view_is_same() [all …]
|
D | scroll_view_cpptoc.cc | 48 struct _cef_view_t* view) { in scroll_view_set_content_view() 65 struct _cef_view_t* CEF_CALLBACK 168 scroll_view_as_browser_view(struct _cef_view_t* self) { in scroll_view_as_browser_view() 186 cef_button_t* CEF_CALLBACK scroll_view_as_button(struct _cef_view_t* self) { in scroll_view_as_button() 204 cef_panel_t* CEF_CALLBACK scroll_view_as_panel(struct _cef_view_t* self) { in scroll_view_as_panel() 223 scroll_view_as_scroll_view(struct _cef_view_t* self) { in scroll_view_as_scroll_view() 242 scroll_view_as_textfield(struct _cef_view_t* self) { in scroll_view_as_textfield() 261 scroll_view_get_type_string(struct _cef_view_t* self) { in scroll_view_get_type_string() 280 scroll_view_to_string(struct _cef_view_t* self, int include_children) { in scroll_view_to_string() 298 int CEF_CALLBACK scroll_view_is_valid(struct _cef_view_t* self) { in scroll_view_is_valid() [all …]
|
D | browser_view_cpptoc.cc | 105 struct _cef_view_t* CEF_CALLBACK 140 browser_view_as_browser_view(struct _cef_view_t* self) { in browser_view_as_browser_view() 158 cef_button_t* CEF_CALLBACK browser_view_as_button(struct _cef_view_t* self) { in browser_view_as_button() 176 cef_panel_t* CEF_CALLBACK browser_view_as_panel(struct _cef_view_t* self) { in browser_view_as_panel() 195 browser_view_as_scroll_view(struct _cef_view_t* self) { in browser_view_as_scroll_view() 214 browser_view_as_textfield(struct _cef_view_t* self) { in browser_view_as_textfield() 233 browser_view_get_type_string(struct _cef_view_t* self) { in browser_view_get_type_string() 252 browser_view_to_string(struct _cef_view_t* self, int include_children) { in browser_view_to_string() 270 int CEF_CALLBACK browser_view_is_valid(struct _cef_view_t* self) { in browser_view_is_valid() 288 int CEF_CALLBACK browser_view_is_attached(struct _cef_view_t* self) { in browser_view_is_attached() [all …]
|
D | button_cpptoc.cc | 130 button_as_browser_view(struct _cef_view_t* self) { in button_as_browser_view() 148 cef_button_t* CEF_CALLBACK button_as_button(struct _cef_view_t* self) { in button_as_button() 165 cef_panel_t* CEF_CALLBACK button_as_panel(struct _cef_view_t* self) { in button_as_panel() 183 button_as_scroll_view(struct _cef_view_t* self) { in button_as_scroll_view() 201 cef_textfield_t* CEF_CALLBACK button_as_textfield(struct _cef_view_t* self) { in button_as_textfield() 220 button_get_type_string(struct _cef_view_t* self) { in button_get_type_string() 238 cef_string_userfree_t CEF_CALLBACK button_to_string(struct _cef_view_t* self, in button_to_string() 257 int CEF_CALLBACK button_is_valid(struct _cef_view_t* self) { in button_is_valid() 274 int CEF_CALLBACK button_is_attached(struct _cef_view_t* self) { in button_is_attached() 291 int CEF_CALLBACK button_is_same(struct _cef_view_t* self, in button_is_same() [all …]
|
D | panel_cpptoc.cc | 142 struct _cef_view_t* view) { in panel_add_child_view() 160 struct _cef_view_t* view, in panel_add_child_view_at() 183 struct _cef_view_t* view, in panel_reorder_child_view() 203 struct _cef_view_t* view) { in panel_remove_child_view() 249 struct _cef_view_t* CEF_CALLBACK 271 panel_as_browser_view(struct _cef_view_t* self) { in panel_as_browser_view() 289 cef_button_t* CEF_CALLBACK panel_as_button(struct _cef_view_t* self) { in panel_as_button() 306 cef_panel_t* CEF_CALLBACK panel_as_panel(struct _cef_view_t* self) { in panel_as_panel() 323 cef_scroll_view_t* CEF_CALLBACK panel_as_scroll_view(struct _cef_view_t* self) { in panel_as_scroll_view() 340 cef_textfield_t* CEF_CALLBACK panel_as_textfield(struct _cef_view_t* self) { in panel_as_textfield() [all …]
|
D | label_button_cpptoc.cc | 360 label_button_as_browser_view(struct _cef_view_t* self) { in label_button_as_browser_view() 378 cef_button_t* CEF_CALLBACK label_button_as_button(struct _cef_view_t* self) { in label_button_as_button() 396 cef_panel_t* CEF_CALLBACK label_button_as_panel(struct _cef_view_t* self) { in label_button_as_panel() 415 label_button_as_scroll_view(struct _cef_view_t* self) { in label_button_as_scroll_view() 434 label_button_as_textfield(struct _cef_view_t* self) { in label_button_as_textfield() 453 label_button_get_type_string(struct _cef_view_t* self) { in label_button_get_type_string() 472 label_button_to_string(struct _cef_view_t* self, int include_children) { in label_button_to_string() 490 int CEF_CALLBACK label_button_is_valid(struct _cef_view_t* self) { in label_button_is_valid() 508 int CEF_CALLBACK label_button_is_attached(struct _cef_view_t* self) { in label_button_is_attached() 526 int CEF_CALLBACK label_button_is_same(struct _cef_view_t* self, in label_button_is_same() [all …]
|
D | menu_button_cpptoc.cc | 412 menu_button_as_browser_view(struct _cef_view_t* self) { in menu_button_as_browser_view() 430 cef_button_t* CEF_CALLBACK menu_button_as_button(struct _cef_view_t* self) { in menu_button_as_button() 448 cef_panel_t* CEF_CALLBACK menu_button_as_panel(struct _cef_view_t* self) { in menu_button_as_panel() 467 menu_button_as_scroll_view(struct _cef_view_t* self) { in menu_button_as_scroll_view() 486 menu_button_as_textfield(struct _cef_view_t* self) { in menu_button_as_textfield() 505 menu_button_get_type_string(struct _cef_view_t* self) { in menu_button_get_type_string() 524 menu_button_to_string(struct _cef_view_t* self, int include_children) { in menu_button_to_string() 542 int CEF_CALLBACK menu_button_is_valid(struct _cef_view_t* self) { in menu_button_is_valid() 560 int CEF_CALLBACK menu_button_is_attached(struct _cef_view_t* self) { in menu_button_is_attached() 578 int CEF_CALLBACK menu_button_is_same(struct _cef_view_t* self, in menu_button_is_same() [all …]
|
D | textfield_cpptoc.cc | 571 textfield_as_browser_view(struct _cef_view_t* self) { in textfield_as_browser_view() 589 cef_button_t* CEF_CALLBACK textfield_as_button(struct _cef_view_t* self) { in textfield_as_button() 607 cef_panel_t* CEF_CALLBACK textfield_as_panel(struct _cef_view_t* self) { in textfield_as_panel() 626 textfield_as_scroll_view(struct _cef_view_t* self) { in textfield_as_scroll_view() 644 cef_textfield_t* CEF_CALLBACK textfield_as_textfield(struct _cef_view_t* self) { in textfield_as_textfield() 663 textfield_get_type_string(struct _cef_view_t* self) { in textfield_get_type_string() 681 cef_string_userfree_t CEF_CALLBACK textfield_to_string(struct _cef_view_t* self, in textfield_to_string() 700 int CEF_CALLBACK textfield_is_valid(struct _cef_view_t* self) { in textfield_is_valid() 718 int CEF_CALLBACK textfield_is_attached(struct _cef_view_t* self) { in textfield_is_attached() 736 int CEF_CALLBACK textfield_is_same(struct _cef_view_t* self, in textfield_is_same() [all …]
|
D | window_cpptoc.cc | 887 window_as_browser_view(struct _cef_view_t* self) { in window_as_browser_view() 905 cef_button_t* CEF_CALLBACK window_as_button(struct _cef_view_t* self) { in window_as_button() 922 cef_panel_t* CEF_CALLBACK window_as_panel(struct _cef_view_t* self) { in window_as_panel() 940 window_as_scroll_view(struct _cef_view_t* self) { in window_as_scroll_view() 958 cef_textfield_t* CEF_CALLBACK window_as_textfield(struct _cef_view_t* self) { in window_as_textfield() 977 window_get_type_string(struct _cef_view_t* self) { in window_get_type_string() 995 cef_string_userfree_t CEF_CALLBACK window_to_string(struct _cef_view_t* self, in window_to_string() 1014 int CEF_CALLBACK window_is_valid(struct _cef_view_t* self) { in window_is_valid() 1031 int CEF_CALLBACK window_is_attached(struct _cef_view_t* self) { in window_is_attached() 1048 int CEF_CALLBACK window_is_same(struct _cef_view_t* self, cef_view_t* that) { in window_is_same() [all …]
|
D | box_layout_cpptoc.cc | 25 struct _cef_view_t* view, in box_layout_set_flex_for_view() 45 struct _cef_view_t* view) { in box_layout_clear_flex_for_view()
|
D | overlay_controller_cpptoc.cc | 64 struct _cef_view_t* CEF_CALLBACK
|