Home
last modified time | relevance | path

Searched refs:CEF_BUTTON_IMPL_D (Results 1 – 2 of 2) sorted by relevance

/third_party/cef/libcef/browser/views/
Dbutton_impl.h22 #define CEF_BUTTON_IMPL_D CefButtonImpl<CEF_BUTTON_IMPL_A> macro
51 CEF_BUTTON_IMPL_T void CEF_BUTTON_IMPL_D::SetState(cef_button_state_t state) { in SetState()
75 CEF_BUTTON_IMPL_T cef_button_state_t CEF_BUTTON_IMPL_D::GetState() { in GetState()
80 CEF_BUTTON_IMPL_T void CEF_BUTTON_IMPL_D::SetInkDropEnabled(bool enabled) { in SetInkDropEnabled()
92 CEF_BUTTON_IMPL_T void CEF_BUTTON_IMPL_D::SetTooltipText( in SetTooltipText()
98 CEF_BUTTON_IMPL_T void CEF_BUTTON_IMPL_D::SetAccessibleName( in SetAccessibleName()
104 CEF_BUTTON_IMPL_T void CEF_BUTTON_IMPL_D::SetFocusable(bool focusable) { in SetFocusable()
Dlabel_button_impl.h26 CEF_LABEL_BUTTON_IMPL_T class CefLabelButtonImpl : public CEF_BUTTON_IMPL_D {
28 using ParentClass = CEF_BUTTON_IMPL_D;