Home
last modified time | relevance | path

Searched refs:cef_button_t (Results 1 – 24 of 24) sorted by relevance

/third_party/cef/libcef_dll/cpptoc/views/
Dbutton_cpptoc.cc141 CefButtonCppToC::Get(reinterpret_cast<cef_button_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()
159 CefButtonCppToC::Get(reinterpret_cast<cef_button_t*>(self))->AsButton(); in button_as_button()
176 CefButtonCppToC::Get(reinterpret_cast<cef_button_t*>(self))->AsPanel(); in button_as_panel()
194 CefButtonCppToC::Get(reinterpret_cast<cef_button_t*>(self)) in button_as_scroll_view()
212 CefButtonCppToC::Get(reinterpret_cast<cef_button_t*>(self)) in button_as_textfield()
231 CefButtonCppToC::Get(reinterpret_cast<cef_button_t*>(self)) in button_get_type_string()
250 CefButtonCppToC::Get(reinterpret_cast<cef_button_t*>(self)) in button_to_string()
268 CefButtonCppToC::Get(reinterpret_cast<cef_button_t*>(self))->IsValid(); in button_is_valid()
285 CefButtonCppToC::Get(reinterpret_cast<cef_button_t*>(self))->IsAttached(); in button_is_attached()
[all …]
Dbutton_cpptoc.h32 : public CefCppToCRefCounted<CefButtonCppToC, CefButton, cef_button_t> {
Dbutton_delegate_cpptoc.cc27 cef_button_t* button) { in button_delegate_on_button_pressed()
47 cef_button_t* button) { in button_delegate_on_button_state_changed()
Dmenu_button_delegate_cpptoc.cc62 cef_button_t* button) { in menu_button_delegate_on_button_pressed()
83 cef_button_t* button) { in menu_button_delegate_on_button_state_changed()
Dview_cpptoc.cc48 cef_button_t* CEF_CALLBACK view_as_button(struct _cef_view_t* self) { in view_as_button()
995 return CefButtonCppToC::Unwrap(reinterpret_cast<cef_button_t*>(s)); in UnwrapDerived()
Dscroll_view_cpptoc.cc186 cef_button_t* CEF_CALLBACK scroll_view_as_button(struct _cef_view_t* self) { in scroll_view_as_button()
Dbrowser_view_cpptoc.cc158 cef_button_t* CEF_CALLBACK browser_view_as_button(struct _cef_view_t* self) { in browser_view_as_button()
Dpanel_cpptoc.cc289 cef_button_t* CEF_CALLBACK panel_as_button(struct _cef_view_t* self) { in panel_as_button()
Dlabel_button_cpptoc.cc378 cef_button_t* CEF_CALLBACK label_button_as_button(struct _cef_view_t* self) { in label_button_as_button()
Dtextfield_cpptoc.cc589 cef_button_t* CEF_CALLBACK textfield_as_button(struct _cef_view_t* self) { in textfield_as_button()
Dmenu_button_cpptoc.cc430 cef_button_t* CEF_CALLBACK menu_button_as_button(struct _cef_view_t* self) { in menu_button_as_button()
Dwindow_cpptoc.cc905 cef_button_t* CEF_CALLBACK window_as_button(struct _cef_view_t* self) { in window_as_button()
/third_party/cef/libcef_dll/ctocpp/views/
Dbutton_ctocpp.cc33 cef_button_t* _struct = GetStruct(); in AsLabelButton()
50 cef_button_t* _struct = GetStruct(); in SetState()
63 cef_button_t* _struct = GetStruct(); in GetState()
79 cef_button_t* _struct = GetStruct(); in SetInkDropEnabled()
93 cef_button_t* _struct = GetStruct(); in SetTooltipText()
112 cef_button_t* _struct = GetStruct(); in SetAccessibleName()
154 cef_button_t* _retval = _struct->as_button(_struct); in AsButton()
938 cef_button_t*
939 CefCToCppRefCounted<CefButtonCToCpp, CefButton, cef_button_t>::UnwrapDerived( in UnwrapDerived()
943 return reinterpret_cast<cef_button_t*>( in UnwrapDerived()
[all …]
Dlabel_button_ctocpp.cc239 cef_button_t* _struct = reinterpret_cast<cef_button_t*>(GetStruct()); in AsLabelButton()
256 cef_button_t* _struct = reinterpret_cast<cef_button_t*>(GetStruct()); in SetState()
269 cef_button_t* _struct = reinterpret_cast<cef_button_t*>(GetStruct()); in GetState()
286 cef_button_t* _struct = reinterpret_cast<cef_button_t*>(GetStruct()); in SetInkDropEnabled()
300 cef_button_t* _struct = reinterpret_cast<cef_button_t*>(GetStruct()); in SetTooltipText()
319 cef_button_t* _struct = reinterpret_cast<cef_button_t*>(GetStruct()); in SetAccessibleName()
361 cef_button_t* _retval = _struct->as_button(_struct); in AsButton()
Dmenu_button_ctocpp.cc286 cef_button_t* _struct = reinterpret_cast<cef_button_t*>(GetStruct()); in AsLabelButton()
303 cef_button_t* _struct = reinterpret_cast<cef_button_t*>(GetStruct()); in SetState()
316 cef_button_t* _struct = reinterpret_cast<cef_button_t*>(GetStruct()); in GetState()
333 cef_button_t* _struct = reinterpret_cast<cef_button_t*>(GetStruct()); in SetInkDropEnabled()
347 cef_button_t* _struct = reinterpret_cast<cef_button_t*>(GetStruct()); in SetTooltipText()
366 cef_button_t* _struct = reinterpret_cast<cef_button_t*>(GetStruct()); in SetAccessibleName()
408 cef_button_t* _retval = _struct->as_button(_struct); in AsButton()
Dbutton_ctocpp.h32 : public CefCToCppRefCounted<CefButtonCToCpp, CefButton, cef_button_t> {
Dview_ctocpp.cc56 cef_button_t* _retval = _struct->as_button(_struct); in AsButton()
Dbrowser_view_ctocpp.cc154 cef_button_t* _retval = _struct->as_button(_struct); in AsButton()
Dscroll_view_ctocpp.cc190 cef_button_t* _retval = _struct->as_button(_struct); in AsButton()
Dpanel_ctocpp.cc288 cef_button_t* _retval = _struct->as_button(_struct); in AsButton()
Dtextfield_ctocpp.cc571 cef_button_t* _retval = _struct->as_button(_struct); in AsButton()
Dwindow_ctocpp.cc883 cef_button_t* _retval = _struct->as_button(_struct); in AsButton()
/third_party/cef/include/capi/views/
Dcef_button_capi.h97 } cef_button_t; typedef
Dcef_label_button_capi.h61 cef_button_t base;