Searched defs:pTimer (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Object.cpp70 CJS_Timer* pTimer = new CJS_Timer(this,pApp); local
71 pTimer->SetJSTimer(nElapse);
73 return pTimer;
76 void CJS_EmbedObj::EndTimer(CJS_Timer* pTimer) argument
78 ASSERT(pTimer != NULL);
79 pTimer->KillJSTimer();
80 delete pTimer;
H A Dapp.cpp55 void TimerObj::SetTimer(CJS_Timer* pTimer) argument
57 m_pTimer = pTimer;
527 CJS_Timer* pTimer = new CJS_Timer(this, pApp); local
528 m_aTimer.Add(pTimer);
530 pTimer->SetType(0);
531 pTimer->SetRuntime(pRuntime);
532 pTimer->SetJScript(script);
533 pTimer->SetTimeOut(0);
534 // pTimer->SetStartTime(GetTickCount());
535 pTimer
576 CJS_Timer* pTimer = new CJS_Timer(this, pApp); local
704 TimerProc(CJS_Timer* pTimer) argument
[all...]
/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Object.h20 virtual void TimerProc(CJS_Timer* pTimer){}; argument
23 void EndTimer(CJS_Timer* pTimer);
72 CJS_Timer * pTimer; member in struct:JS_TIMER_MAP
97 void SetAt(FX_UINT nIndex,CJS_Timer * pTimer) argument
104 pMap->pTimer = pTimer;
111 pMap->pTimer = pTimer;
124 return pMap->pTimer;
258 if (CJS_Timer * pTimer
[all...]
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Wnd.cpp50 CPWL_Timer* pTimer = NULL; local
51 if (g_TimeMap.Lookup(idEvent, pTimer))
53 if (pTimer)
55 if (pTimer->m_pAttached)
56 pTimer->m_pAttached->TimerProc();

Completed in 408 milliseconds