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

/external/pdfium/fpdfsdk/src/javascript/
H A Dapp.cpp539 CJS_TimerObj* pJS_TimerObj = (CJS_TimerObj*)JS_GetPrivate(pRuntime->GetIsolate(),pRetObj); local
540 ASSERT(pJS_TimerObj != NULL);
542 TimerObj* pTimerObj = (TimerObj*)pJS_TimerObj->GetEmbedObject();
590 CJS_TimerObj* pJS_TimerObj = (CJS_TimerObj*)JS_GetPrivate(pRuntime->GetIsolate(),pRetObj); local
591 ASSERT(pJS_TimerObj != NULL);
593 TimerObj* pTimerObj = (TimerObj*)pJS_TimerObj->GetEmbedObject();

Completed in 467 milliseconds