Searched refs:pOneInstance (Results 1 – 4 of 4) sorted by relevance
75 static IceSalSession* pOneInstance = NULL; variable79 if( ! pOneInstance ) in CreateSalSession()80 pOneInstance = new IceSalSession(); in CreateSalSession()81 return pOneInstance; in CreateSalSession()96 if( pOneInstance == this ) in ~IceSalSession()97 pOneInstance = NULL; in ~IceSalSession()136 if( pOneInstance ) in handleOldX11SaveYourself()308 if( pOneInstance ) in IMPL_STATIC_LINK()322 if( pOneInstance ) in IMPL_STATIC_LINK_NOINSTANCE()334 if( pOneInstance ) in IMPL_STATIC_LINK_NOINSTANCE()[all …]
84 static VCLSession* pOneInstance; member in VCLSession102 VCLSession* VCLSession::pOneInstance = NULL; member in VCLSession111 DBG_ASSERT( pOneInstance == 0, "One instance of VCLSession only !" ); in VCLSession()112 pOneInstance = this; in VCLSession()120 DBG_ASSERT( pOneInstance == this, "Another instance of VCLSession in destructor !" ); in ~VCLSession()121 pOneInstance = NULL; in ~VCLSession()236 pOneInstance->callInteractionGranted( pIEv->m_bInteractionGranted ); in SalSessionEventProc()242 pOneInstance->callSaveRequested( pSEv->m_bShutdown, pSEv->m_bCancelable ); in SalSessionEventProc()246 pOneInstance->callShutdownCancelled(); in SalSessionEventProc()249 pOneInstance->callQuit(); in SalSessionEventProc()
512 static FontCfgWrapper* pOneInstance = NULL; variable516 if( ! pOneInstance ) in get()517 pOneInstance = new FontCfgWrapper(); in get()518 return *pOneInstance; in get()523 if( pOneInstance ) in release()525 delete pOneInstance; in release()526 pOneInstance = NULL; in release()
126 static ResMgrContainer* pOneInstance; member in ResMgrContainer168 ResMgrContainer* ResMgrContainer::pOneInstance = NULL; member in ResMgrContainer172 if( ! pOneInstance ) in get()173 pOneInstance = new ResMgrContainer(); in get()174 return *pOneInstance; in get()191 delete pOneInstance; in release()192 pOneInstance = NULL; in release()
Completed in 46 milliseconds