Home
last modified time | relevance | path

Searched refs:pJS_TimerObj (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
Dapp.cpp489 CJS_TimerObj* pJS_TimerObj = (CJS_TimerObj*)JS_GetPrivate(pRuntime->GetIsolate(),pRetObj); in setInterval() local
490 ASSERT(pJS_TimerObj != NULL); in setInterval()
492 TimerObj* pTimerObj = (TimerObj*)pJS_TimerObj->GetEmbedObject(); in setInterval()
538 CJS_TimerObj* pJS_TimerObj = (CJS_TimerObj*)JS_GetPrivate(pRuntime->GetIsolate(),pRetObj); in setTimeOut() local
539 ASSERT(pJS_TimerObj != NULL); in setTimeOut()
541 TimerObj* pTimerObj = (TimerObj*)pJS_TimerObj->GetEmbedObject(); in setTimeOut()