Searched refs:g_pApp (Results 1 – 2 of 2) sorted by relevance
15 CPDFXFA_App* CPDFXFA_App::g_pApp = NULL; member in CPDFXFA_App18 if (!g_pApp) { in GetInstance()19 g_pApp = new CPDFXFA_App(); in GetInstance()21 return g_pApp; in GetInstance()25 delete g_pApp; in ReleaseInstance()26 g_pApp = NULL; in ReleaseInstance()
87 static CPDFXFA_App* g_pApp;