Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_spinbutton.cpp106 bool CFWL_SpinButton::IsDownButtonEnabled() { in IsDownButtonEnabled() function in CFWL_SpinButton
205 bool bDnPress = m_rtDnButton.Contains(pMsg->m_pos) && IsDownButtonEnabled(); in OnLButtonDown()
241 } else if (m_dwDnState == CFWL_PartState_Pressed && IsDownButtonEnabled()) { in OnLButtonUp()
263 if (m_dwDnState != CFWL_PartState_Normal && IsDownButtonEnabled()) { in OnMouseMove()
273 if (!IsDownButtonEnabled()) in OnMouseMove()
277 if (IsDownButtonEnabled()) { in OnMouseMove()
318 if (m_dwDnState != CFWL_PartState_Normal && IsDownButtonEnabled()) in OnMouseLeave()
333 bool bDownEnable = IsDownButtonEnabled(); in OnKeyDown()
Dcfwl_spinbutton.h48 bool IsDownButtonEnabled();