Searched defs:pTimer (Results 1 – 4 of 4) sorted by relevance
20 virtual void TimerProc(CJS_Timer* pTimer){}; in TimerProc()72 CJS_Timer * pTimer; member258 if (CJS_Timer * pTimer = m_sTimeMap.GetAt(idEvent)) in TimerProc() local
70 CJS_Timer* pTimer = new CJS_Timer(this,pApp); in BeginTimer() local76 void CJS_EmbedObj::EndTimer(CJS_Timer* pTimer) in EndTimer()
55 void TimerObj::SetTimer(CJS_Timer* pTimer) in SetTimer()527 CJS_Timer* pTimer = new CJS_Timer(this, pApp); in setInterval() local576 CJS_Timer* pTimer = new CJS_Timer(this, pApp); in setTimeOut() local626 if (CJS_Timer* pTimer = pTimerObj->GetTimer()) in clearTimeOut() local674 if (CJS_Timer* pTimer = pTimerObj->GetTimer()) in clearInterval() local704 void app::TimerProc(CJS_Timer* pTimer) in TimerProc()
50 CPWL_Timer* pTimer = NULL; in TimerProc() local