Home
last modified time | relevance | path

Searched refs:FWL_EVTHASH_Scroll (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/include/fwl/core/
Dfwl_note.h94 #define FWL_EVTHASH_Scroll 2965158968 macro
292 BEGIN_FWL_EVENT_DEF(CFWL_EvtScroll, FWL_EVTHASH_Scroll)
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_listboximp.cpp1030 if (pEvent->GetClassID() != FWL_EVTHASH_Scroll) { in OnProcessEvent()
Dfwl_comboboximp.cpp1417 } else if (dwFlag == FWL_EVTHASH_Scroll) { in OnProcessEvent()
Dfwl_editimp.cpp1834 if (dwHashCode != FWL_EVTHASH_Scroll) { in OnProcessEvent()