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

  /external/pdfium/core/src/fpdfapi/
fpdf_basic_module.cpp 9 static CPDF_ModuleMgr* g_FPDFAPI_pDefaultMgr = NULL;
10 CPDF_ModuleMgr* CPDF_ModuleMgr::Get()
14 void CPDF_ModuleMgr::Create()
16 g_FPDFAPI_pDefaultMgr = FX_NEW CPDF_ModuleMgr;
19 void CPDF_ModuleMgr::Destroy()
26 CPDF_ModuleMgr::CPDF_ModuleMgr()
33 void CPDF_ModuleMgr::Initialize()
38 void CPDF_ModuleMgr::InitModules()
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_module.h 12 class CPDF_ModuleMgr;
26 class CPDF_ModuleMgr : public CFX_Object
32 static CPDF_ModuleMgr* Get();
103 CPDF_ModuleMgr();
105 ~CPDF_ModuleMgr();

Completed in 56 milliseconds