Home
last modified time | relevance | path

Searched refs:cef_button_delegate_t (Results 1 – 9 of 9) sorted by relevance

/third_party/cef/libcef_dll/cpptoc/views/
Dbutton_delegate_cpptoc.cc82 reinterpret_cast<cef_button_delegate_t*>(self)) in button_delegate_get_preferred_size()
106 reinterpret_cast<cef_button_delegate_t*>(self)) in button_delegate_get_minimum_size()
130 reinterpret_cast<cef_button_delegate_t*>(self)) in button_delegate_get_maximum_size()
155 reinterpret_cast<cef_button_delegate_t*>(self)) in button_delegate_get_height_for_width()
184 CefButtonDelegateCppToC::Get(reinterpret_cast<cef_button_delegate_t*>(self)) in button_delegate_on_parent_view_changed()
211 CefButtonDelegateCppToC::Get(reinterpret_cast<cef_button_delegate_t*>(self)) in button_delegate_on_child_view_changed()
233 CefButtonDelegateCppToC::Get(reinterpret_cast<cef_button_delegate_t*>(self)) in button_delegate_on_window_changed()
261 CefButtonDelegateCppToC::Get(reinterpret_cast<cef_button_delegate_t*>(self)) in button_delegate_on_layout_changed()
280 CefButtonDelegateCppToC::Get(reinterpret_cast<cef_button_delegate_t*>(self)) in button_delegate_on_focus()
299 CefButtonDelegateCppToC::Get(reinterpret_cast<cef_button_delegate_t*>(self)) in button_delegate_on_blur()
[all …]
Dbutton_delegate_cpptoc.h34 cef_button_delegate_t> {
Dview_delegate_cpptoc.cc296 reinterpret_cast<cef_button_delegate_t*>(s)); in UnwrapDerived()
Dlabel_button_cpptoc.cc32 cef_button_delegate_t* delegate, in cef_label_button_create()
/third_party/cef/libcef_dll/ctocpp/views/
Dbutton_delegate_ctocpp.cc27 cef_button_delegate_t* _struct = GetStruct(); in OnButtonPressed()
47 cef_button_delegate_t* _struct = GetStruct(); in OnButtonStateChanged()
306 cef_button_delegate_t* CefCToCppRefCounted<
309 cef_button_delegate_t>::UnwrapDerived(CefWrapperType type, in UnwrapDerived()
312 return reinterpret_cast<cef_button_delegate_t*>( in UnwrapDerived()
323 cef_button_delegate_t>::kWrapperType =
Dmenu_button_delegate_ctocpp.cc56 cef_button_delegate_t* _struct = in OnButtonPressed()
57 reinterpret_cast<cef_button_delegate_t*>(GetStruct()); in OnButtonPressed()
77 cef_button_delegate_t* _struct = in OnButtonStateChanged()
78 reinterpret_cast<cef_button_delegate_t*>(GetStruct()); in OnButtonStateChanged()
Dbutton_delegate_ctocpp.h34 cef_button_delegate_t> {
/third_party/cef/include/capi/views/
Dcef_button_delegate_capi.h74 } cef_button_delegate_t; typedef
Dcef_menu_button_delegate_capi.h70 cef_button_delegate_t base;