Searched refs:TimerObj (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/include/javascript/
H A Dapp.h12 /* ---------------------------- TimerObj ---------------------------- */
16 class TimerObj : public CJS_EmbedObj class in inherits:CJS_EmbedObj
19 TimerObj(CJS_Object* pJSObject);
20 virtual ~TimerObj();
/external/pdfium/fpdfsdk/src/javascript/
H A Dapp.cpp31 /* ---------------------------- TimerObj ---------------------------- */
42 IMPLEMENT_JS_CLASS(CJS_TimerObj, TimerObj)
44 TimerObj::TimerObj(CJS_Object* pJSObject) function in class:TimerObj
51 TimerObj::~TimerObj()
55 void TimerObj::SetTimer(CJS_Timer* pTimer)
60 CJS_Timer* TimerObj::GetTimer() const
537 JSFXObject pRetObj = JS_NewFxDynamicObj(*pRuntime, pContext, JS_GetObjDefnID(*pRuntime, L"TimerObj"));
542 TimerObj* pTimerOb
[all...]

Completed in 298 milliseconds