Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_scrollbar.cpp79 return OnScroll(dwCode, fPos); in DoScroll()
295 bool CFWL_ScrollBar::OnScroll(CFWL_EventScroll::Code dwCode, float fPos) { in OnScroll() function in CFWL_ScrollBar
422 OnScroll(CFWL_EventScroll::Code::EndScroll, m_fTrackPos); in DoMouseUp()
439 OnScroll(CFWL_EventScroll::Code::TrackPos, m_fTrackPos); in DoMouseMove()
Dcfwl_scrollbar.h86 bool OnScroll(CFWL_EventScroll::Code dwCode, float fPos);
Dcfwl_listbox.h116 bool OnScroll(CFWL_ScrollBar* pScrollBar,
Dcfwl_edit.h148 bool OnScroll(CFWL_ScrollBar* pScrollBar,
Dcfwl_listbox.cpp705 OnScroll(static_cast<CFWL_ScrollBar*>(pSrcTarget), in OnProcessEvent()
829 bool CFWL_ListBox::OnScroll(CFWL_ScrollBar* pScrollBar, in OnScroll() function in CFWL_ListBox
Dcfwl_edit.cpp1061 OnScroll(static_cast<CFWL_ScrollBar*>(pSrcTarget), in OnProcessEvent()
1278 bool CFWL_Edit::OnScroll(CFWL_ScrollBar* pScrollBar, in OnScroll() function in CFWL_Edit