Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_scrollbar.cpp407 DoMouseLeave(0, m_rtMinBtn, m_iMinButtonState); in OnMouseLeave()
408 DoMouseLeave(1, m_rtThumb, m_iThumbButtonState); in OnMouseLeave()
409 DoMouseLeave(2, m_rtMaxBtn, m_iMaxButtonState); in OnMouseLeave()
410 DoMouseLeave(3, m_rtMinTrack, m_iMinTrackState); in OnMouseLeave()
411 DoMouseLeave(4, m_rtMaxTrack, m_iMaxTrackState); in OnMouseLeave()
465 void CFWL_ScrollBar::DoMouseLeave(int32_t iItem, in DoMouseLeave() function in CFWL_ScrollBar
Dcfwl_scrollbar.h109 void DoMouseLeave(int32_t iItem, const CFX_RectF& rtItem, int32_t& iState);