Home
last modified time | relevance | path

Searched refs:IFWL_SpinButton (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/include/fwl/basewidget/
Dfwl_spinbutton.h11 class IFWL_SpinButton; variable
31 class IFWL_SpinButton : public IFWL_Widget {
33 static IFWL_SpinButton* Create(const CFWL_WidgetImpProperties& properties,
40 IFWL_SpinButton();
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_spinbuttonimp.cpp17 IFWL_SpinButton* IFWL_SpinButton::Create( in Create()
20 IFWL_SpinButton* pSpinButton = new IFWL_SpinButton; in Create()
27 IFWL_SpinButton::IFWL_SpinButton() {} in IFWL_SpinButton() function in IFWL_SpinButton
28 FWL_ERR IFWL_SpinButton::EnableButton(FX_BOOL bEnable, FX_BOOL bUp) { in EnableButton()
32 FX_BOOL IFWL_SpinButton::IsButtonEnable(FX_BOOL bUp) { in IsButtonEnable()
Dfwl_datetimepickerimp.cpp689 IFWL_SpinButton* pSpin = IFWL_SpinButton::Create(prop, m_pInterface); in DrawDropDownButton()