HomeSort by relevance Sort by last modified time
    Searched refs:IsUpButtonEnabled (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fwl/
cfwl_spinbutton.cpp 102 bool CFWL_SpinButton::IsUpButtonEnabled() {
204 bool bUpPress = m_rtUpButton.Contains(pMsg->m_pos) && IsUpButtonEnabled();
237 if (m_dwUpState == CFWL_PartState_Pressed && IsUpButtonEnabled()) {
257 if (IsUpButtonEnabled()) {
283 if (m_dwUpState != CFWL_PartState_Normal && IsUpButtonEnabled()) {
316 if (m_dwUpState != CFWL_PartState_Normal && IsUpButtonEnabled())
332 bool bUpEnable = IsUpButtonEnabled();
cfwl_spinbutton.h 47 bool IsUpButtonEnabled();

Completed in 3224 milliseconds