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

/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
487 JSFXObject pRetObj = JS_NewFxDynamicObj(*pRuntime, pContext, JS_GetObjDefnID(*pRuntime, L"TimerObj"));
492 TimerObj* pTimerOb
[all...]
/external/pdfium/fpdfsdk/include/javascript/
H A Dapp.h14 /* ---------------------------- TimerObj ---------------------------- */
18 class TimerObj : public CJS_EmbedObj class in inherits:CJS_EmbedObj
21 TimerObj(CJS_Object* pJSObject);
22 virtual ~TimerObj();

Completed in 375 milliseconds