Home
last modified time | relevance | path

Searched refs:g_Instance (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
DJS_GlobalData.cpp100 CJS_GlobalData* CJS_GlobalData::g_Instance = nullptr; member in CJS_GlobalData
104 if (!g_Instance) { in GetRetainedInstance()
105 g_Instance = new CJS_GlobalData(); in GetRetainedInstance()
107 ++g_Instance->m_RefCount; in GetRetainedInstance()
108 return g_Instance; in GetRetainedInstance()
113 delete g_Instance; in Release()
114 g_Instance = nullptr; in Release()
DJS_GlobalData.h80 static CJS_GlobalData* g_Instance;