Searched refs:_cef_panel_t (Results 1 – 5 of 5) sorted by relevance
/third_party/cef/include/capi/views/ |
D | cef_panel_capi.h | 60 typedef struct _cef_panel_t { struct 69 struct _cef_window_t*(CEF_CALLBACK* as_window)(struct _cef_panel_t* self); argument 75 struct _cef_panel_t* self); argument 81 struct _cef_panel_t* self, argument 87 struct _cef_layout_t*(CEF_CALLBACK* get_layout)(struct _cef_panel_t* self); argument 93 void(CEF_CALLBACK* layout)(struct _cef_panel_t* self); argument 98 void(CEF_CALLBACK* add_child_view)(struct _cef_panel_t* self, argument 105 void(CEF_CALLBACK* add_child_view_at)(struct _cef_panel_t* self, argument 113 void(CEF_CALLBACK* reorder_child_view)(struct _cef_panel_t* self, argument 120 void(CEF_CALLBACK* remove_child_view)(struct _cef_panel_t* self, argument [all …]
|
D | cef_view_capi.h | 51 struct _cef_panel_t; 82 struct _cef_panel_t*(CEF_CALLBACK* as_panel)(struct _cef_view_t* self);
|
/third_party/cef/libcef_dll/cpptoc/views/ |
D | panel_cpptoc.cc | 50 struct _cef_window_t* CEF_CALLBACK panel_as_window(struct _cef_panel_t* self) { in panel_as_window() 67 panel_set_to_fill_layout(struct _cef_panel_t* self) { in panel_set_to_fill_layout() 85 panel_set_to_box_layout(struct _cef_panel_t* self, in panel_set_to_box_layout() 112 cef_layout_t* CEF_CALLBACK panel_get_layout(struct _cef_panel_t* self) { in panel_get_layout() 128 void CEF_CALLBACK panel_layout(struct _cef_panel_t* self) { in panel_layout() 141 void CEF_CALLBACK panel_add_child_view(struct _cef_panel_t* self, in panel_add_child_view() 159 void CEF_CALLBACK panel_add_child_view_at(struct _cef_panel_t* self, in panel_add_child_view_at() 182 void CEF_CALLBACK panel_reorder_child_view(struct _cef_panel_t* self, in panel_reorder_child_view() 202 void CEF_CALLBACK panel_remove_child_view(struct _cef_panel_t* self, in panel_remove_child_view() 220 void CEF_CALLBACK panel_remove_all_child_views(struct _cef_panel_t* self) { in panel_remove_all_child_views() [all …]
|
D | window_cpptoc.cc | 655 struct _cef_window_t* CEF_CALLBACK window_as_window(struct _cef_panel_t* self) { in window_as_window() 673 window_set_to_fill_layout(struct _cef_panel_t* self) { in window_set_to_fill_layout() 692 window_set_to_box_layout(struct _cef_panel_t* self, in window_set_to_box_layout() 720 cef_layout_t* CEF_CALLBACK window_get_layout(struct _cef_panel_t* self) { in window_get_layout() 737 void CEF_CALLBACK window_layout(struct _cef_panel_t* self) { in window_layout() 750 void CEF_CALLBACK window_add_child_view(struct _cef_panel_t* self, in window_add_child_view() 769 void CEF_CALLBACK window_add_child_view_at(struct _cef_panel_t* self, in window_add_child_view_at() 793 void CEF_CALLBACK window_reorder_child_view(struct _cef_panel_t* self, in window_reorder_child_view() 813 void CEF_CALLBACK window_remove_child_view(struct _cef_panel_t* self, in window_remove_child_view() 832 void CEF_CALLBACK window_remove_all_child_views(struct _cef_panel_t* self) { in window_remove_all_child_views() [all …]
|
/third_party/cef/libcef_dll/wrapper/ |
D | libcef_dll_dylib.cc | 327 typedef struct _cef_panel_t* (*cef_panel_create_ptr)( 1688 struct _cef_panel_t* cef_panel_create(struct _cef_panel_delegate_t* delegate) { in cef_panel_create()
|