Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffapp.h22 class CXFA_FWLAdapterWidgetMgr; variable
68 CXFA_FWLAdapterWidgetMgr* m_pAdapterWidgetMgr;
Dxfa_fwladapter.cpp40 FWL_ERR CXFA_FWLAdapterWidgetMgr::RepaintWidget(IFWL_Widget* pWidget, in RepaintWidget()
65 FX_BOOL CXFA_FWLAdapterWidgetMgr::GetPopupPos(IFWL_Widget* pWidget, in GetPopupPos()
Dxfa_fwladapter.h9 class CXFA_FWLAdapterWidgetMgr : public CFWL_SDAdapterWidgetMgr {
Dxfa_ffapp.cpp191 m_pAdapterWidgetMgr = new CXFA_FWLAdapterWidgetMgr; in GetWidgetMgr()