HomeSort by relevance Sort by last modified time
    Searched refs:pRetObj (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/src/javascript/
app.cpp 537 JSFXObject pRetObj = JS_NewFxDynamicObj(*pRuntime, pContext, JS_GetObjDefnID(*pRuntime, L"TimerObj"));
539 CJS_TimerObj* pJS_TimerObj = (CJS_TimerObj*)JS_GetPrivate(pRuntime->GetIsolate(),pRetObj);
547 vRet = pRetObj;
587 JSFXObject pRetObj = JS_NewFxDynamicObj(*pRuntime, pContext, JS_GetObjDefnID(*pRuntime, L"TimerObj"));
588 // ASSERT(pRetObj != NULL);
590 CJS_TimerObj* pJS_TimerObj = (CJS_TimerObj*)JS_GetPrivate(pRuntime->GetIsolate(),pRetObj);
598 vRet = pRetObj;
936 JSFXObject pRetObj = JS_NewFxDynamicObj(*pRuntime, pContext, -1);
938 JS_PutObjectString(isolate,pRetObj, L"cPath", SysPathToPDFPath(wsFilePath));
939 JS_PutObjectString(isolate,pRetObj, L"cURL", SysPathToPDFPath(wsFilePath));
    [all...]
Document.cpp     [all...]

Completed in 42 milliseconds