Searched refs:CXFA_FWLAdapterWidgetMgr (Results 1 – 4 of 4) sorted by relevance
12 CXFA_FWLAdapterWidgetMgr::CXFA_FWLAdapterWidgetMgr() {} in CXFA_FWLAdapterWidgetMgr() function in CXFA_FWLAdapterWidgetMgr14 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()
16 class CXFA_FWLAdapterWidgetMgr : public CFWL_WidgetMgr::AdapterIface {18 CXFA_FWLAdapterWidgetMgr();19 ~CXFA_FWLAdapterWidgetMgr() override;
19 class CXFA_FWLAdapterWidgetMgr; variable59 std::unique_ptr<CXFA_FWLAdapterWidgetMgr> m_pAdapterWidgetMgr;
64 m_pAdapterWidgetMgr = pdfium::MakeUnique<CXFA_FWLAdapterWidgetMgr>(); in GetWidgetMgrAdapter()