Lines Matching refs:pRuntime
112 CJS_Runtime* pRuntime = static_cast<CJS_Runtime*>(pIRuntime); in END_JS_STATIC_CONST() local
114 pField->SetIsolate(pRuntime->GetIsolate()); in END_JS_STATIC_CONST()
937 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in currentValueIndices() local
950 CJS_Array SelArray(pRuntime); in currentValueIndices()
951 CJS_Value SelValue(pRuntime); in currentValueIndices()
981 CJS_Array SelArray(pRuntime); in currentValueIndices()
984 i, CJS_Value(pRuntime, pFormField->GetSelectedIndex(i))); in currentValueIndices()
1371 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in exportValues() local
1372 CJS_Array ExportValusArray(pRuntime); in exportValues()
1377 i, CJS_Value(pRuntime, pFormControl->GetExportValue().c_str())); in exportValues()
1389 0, CJS_Value(pRuntime, pFormControl->GetExportValue().c_str())); in exportValues()
1425 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in fillColor() local
1426 CJS_Array crArray(pRuntime); in fillColor()
1881 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in page() local
1882 CJS_Array PageArray(pRuntime); in page()
1889 i, CJS_Value(pRuntime, (int32_t)pPageView->GetPageIndex())); in page()
2069 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in rect() local
2070 CJS_Value Upper_Leftx(pRuntime); in rect()
2071 CJS_Value Upper_Lefty(pRuntime); in rect()
2072 CJS_Value Lower_Rightx(pRuntime); in rect()
2073 CJS_Value Lower_Righty(pRuntime); in rect()
2081 CJS_Array rcArray(pRuntime); in rect()
2119 CJS_Array rcArray(pRuntime); in rect()
2313 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in strokeColor() local
2314 CJS_Array crArray(pRuntime); in strokeColor()
2458 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in textColor() local
2459 CJS_Array crArray(pRuntime); in textColor()
2702 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in value() local
2711 CJS_Array ValueArray(pRuntime); in value()
2714 CJS_Value ElementValue(pRuntime); in value()
2756 CJS_Array ValueArray(pRuntime); in value()
2757 CJS_Value ElementValue(pRuntime); in value()
2994 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in buttonGetIcon() local
2996 pRuntime->GetIsolate(), pRuntime, CJS_Icon::g_nObjDefnID); in buttonGetIcon()
2999 CJS_Icon* pJS_Icon = (CJS_Icon*)FXJS_GetPrivate(pRuntime->GetIsolate(), pObj); in buttonGetIcon()
3138 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in getArray() local
3139 ASSERT(pRuntime); in getArray()
3141 CJS_Array FormFieldArray(pRuntime); in getArray()
3145 pRuntime->GetIsolate(), pRuntime, CJS_Field::g_nObjDefnID); in getArray()
3149 (CJS_Field*)FXJS_GetPrivate(pRuntime->GetIsolate(), pObj); in getArray()
3153 CJS_Value FormFieldValue(pRuntime); in getArray()