Lines Matching refs:newParams
1260 std::vector<CJS_Value> newParams; in AFDate_Format() local
1261 newParams.push_back(CJS_Value(pRuntime, cFormats[iIndex])); in AFDate_Format()
1262 return AFDate_FormatEx(pRuntime, newParams, vRet, sError); in AFDate_Format()
1294 std::vector<CJS_Value> newParams; in AFDate_Keystroke() local
1295 newParams.push_back(CJS_Value(pRuntime, cFormats[iIndex])); in AFDate_Keystroke()
1296 return AFDate_KeystrokeEx(pRuntime, newParams, vRet, sError); in AFDate_Keystroke()
1316 std::vector<CJS_Value> newParams; in AFTime_Format() local
1317 newParams.push_back(CJS_Value(pRuntime, cFormats[iIndex])); in AFTime_Format()
1318 return AFDate_FormatEx(pRuntime, newParams, vRet, sError); in AFTime_Format()
1337 std::vector<CJS_Value> newParams; in AFTime_Keystroke() local
1338 newParams.push_back(CJS_Value(pRuntime, cFormats[iIndex])); in AFTime_Keystroke()
1339 return AFDate_KeystrokeEx(pRuntime, newParams, vRet, sError); in AFTime_Keystroke()