HomeSort by relevance Sort by last modified time
    Searched refs:CJS_Timer (Results 1 - 4 of 4) sorted by null

  /external/pdfium/fpdfsdk/include/javascript/
JS_Object.h 11 class CJS_Timer;
20 virtual void TimerProc(CJS_Timer* pTimer){};
22 CJS_Timer* BeginTimer(CPDFDoc_Environment * pApp, FX_UINT nElapse);
23 void EndTimer(CJS_Timer* pTimer);
72 CJS_Timer * pTimer;
97 void SetAt(FX_UINT nIndex,CJS_Timer * pTimer)
117 CJS_Timer * GetAt(FX_UINT nIndex)
164 class CJS_Timer
167 CJS_Timer(CJS_EmbedObj * pObj,CPDFDoc_Environment* pApp): m_pEmbedObj(pObj),
179 virtual ~CJS_Timer()
    [all...]
app.h 14 class CJS_Timer;
23 void SetTimer(CJS_Timer* pTimer);
24 CJS_Timer* GetTimer() const;
27 CJS_Timer* m_pTimer;
149 void TimerProc(CJS_Timer* pTimer);
173 CFX_ArrayTemplate<CJS_Timer*> m_aTimer;
  /external/pdfium/fpdfsdk/src/javascript/
JS_Object.cpp 68 CJS_Timer* CJS_EmbedObj::BeginTimer(CPDFDoc_Environment * pApp,FX_UINT nElapse)
70 CJS_Timer* pTimer = new CJS_Timer(this,pApp);
76 void CJS_EmbedObj::EndTimer(CJS_Timer* pTimer)
app.cpp 55 void TimerObj::SetTimer(CJS_Timer* pTimer)
60 CJS_Timer* TimerObj::GetTimer() const
527 CJS_Timer* pTimer = new CJS_Timer(this, pApp);
576 CJS_Timer* pTimer = new CJS_Timer(this, pApp);
626 if (CJS_Timer* pTimer = pTimerObj->GetTimer())
674 if (CJS_Timer* pTimer = pTimerObj->GetTimer())
704 void app::TimerProc(CJS_Timer* pTimer)

Completed in 368 milliseconds