Home
last modified time | relevance | path

Searched refs:CefViewCppToC (Results 1 – 19 of 19) sorted by relevance

/third_party/cef/libcef_dll/cpptoc/views/
Dview_cpptoc.cc42 CefRefPtr<CefBrowserView> _retval = CefViewCppToC::Get(self)->AsBrowserView(); in view_as_browser_view()
58 CefRefPtr<CefButton> _retval = CefViewCppToC::Get(self)->AsButton(); in view_as_button()
74 CefRefPtr<CefPanel> _retval = CefViewCppToC::Get(self)->AsPanel(); in view_as_panel()
90 CefRefPtr<CefScrollView> _retval = CefViewCppToC::Get(self)->AsScrollView(); in view_as_scroll_view()
106 CefRefPtr<CefTextfield> _retval = CefViewCppToC::Get(self)->AsTextfield(); in view_as_textfield()
123 CefString _retval = CefViewCppToC::Get(self)->GetTypeString(); in view_get_type_string()
141 CefViewCppToC::Get(self)->ToString(include_children ? true : false); in view_to_string()
157 bool _retval = CefViewCppToC::Get(self)->IsValid(); in view_is_valid()
173 bool _retval = CefViewCppToC::Get(self)->IsAttached(); in view_is_attached()
194 bool _retval = CefViewCppToC::Get(self)->IsSame(CefViewCppToC::Unwrap(that)); in view_is_same()
[all …]
Dview_cpptoc.h41 class CefViewCppToC
42 : public CefCppToCRefCounted<CefViewCppToC, CefView, cef_view_t> {
44 CefViewCppToC();
45 virtual ~CefViewCppToC();
Dpanel_cpptoc.cc156 CefPanelCppToC::Get(self)->AddChildView(CefViewCppToC::Unwrap(view)); in panel_add_child_view()
179 CefPanelCppToC::Get(self)->AddChildViewAt(CefViewCppToC::Unwrap(view), index); in panel_add_child_view_at()
198 CefPanelCppToC::Get(self)->ReorderChildView(CefViewCppToC::Unwrap(view), in panel_reorder_child_view()
217 CefPanelCppToC::Get(self)->RemoveChildView(CefViewCppToC::Unwrap(view)); in panel_remove_child_view()
267 return CefViewCppToC::Wrap(_retval); in panel_get_child_view_at()
443 ->IsSame(CefViewCppToC::Unwrap(that)); in panel_is_same()
561 return CefViewCppToC::Wrap(_retval); in panel_get_parent_view()
580 return CefViewCppToC::Wrap(_retval); in panel_get_view_for_id()
1165 ->ConvertPointToView(CefViewCppToC::Unwrap(view), pointVal); in panel_convert_point_to_view()
1200 ->ConvertPointFromView(CefViewCppToC::Unwrap(view), pointVal); in panel_convert_point_from_view()
Dbox_layout_cpptoc.cc40 CefBoxLayoutCppToC::Get(self)->SetFlexForView(CefViewCppToC::Unwrap(view), in box_layout_set_flex_for_view()
59 CefBoxLayoutCppToC::Get(self)->ClearFlexForView(CefViewCppToC::Unwrap(view)); in box_layout_clear_flex_for_view()
Dscroll_view_cpptoc.cc62 CefScrollViewCppToC::Get(self)->SetContentView(CefViewCppToC::Unwrap(view)); in scroll_view_set_content_view()
79 return CefViewCppToC::Wrap(_retval); in scroll_view_get_content_view()
351 ->IsSame(CefViewCppToC::Unwrap(that)); in scroll_view_is_same()
476 return CefViewCppToC::Wrap(_retval); in scroll_view_get_parent_view()
495 return CefViewCppToC::Wrap(_retval); in scroll_view_get_view_for_id()
1108 ->ConvertPointToView(CefViewCppToC::Unwrap(view), pointVal); in scroll_view_convert_point_to_view()
1143 ->ConvertPointFromView(CefViewCppToC::Unwrap(view), pointVal); in scroll_view_convert_point_from_view()
Dwindow_cpptoc.cc436 CefWindowCppToC::Get(self)->AddOverlayView(CefViewCppToC::Unwrap(view), in window_add_overlay_view()
766 ->AddChildView(CefViewCppToC::Unwrap(view)); in window_add_child_view()
790 ->AddChildViewAt(CefViewCppToC::Unwrap(view), index); in window_add_child_view_at()
810 ->ReorderChildView(CefViewCppToC::Unwrap(view), index); in window_reorder_child_view()
829 ->RemoveChildView(CefViewCppToC::Unwrap(view)); in window_remove_child_view()
883 return CefViewCppToC::Wrap(_retval); in window_get_child_view_at()
1063 ->IsSame(CefViewCppToC::Unwrap(that)); in window_is_same()
1181 return CefViewCppToC::Wrap(_retval); in window_get_parent_view()
1200 return CefViewCppToC::Wrap(_retval); in window_get_view_for_id()
1792 ->ConvertPointToView(CefViewCppToC::Unwrap(view), pointVal); in window_convert_point_to_view()
[all …]
Dbrowser_view_cpptoc.cc120 return CefViewCppToC::Wrap(_retval); in browser_view_get_chrome_toolbar()
323 ->IsSame(CefViewCppToC::Unwrap(that)); in browser_view_is_same()
448 return CefViewCppToC::Wrap(_retval); in browser_view_get_parent_view()
467 return CefViewCppToC::Wrap(_retval); in browser_view_get_view_for_id()
1085 ->ConvertPointToView(CefViewCppToC::Unwrap(view), pointVal); in browser_view_convert_point_to_view()
1120 ->ConvertPointFromView(CefViewCppToC::Unwrap(view), pointVal); in browser_view_convert_point_from_view()
Dbutton_cpptoc.cc307 ->IsSame(CefViewCppToC::Unwrap(that)); in button_is_same()
426 return CefViewCppToC::Wrap(_retval); in button_get_parent_view()
445 return CefViewCppToC::Wrap(_retval); in button_get_view_for_id()
1037 ->ConvertPointToView(CefViewCppToC::Unwrap(view), pointVal); in button_convert_point_to_view()
1072 ->ConvertPointFromView(CefViewCppToC::Unwrap(view), pointVal); in button_convert_point_from_view()
Dlabel_button_cpptoc.cc543 ->IsSame(CefViewCppToC::Unwrap(that)); in label_button_is_same()
668 return CefViewCppToC::Wrap(_retval); in label_button_get_parent_view()
687 return CefViewCppToC::Wrap(_retval); in label_button_get_view_for_id()
1305 ->ConvertPointToView(CefViewCppToC::Unwrap(view), pointVal); in label_button_convert_point_to_view()
1340 ->ConvertPointFromView(CefViewCppToC::Unwrap(view), pointVal); in label_button_convert_point_from_view()
Dtextfield_cpptoc.cc753 ->IsSame(CefViewCppToC::Unwrap(that)); in textfield_is_same()
877 return CefViewCppToC::Wrap(_retval); in textfield_get_parent_view()
896 return CefViewCppToC::Wrap(_retval); in textfield_get_view_for_id()
1506 ->ConvertPointToView(CefViewCppToC::Unwrap(view), pointVal); in textfield_convert_point_to_view()
1541 ->ConvertPointFromView(CefViewCppToC::Unwrap(view), pointVal); in textfield_convert_point_from_view()
Dmenu_button_cpptoc.cc595 ->IsSame(CefViewCppToC::Unwrap(that)); in menu_button_is_same()
720 return CefViewCppToC::Wrap(_retval); in menu_button_get_parent_view()
739 return CefViewCppToC::Wrap(_retval); in menu_button_get_view_for_id()
1352 ->ConvertPointToView(CefViewCppToC::Unwrap(view), pointVal); in menu_button_convert_point_to_view()
1387 ->ConvertPointFromView(CefViewCppToC::Unwrap(view), pointVal); in menu_button_convert_point_from_view()
Doverlay_controller_cpptoc.cc79 return CefViewCppToC::Wrap(_retval); in overlay_controller_get_contents_view()
/third_party/cef/libcef_dll/ctocpp/views/
Dpanel_delegate_ctocpp.cc40 _struct->get_preferred_size(_struct, CefViewCppToC::Wrap(view)); in GetPreferredSize()
64 _struct->get_minimum_size(_struct, CefViewCppToC::Wrap(view)); in GetMinimumSize()
88 _struct->get_maximum_size(_struct, CefViewCppToC::Wrap(view)); in GetMaximumSize()
113 _struct->get_height_for_width(_struct, CefViewCppToC::Wrap(view), width); in GetHeightForWidth()
142 _struct->on_parent_view_changed(_struct, CefViewCppToC::Wrap(view), added, in OnParentViewChanged()
143 CefViewCppToC::Wrap(parent)); in OnParentViewChanged()
169 _struct->on_child_view_changed(_struct, CefViewCppToC::Wrap(view), added, in OnChildViewChanged()
170 CefViewCppToC::Wrap(child)); in OnChildViewChanged()
191 _struct->on_window_changed(_struct, CefViewCppToC::Wrap(view), added); in OnWindowChanged()
212 _struct->on_layout_changed(_struct, CefViewCppToC::Wrap(view), &new_bounds); in OnLayoutChanged()
[all …]
Dview_delegate_ctocpp.cc44 _struct->get_preferred_size(_struct, CefViewCppToC::Wrap(view)); in GetPreferredSize()
67 _struct->get_minimum_size(_struct, CefViewCppToC::Wrap(view)); in GetMinimumSize()
90 _struct->get_maximum_size(_struct, CefViewCppToC::Wrap(view)); in GetMaximumSize()
114 _struct->get_height_for_width(_struct, CefViewCppToC::Wrap(view), width); in GetHeightForWidth()
142 _struct->on_parent_view_changed(_struct, CefViewCppToC::Wrap(view), added, in OnParentViewChanged()
143 CefViewCppToC::Wrap(parent)); in OnParentViewChanged()
168 _struct->on_child_view_changed(_struct, CefViewCppToC::Wrap(view), added, in OnChildViewChanged()
169 CefViewCppToC::Wrap(child)); in OnChildViewChanged()
189 _struct->on_window_changed(_struct, CefViewCppToC::Wrap(view), added); in OnWindowChanged()
209 _struct->on_layout_changed(_struct, CefViewCppToC::Wrap(view), &new_bounds); in OnLayoutChanged()
[all …]
Dtextfield_delegate_ctocpp.cc84 _struct->get_preferred_size(_struct, CefViewCppToC::Wrap(view)); in GetPreferredSize()
108 _struct->get_minimum_size(_struct, CefViewCppToC::Wrap(view)); in GetMinimumSize()
132 _struct->get_maximum_size(_struct, CefViewCppToC::Wrap(view)); in GetMaximumSize()
157 _struct->get_height_for_width(_struct, CefViewCppToC::Wrap(view), width); in GetHeightForWidth()
187 _struct->on_parent_view_changed(_struct, CefViewCppToC::Wrap(view), added, in OnParentViewChanged()
188 CefViewCppToC::Wrap(parent)); in OnParentViewChanged()
214 _struct->on_child_view_changed(_struct, CefViewCppToC::Wrap(view), added, in OnChildViewChanged()
215 CefViewCppToC::Wrap(child)); in OnChildViewChanged()
236 _struct->on_window_changed(_struct, CefViewCppToC::Wrap(view), added); in OnWindowChanged()
257 _struct->on_layout_changed(_struct, CefViewCppToC::Wrap(view), &new_bounds); in OnLayoutChanged()
[all …]
Dbutton_delegate_ctocpp.cc80 _struct->get_preferred_size(_struct, CefViewCppToC::Wrap(view)); in GetPreferredSize()
104 _struct->get_minimum_size(_struct, CefViewCppToC::Wrap(view)); in GetMinimumSize()
128 _struct->get_maximum_size(_struct, CefViewCppToC::Wrap(view)); in GetMaximumSize()
153 _struct->get_height_for_width(_struct, CefViewCppToC::Wrap(view), width); in GetHeightForWidth()
182 _struct->on_parent_view_changed(_struct, CefViewCppToC::Wrap(view), added, in OnParentViewChanged()
183 CefViewCppToC::Wrap(parent)); in OnParentViewChanged()
209 _struct->on_child_view_changed(_struct, CefViewCppToC::Wrap(view), added, in OnChildViewChanged()
210 CefViewCppToC::Wrap(child)); in OnChildViewChanged()
231 _struct->on_window_changed(_struct, CefViewCppToC::Wrap(view), added); in OnWindowChanged()
252 _struct->on_layout_changed(_struct, CefViewCppToC::Wrap(view), &new_bounds); in OnLayoutChanged()
[all …]
Dmenu_button_delegate_ctocpp.cc111 _struct->get_preferred_size(_struct, CefViewCppToC::Wrap(view)); in GetPreferredSize()
135 _struct->get_minimum_size(_struct, CefViewCppToC::Wrap(view)); in GetMinimumSize()
159 _struct->get_maximum_size(_struct, CefViewCppToC::Wrap(view)); in GetMaximumSize()
184 _struct->get_height_for_width(_struct, CefViewCppToC::Wrap(view), width); in GetHeightForWidth()
214 _struct->on_parent_view_changed(_struct, CefViewCppToC::Wrap(view), added, in OnParentViewChanged()
215 CefViewCppToC::Wrap(parent)); in OnParentViewChanged()
241 _struct->on_child_view_changed(_struct, CefViewCppToC::Wrap(view), added, in OnChildViewChanged()
242 CefViewCppToC::Wrap(child)); in OnChildViewChanged()
263 _struct->on_window_changed(_struct, CefViewCppToC::Wrap(view), added); in OnWindowChanged()
284 _struct->on_layout_changed(_struct, CefViewCppToC::Wrap(view), &new_bounds); in OnLayoutChanged()
[all …]
Dbrowser_view_delegate_ctocpp.cc179 _struct->get_preferred_size(_struct, CefViewCppToC::Wrap(view)); in GetPreferredSize()
203 _struct->get_minimum_size(_struct, CefViewCppToC::Wrap(view)); in GetMinimumSize()
227 _struct->get_maximum_size(_struct, CefViewCppToC::Wrap(view)); in GetMaximumSize()
252 _struct->get_height_for_width(_struct, CefViewCppToC::Wrap(view), width); in GetHeightForWidth()
282 _struct->on_parent_view_changed(_struct, CefViewCppToC::Wrap(view), added, in OnParentViewChanged()
283 CefViewCppToC::Wrap(parent)); in OnParentViewChanged()
310 _struct->on_child_view_changed(_struct, CefViewCppToC::Wrap(view), added, in OnChildViewChanged()
311 CefViewCppToC::Wrap(child)); in OnChildViewChanged()
332 _struct->on_window_changed(_struct, CefViewCppToC::Wrap(view), added); in OnWindowChanged()
353 _struct->on_layout_changed(_struct, CefViewCppToC::Wrap(view), &new_bounds); in OnLayoutChanged()
[all …]
Dwindow_delegate_ctocpp.cc330 _struct->get_preferred_size(_struct, CefViewCppToC::Wrap(view)); in GetPreferredSize()
354 _struct->get_minimum_size(_struct, CefViewCppToC::Wrap(view)); in GetMinimumSize()
378 _struct->get_maximum_size(_struct, CefViewCppToC::Wrap(view)); in GetMaximumSize()
403 _struct->get_height_for_width(_struct, CefViewCppToC::Wrap(view), width); in GetHeightForWidth()
432 _struct->on_parent_view_changed(_struct, CefViewCppToC::Wrap(view), added, in OnParentViewChanged()
433 CefViewCppToC::Wrap(parent)); in OnParentViewChanged()
459 _struct->on_child_view_changed(_struct, CefViewCppToC::Wrap(view), added, in OnChildViewChanged()
460 CefViewCppToC::Wrap(child)); in OnChildViewChanged()
481 _struct->on_window_changed(_struct, CefViewCppToC::Wrap(view), added); in OnWindowChanged()
502 _struct->on_layout_changed(_struct, CefViewCppToC::Wrap(view), &new_bounds); in OnLayoutChanged()
[all …]