Searched refs:pRetObj (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fpdfsdk/src/javascript/ |
D | app.cpp | 537 …JSFXObject pRetObj = JS_NewFxDynamicObj(*pRuntime, pContext, JS_GetObjDefnID(*pRuntime, L"TimerObj… in setInterval() local 539 CJS_TimerObj* pJS_TimerObj = (CJS_TimerObj*)JS_GetPrivate(pRuntime->GetIsolate(),pRetObj); in setInterval() 547 vRet = pRetObj; in setInterval() 587 …JSFXObject pRetObj = JS_NewFxDynamicObj(*pRuntime, pContext, JS_GetObjDefnID(*pRuntime, L"TimerObj… in setTimeOut() local 590 CJS_TimerObj* pJS_TimerObj = (CJS_TimerObj*)JS_GetPrivate(pRuntime->GetIsolate(),pRetObj); in setTimeOut() 598 vRet = pRetObj; in setTimeOut() 936 JSFXObject pRetObj = JS_NewFxDynamicObj(*pRuntime, pContext, -1); in browseForDoc() local 938 JS_PutObjectString(isolate,pRetObj, L"cPath", SysPathToPDFPath(wsFilePath)); in browseForDoc() 939 JS_PutObjectString(isolate,pRetObj, L"cURL", SysPathToPDFPath(wsFilePath)); in browseForDoc() 943 …JS_PutObjectString(isolate,pRetObj, L"cFS", CFX_WideString::FromLocal(cFSInit.GetBuffer(cFSInit.Ge… in browseForDoc() [all …]
|
D | Document.cpp | 1985 …JSFXObject pRetObj = JS_NewFxDynamicObj(*pRuntime, pContext, JS_GetObjDefnID(*pRuntime, L"PrintPar… in getPrintParams() local 1987 vRet = pRetObj; in getPrintParams()
|