Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_fwladapterwidgetmgr.cpp12 CXFA_FWLAdapterWidgetMgr::CXFA_FWLAdapterWidgetMgr() {} in CXFA_FWLAdapterWidgetMgr() function in CXFA_FWLAdapterWidgetMgr
14 CXFA_FWLAdapterWidgetMgr::~CXFA_FWLAdapterWidgetMgr() {} in ~CXFA_FWLAdapterWidgetMgr()
16 void CXFA_FWLAdapterWidgetMgr::RepaintWidget(CFWL_Widget* pWidget) { in RepaintWidget()
27 bool CXFA_FWLAdapterWidgetMgr::GetPopupPos(CFWL_Widget* pWidget, in GetPopupPos()
Dcxfa_fwladapterwidgetmgr.h16 class CXFA_FWLAdapterWidgetMgr : public CFWL_WidgetMgr::AdapterIface {
18 CXFA_FWLAdapterWidgetMgr();
19 ~CXFA_FWLAdapterWidgetMgr() override;
Dcxfa_ffapp.h19 class CXFA_FWLAdapterWidgetMgr; variable
59 std::unique_ptr<CXFA_FWLAdapterWidgetMgr> m_pAdapterWidgetMgr;
Dcxfa_ffapp.cpp64 m_pAdapterWidgetMgr = pdfium::MakeUnique<CXFA_FWLAdapterWidgetMgr>(); in GetWidgetMgrAdapter()