Home
last modified time | relevance | path

Searched refs:CXFA_FWLAdapterWidgetMgr (Results 1 – 6 of 6) 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.h15 class CXFA_FWLAdapterWidgetMgr {
17 CXFA_FWLAdapterWidgetMgr();
18 ~CXFA_FWLAdapterWidgetMgr();
Dcxfa_ffapp.h26 class CXFA_FWLAdapterWidgetMgr; variable
39 CXFA_FWLAdapterWidgetMgr* GetFWLAdapterWidgetMgr();
68 std::unique_ptr<CXFA_FWLAdapterWidgetMgr> m_pAdapterWidgetMgr;
Dcxfa_ffapp.cpp71 CXFA_FWLAdapterWidgetMgr* CXFA_FFApp::GetFWLAdapterWidgetMgr() { in GetFWLAdapterWidgetMgr()
73 m_pAdapterWidgetMgr = pdfium::MakeUnique<CXFA_FWLAdapterWidgetMgr>(); in GetFWLAdapterWidgetMgr()
/external/pdfium/xfa/fwl/
Dcfwl_widgetmgr.h21 class CXFA_FWLAdapterWidgetMgr; variable
116 UnownedPtr<CXFA_FWLAdapterWidgetMgr> const m_pAdapter;
Dcfwl_app.h17 class CXFA_FWLAdapterWidgetMgr; variable