Searched defs:CPDF_ModuleMgr (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfapi/
H A Dfpdf_basic_module.cpp9 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() function in class:CPDF_ModuleMgr
33 void CPDF_ModuleMgr::Initialize()
38 void CPDF_ModuleMgr
[all...]
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_module.h12 class CPDF_ModuleMgr;
26 class CPDF_ModuleMgr : public CFX_Object class in inherits:CFX_Object
32 static CPDF_ModuleMgr* Get();
103 CPDF_ModuleMgr();
105 ~CPDF_ModuleMgr();

Completed in 31 milliseconds