Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/javascript/
Dapp.cpp471 v8::Local<v8::Object> pRetObj = in setInterval() local
473 if (pRetObj.IsEmpty()) in setInterval()
477 static_cast<CJS_TimerObj*>(pRuntime->GetObjectPrivate(pRetObj)); in setInterval()
481 vRet = CJS_Value(pRuntime, pRetObj); in setInterval()
506 v8::Local<v8::Object> pRetObj = in setTimeOut() local
508 if (pRetObj.IsEmpty()) in setTimeOut()
512 static_cast<CJS_TimerObj*>(pRuntime->GetObjectPrivate(pRetObj)); in setTimeOut()
515 vRet = CJS_Value(pRuntime, pRetObj); in setTimeOut()
DDocument.cpp1444 v8::Local<v8::Object> pRetObj = in getPrintParams() local
1446 if (pRetObj.IsEmpty()) in getPrintParams()
1451 vRet = CJS_Value(pRuntime, pRetObj); in getPrintParams()