Home
last modified time | relevance | path

Searched refs:FWL_WGTRELATION_SystemForm (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/include/fwl/core/
Dfwl_widgetmgr.h21 FWL_WGTRELATION_SystemForm enumerator
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_widgetimp.cpp154 FWL_GetWidgetMgr()->GetWidget(m_pInterface, FWL_WGTRELATION_SystemForm)); in Finalize()
184 m_pWidgetMgr->GetWidget(m_pInterface, FWL_WGTRELATION_SystemForm); in GetGlobalRect()
372 m_pWidgetMgr->GetWidget(m_pInterface, FWL_WGTRELATION_SystemForm); in TransformTo()
390 m_pWidgetMgr->GetWidget(pWidget, FWL_WGTRELATION_SystemForm); in TransformTo()
Dfwl_noteimp.cpp239 FWL_GetWidgetMgr()->GetWidget(pFocus, FWL_WGTRELATION_SystemForm); in SetFocus()
610 if (pWidgetMgr->GetWidget(m_pFocus, FWL_WGTRELATION_SystemForm) != in DoKey()
785 pWidgetMgr->GetWidget(pDstTarget, FWL_WGTRELATION_SystemForm); in GetMessageForm()
Dfwl_widgetmgrimp.cpp121 case FWL_WGTRELATION_SystemForm: { in GetWidget()
228 pNative = GetWidget(pWidget, FWL_WGTRELATION_SystemForm); in RepaintWidget()
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_editimp.cpp1046 m_pWidgetMgr->GetWidget(m_pInterface, FWL_WGTRELATION_SystemForm); in DrawContent()