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

  /external/pdfium/fxjs/
cjs_globaldata.h 27 class CJS_GlobalData {
29 static CJS_GlobalData* GetRetainedInstance(CPDFSDK_FormFillEnvironment* pApp);
52 CJS_GlobalData();
53 ~CJS_GlobalData();
cjs_globaldata.cpp 7 #include "fxjs/cjs_globaldata.h"
40 CJS_GlobalData* g_pInstance = nullptr;
45 CJS_GlobalData* CJS_GlobalData::GetRetainedInstance(
48 g_pInstance = new CJS_GlobalData();
54 void CJS_GlobalData::Release() {
61 CJS_GlobalData::CJS_GlobalData()
66 CJS_GlobalData::~CJS_GlobalData() {
    [all...]
cjs_global.cpp 18 #include "fxjs/cjs_globaldata.h"
172 CJS_GlobalData* m_pGlobalData;
264 m_pGlobalData = CJS_GlobalData::GetRetainedInstance(pFormFillEnv);

Completed in 60 milliseconds