Home
last modified time | relevance | path

Searched refs:m_pSrcTarget (Results 1 – 15 of 15) sorted by relevance

/external/pdfium/xfa/include/fwl/core/
Dfwl_note.h150 IFWL_Widget* m_pSrcTarget; variable
155 : m_pSrcTarget(NULL), in CFWL_Note()
228 m_pSrcTarget = copy.m_pSrcTarget;
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fffield.cpp363 ms.m_pSrcTarget = NULL; in OnMouseEnter()
543 ms.m_pSrcTarget = NULL; in OnSetFocus()
555 ms.m_pSrcTarget = NULL; in OnKillFocus()
571 ms.m_pSrcTarget = NULL; in OnKeyDown()
584 ms.m_pSrcTarget = NULL; in OnKeyUp()
606 ms.m_pSrcTarget = NULL; in OnChar()
Dxfa_fftextedit.cpp155 ms.m_pSrcTarget = NULL; in OnSetFocus()
162 ms.m_pSrcTarget = NULL; in OnKillFocus()
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_comboboximp.cpp362 event.m_pSrcTarget = m_pOwner->m_pOuter; in OnDropListMouseMove()
944 ev.m_pSrcTarget = m_pInterface; in ShowDropList()
954 ev.m_pSrcTarget = m_pInterface; in ShowDropList()
1117 ev.m_pSrcTarget = m_pInterface; in ProcessSelChanged()
1181 preEvent.m_pSrcTarget = m_pInterface; in DisForm_ShowDropList()
1212 postEvent.m_pSrcTarget = m_pInterface; in DisForm_ShowDropList()
1412 pTemp.m_pSrcTarget = m_pOwner->m_pInterface; in OnProcessEvent()
1420 pScrollEv.m_pSrcTarget = m_pOwner->m_pInterface; in OnProcessEvent()
1428 pTemp.m_pSrcTarget = m_pOwner->m_pInterface; in OnProcessEvent()
1443 IFWL_Target* pSrcTarget = pMsg->m_pSrcTarget; in OnFocusChanged()
[all …]
Dfwl_spinbuttonimp.cpp140 wmPosChanged.m_pSrcTarget = m_pInterface; in Run()
287 wmPosChanged.m_pSrcTarget = m_pOwner->m_pInterface; in OnLButtonDown()
420 wmPosChanged.m_pSrcTarget = m_pOwner->m_pInterface; in OnKeyDown()
Dfwl_pushbuttonimp.cpp488 wmClick.m_pSrcTarget = m_pOwner->m_pInterface; in OnLButtonUp()
537 wmMouse.m_pSrcTarget = m_pOwner->m_pInterface; in OnKeyDown()
541 wmClick.m_pSrcTarget = m_pOwner->m_pInterface; in OnKeyDown()
Dfwl_editimp.cpp379 checkWordEvent.m_pSrcTarget = m_pInterface; in GetSuggestWords()
387 suggestWordsEvent.m_pSrcTarget = m_pInterface; in GetSuggestWords()
428 checkWordEvent.m_pSrcTarget = m_pInterface; in DrawSpellCheck()
862 evt.m_pSrcTarget = m_pInterface; in On_TextChanged()
900 event.m_pSrcTarget = m_pInterface; in On_TextChanged()
942 evt.m_pSrcTarget = m_pInterface; in On_AddDoRecord()
970 event.m_pSrcTarget = m_pInterface; in On_Validate()
1759 textFullEvent.m_pSrcTarget = m_pInterface; in ProcessInsertError()
1837 IFWL_Widget* pSrcTarget = pEvent->m_pSrcTarget; in OnProcessEvent()
Dfwl_datetimepickerimp.cpp802 ev.m_pSrcTarget = m_pInterface; in ProcessSelChanged()
890 msg.m_pSrcTarget = m_pEdit.get(); in DisForm_ShowMonthCalendar()
1079 if (pMsg->m_pSrcTarget == m_pOwner->m_pMonthCal.get() && in OnFocusChanged()
1155 pMsg->m_pSrcTarget = m_pOwner->m_pEdit.get(); in DisForm_OnFocusChanged()
Dfwl_listboximp.cpp608 ev.m_pSrcTarget = m_pInterface; in DrawItems()
968 selEvent.m_pSrcTarget = m_pInterface; in ProcessSelChanged()
1033 IFWL_Widget* pSrcTarget = pEvent->m_pSrcTarget; in OnProcessEvent()
1238 ev.m_pSrcTarget = m_pOwner->m_pInterface; in DispatchSelChangedEv()
Dfwl_checkboximp.cpp399 wmCheckBoxState.m_pSrcTarget = m_pInterface; in NextStates()
Dfwl_monthcalendarimp.cpp1025 wmClick.m_pSrcTarget = m_pOwner->m_pInterface; in OnLButtonDown()
1032 wmDateSelected.m_pSrcTarget = m_pOwner->m_pInterface; in OnLButtonDown()
Dfwl_scrollbarimp.cpp616 ev.m_pSrcTarget = m_pInterface; in OnScroll()
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_widgetimp.cpp201 ev.m_pSrcTarget = m_pInterface; in SetWidgetRect()
837 pEvent->m_pSrcTarget = m_pInterface; in DispatchKeyEvent()
967 evt.m_pSrcTarget = pWidget->m_pInterface; in OnProcessMessage()
980 evt.m_pSrcTarget = pWidget->m_pInterface; in OnProcessMessage()
993 evt.m_pSrcTarget = pWidget->m_pInterface; in OnProcessMessage()
1004 evt.m_pSrcTarget = pMsgSetFocus->m_pDstTarget; in OnProcessMessage()
1014 evt.m_pSrcTarget = pMsgKillFocus->m_pDstTarget; in OnProcessMessage()
Dfwl_noteimp.cpp228 ms.m_pSrcTarget = pPrev; in SetFocus()
533 if (pMsg->m_pSrcTarget && in DoDeactivate()
534 pMsg->m_pSrcTarget->IsInstance(FX_WSTRC(L"FWL_FORMPROXY"))) { in DoDeactivate()
537 if (pMsg->m_pSrcTarget && pMsg->m_pSrcTarget->GetClassID() == 1111984755) { in DoDeactivate()
867 if (pSource == pEvent->m_pSrcTarget || in ProcessEvent()
Dfwl_formimp.cpp1076 pEvent->m_pSrcTarget == m_pOwner->m_pInterface) { in OnProcessEvent()
1142 eClose.m_pSrcTarget = m_pOwner->m_pInterface; in OnLButtonUp()
1429 eClose.m_pSrcTarget = m_pOwner->m_pInterface; in OnClose()