Lines Matching refs:pRuntime
26 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in GetIsolate() local
27 ASSERT(pRuntime != NULL); in GetIsolate()
29 return pRuntime->GetIsolate(); in GetIsolate()
445 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in getField() local
446 ASSERT(pRuntime != NULL); in getField()
448 …JSFXObject pFieldObj = JS_NewFxDynamicObj(*pRuntime, pContext, JS_GetObjDefnID(*pRuntime, L"Field… in getField()
602 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in mailForm() local
603 ASSERT(pRuntime != NULL); in mailForm()
605 pRuntime->BeginBlock(); in mailForm()
607 pRuntime->EndBlock(); in mailForm()
615 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in print() local
616 ASSERT(pRuntime != NULL); in print()
634 if (JS_GetObjDefnID(pObj) == JS_GetObjDefnID(*pRuntime, L"PrintParamsObj")) in print()
867 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in submitForm() local
868 ASSERT(pRuntime != NULL); in submitForm()
873 pRuntime->BeginBlock(); in submitForm()
875 pRuntime->EndBlock(); in submitForm()
905 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in submitForm() local
906 ASSERT(pRuntime != NULL); in submitForm()
911 pRuntime->BeginBlock(); in submitForm()
913 pRuntime->EndBlock(); in submitForm()
995 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in mailDoc() local
996 ASSERT(pRuntime != NULL); in mailDoc()
998 pRuntime->BeginBlock(); in mailDoc()
999 CPDFDoc_Environment* pEnv = pRuntime->GetReaderApp(); in mailDoc()
1001 pRuntime->EndBlock(); in mailDoc()
1051 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in info() local
1053 JSFXObject pObj = JS_NewFxDynamicObj(*pRuntime, pContext, -1); in info()
1654 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in addIcon() local
1655 ASSERT(pRuntime != NULL); in addIcon()
1660 if (JS_GetObjDefnID(pJSIcon) != JS_GetObjDefnID(*pRuntime, L"Icon")) return FALSE; in addIcon()
1693 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in icons() local
1699 JSFXObject pObj = JS_NewFxDynamicObj(*pRuntime, pContext, JS_GetObjDefnID(*pRuntime, L"Icon")); in icons()
1726 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in getIcon() local
1734 JSFXObject pObj = JS_NewFxDynamicObj(*pRuntime, pContext, JS_GetObjDefnID(*pRuntime, L"Icon")); in getIcon()
1983 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in getPrintParams() local
1984 ASSERT(pRuntime != NULL); in getPrintParams()
1985 …JSFXObject pRetObj = JS_NewFxDynamicObj(*pRuntime, pContext, JS_GetObjDefnID(*pRuntime, L"PrintPar… in getPrintParams()