Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfx_globaldata.cpp33 CFX_GlobalData* g_pInstance = nullptr; variable
88 if (!g_pInstance) { in GetRetainedInstance()
89 g_pInstance = new CFX_GlobalData(pDelegate); in GetRetainedInstance()
91 ++g_pInstance->m_RefCount; in GetRetainedInstance()
92 return g_pInstance; in GetRetainedInstance()
99 delete g_pInstance; in Release()
100 g_pInstance = nullptr; in Release()