Home
last modified time | relevance | path

Searched refs:OnScroll (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_scrollbar.cpp104 return OnScroll(dwCode, fPos); in DoScroll()
320 bool CFWL_ScrollBar::OnScroll(CFWL_EventScroll::Code dwCode, float fPos) { in OnScroll() function in CFWL_ScrollBar
444 OnScroll(CFWL_EventScroll::Code::EndScroll, m_fTrackPos); in DoMouseUp()
461 OnScroll(CFWL_EventScroll::Code::TrackPos, m_fTrackPos); in DoMouseMove()
Dcfwl_scrollbar.h90 bool OnScroll(CFWL_EventScroll::Code dwCode, float fPos);
Dcfwl_listbox.h116 bool OnScroll(CFWL_ScrollBar* pScrollBar,
Dcfwl_edit.h153 bool OnScroll(CFWL_ScrollBar* pScrollBar,
Dcfwl_listbox.cpp709 OnScroll(static_cast<CFWL_ScrollBar*>(pSrcTarget), in OnProcessEvent()
835 bool CFWL_ListBox::OnScroll(CFWL_ScrollBar* pScrollBar, in OnScroll() function in CFWL_ListBox
Dcfwl_edit.cpp1150 OnScroll(static_cast<CFWL_ScrollBar*>(pSrcTarget), in OnProcessEvent()
1381 bool CFWL_Edit::OnScroll(CFWL_ScrollBar* pScrollBar, in OnScroll() function in CFWL_Edit