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

  /external/pdfium/fpdfsdk/src/fpdfxfa/
fpdfxfa_app.cpp 31 m_pXFAApp(NULL),
42 delete m_pXFAApp;
43 m_pXFAApp = NULL;
63 m_pXFAApp = IXFA_App::Create(this);
64 if (!m_pXFAApp)
71 m_pXFAApp->SetDefaultFontMgr(m_pFontMgr);
  /external/pdfium/fpdfsdk/include/fpdfxfa/
fpdfxfa_app.h 23 IXFA_App* GetXFAApp() { return m_pXFAApp; }
90 IXFA_App* m_pXFAApp;

Completed in 289 milliseconds