Home
last modified time | relevance | path

Searched refs:m_pFWLApp (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_ffapp.h33 CFWL_WidgetMgr* GetFWLWidgetMgr() const { return m_pFWLApp->GetWidgetMgr(); } in GetFWLWidgetMgr()
38 const CFWL_App* GetFWLApp() const { return m_pFWLApp.get(); } in GetFWLApp()
64 std::unique_ptr<CFWL_App> m_pFWLApp; variable
Dcxfa_ffapp.cpp37 m_pFWLApp = pdfium::MakeUnique<CFWL_App>(this); in CXFA_FFApp()
73 m_pFWLApp->GetNoteDriver()->ClearEventTargets(); in ClearEventTargets()