Home
last modified time | relevance | path

Searched refs:DispatchEvent (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_spinbuttonimp.cpp142 DispatchEvent(&wmPosChanged); in Run()
289 m_pOwner->DispatchEvent(&wmPosChanged); in OnLButtonDown()
422 m_pOwner->DispatchEvent(&wmPosChanged); in OnKeyDown()
Dfwl_pushbuttonimp.cpp489 m_pOwner->DispatchEvent(&wmClick); in OnLButtonUp()
539 m_pOwner->DispatchEvent(&wmMouse); in OnKeyDown()
542 m_pOwner->DispatchEvent(&wmClick); in OnKeyDown()
Dfwl_comboboximp.cpp364 m_pOwner->DispatchEvent(&event); in OnDropListMouseMove()
945 DispatchEvent(&ev); in ShowDropList()
955 DispatchEvent(&ev); in ShowDropList()
1119 DispatchEvent(&ev); in ProcessSelChanged()
1182 DispatchEvent(&preEvent); in DisForm_ShowDropList()
1213 DispatchEvent(&postEvent); in DisForm_ShowDropList()
1416 m_pOwner->DispatchEvent(&pTemp); in OnProcessEvent()
1423 m_pOwner->DispatchEvent(&pScrollEv); in OnProcessEvent()
1432 m_pOwner->DispatchEvent(&pTemp); in OnProcessEvent()
Dfwl_datetimepickerimp.cpp353 m_pOwner->DispatchEvent(&ev); in OnMouseMoveEx()
604 DispatchEvent(&ev); in SetEditText()
806 DispatchEvent(&ev); in ProcessSelChanged()
1095 m_pOwner->DispatchEvent(&ev); in OnLButtonDown()
1101 m_pOwner->DispatchEvent(&ev); in OnLButtonDown()
Dfwl_editimp.cpp382 DispatchEvent(&checkWordEvent); in GetSuggestWords()
391 DispatchEvent(&checkWordEvent); in GetSuggestWords()
447 DispatchEvent(&checkWordEvent); in DrawSpellCheck()
457 DispatchEvent(&checkWordEvent); in DrawSpellCheck()
870 DispatchEvent(&evt); in On_TextChanged()
905 DispatchEvent(&event); in On_TextChanged()
973 DispatchEvent(&event); in On_Validate()
1760 DispatchEvent(&textFullEvent); in ProcessInsertError()
Dfwl_listboximp.cpp613 DispatchEvent(&ev); in DrawItems()
978 DispatchEvent(&selEvent); in ProcessSelChanged()
1239 m_pOwner->DispatchEvent(&ev); in DispatchSelChangedEv()
Dfwl_checkboximp.cpp400 DispatchEvent(&wmCheckBoxState); in NextStates()
Dfwl_monthcalendarimp.cpp1026 m_pOwner->DispatchEvent(&wmClick); in OnLButtonDown()
1033 m_pOwner->DispatchEvent(&wmDateSelected); in OnLButtonDown()
Dfwl_scrollbarimp.cpp619 DispatchEvent(&ev); in OnScroll()
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_widgetimp.cpp841 DispatchEvent(pEvent); in DispatchKeyEvent()
844 void CFWL_WidgetImp::DispatchEvent(CFWL_Event* pEvent) { in DispatchEvent() function in CFWL_WidgetImp
973 pWidget->DispatchEvent(&evt); in OnProcessMessage()
987 pWidget->DispatchEvent(&evt); in OnProcessMessage()
998 pWidget->DispatchEvent(&evt); in OnProcessMessage()
1007 pWidget->DispatchEvent(&evt); in OnProcessMessage()
1017 pWidget->DispatchEvent(&evt); in OnProcessMessage()
Dfwl_formimp.cpp1143 m_pOwner->DispatchEvent(&eClose); in OnLButtonUp()
1430 m_pOwner->DispatchEvent(&eClose); in OnClose()
/external/pdfium/xfa/include/fwl/lightwidget/
Dwidget.h89 void DispatchEvent(CFWL_Event* pEvent);
/external/pdfium/xfa/src/fwl/src/core/include/
Dfwl_widgetimp.h121 void DispatchEvent(CFWL_Event* pEvent);
/external/pdfium/xfa/src/fwl/src/lightwidget/
Dwidget.cpp262 void CFWL_Widget::DispatchEvent(CFWL_Event* pEvent) { in DispatchEvent() function in CFWL_Widget