Home | History | Annotate | Download | only in shadow

Lines Matching refs:m_spinButtonOwner

47     , m_spinButtonOwner(&spinButtonOwner)
98 if (m_spinButtonOwner)
99 m_spinButtonOwner->focusAndSelectSpinButtonOwner();
153 if (!m_spinButtonOwner)
156 if (!m_spinButtonOwner->shouldSpinButtonRespondToWheelEvents())
181 if (!m_spinButtonOwner)
185 m_spinButtonOwner->spinButtonStepUp();
187 m_spinButtonOwner->spinButtonStepDown();
201 if (m_spinButtonOwner)
202 m_spinButtonOwner->spinButtonDidReleaseMouseCapture(eventDispatch);
257 return !m_spinButtonOwner || m_spinButtonOwner->shouldSpinButtonRespondToMouseEvents();
262 visitor->trace(m_spinButtonOwner);