Searched refs:CXFA_FWLAdapterWidgetMgr (Results 1 – 6 of 6) 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()
15 class CXFA_FWLAdapterWidgetMgr {17 CXFA_FWLAdapterWidgetMgr();18 ~CXFA_FWLAdapterWidgetMgr();
26 class CXFA_FWLAdapterWidgetMgr; variable39 CXFA_FWLAdapterWidgetMgr* GetFWLAdapterWidgetMgr();68 std::unique_ptr<CXFA_FWLAdapterWidgetMgr> m_pAdapterWidgetMgr;
71 CXFA_FWLAdapterWidgetMgr* CXFA_FFApp::GetFWLAdapterWidgetMgr() { in GetFWLAdapterWidgetMgr()73 m_pAdapterWidgetMgr = pdfium::MakeUnique<CXFA_FWLAdapterWidgetMgr>(); in GetFWLAdapterWidgetMgr()
21 class CXFA_FWLAdapterWidgetMgr; variable116 UnownedPtr<CXFA_FWLAdapterWidgetMgr> const m_pAdapter;
17 class CXFA_FWLAdapterWidgetMgr; variable