Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffapp.cpp55 auto fwl_theme = pdfium::MakeUnique<CXFA_FWLTheme>(this); in GetFWLTheme() local
56 if (fwl_theme->LoadCalendarFont(doc)) in GetFWLTheme()
57 m_pFWLTheme = std::move(fwl_theme); in GetFWLTheme()