Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_spinbutton.cpp102 bool CFWL_SpinButton::IsUpButtonEnabled() { in IsUpButtonEnabled() function in CFWL_SpinButton
204 bool bUpPress = m_rtUpButton.Contains(pMsg->m_pos) && IsUpButtonEnabled(); in OnLButtonDown()
237 if (m_dwUpState == CFWL_PartState_Pressed && IsUpButtonEnabled()) { in OnLButtonUp()
257 if (IsUpButtonEnabled()) { in OnMouseMove()
283 if (m_dwUpState != CFWL_PartState_Normal && IsUpButtonEnabled()) { in OnMouseMove()
316 if (m_dwUpState != CFWL_PartState_Normal && IsUpButtonEnabled()) in OnMouseLeave()
332 bool bUpEnable = IsUpButtonEnabled(); in OnKeyDown()
Dcfwl_spinbutton.h47 bool IsUpButtonEnabled();