HomeSort by relevance Sort by last modified time
    Searched refs:m_pFWLTheme (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fxfa/app/
xfa_ffapp.cpp 141 if (!m_pFWLTheme)
142 m_pFWLTheme = pdfium::MakeUnique<CXFA_FWLTheme>(this);
143 return m_pFWLTheme.get();
  /external/pdfium/xfa/fxfa/
xfa_ffapp.h 65 // get get a use-after-free. The m_pFWLTheme can try to cleanup a GEFont
80 // |m_pFWLApp| has to be released first, then |m_pFWLTheme| since the former
82 std::unique_ptr<CXFA_FWLTheme> m_pFWLTheme;

Completed in 6482 milliseconds