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
91 if (!g_pInstance) { in GetRetainedInstance()
92 g_pInstance = new CFX_GlobalData(pDelegate); in GetRetainedInstance()
94 ++g_pInstance->m_RefCount; in GetRetainedInstance()
95 return g_pInstance; in GetRetainedInstance()
102 delete g_pInstance; in Release()
103 g_pInstance = nullptr; in Release()