Searched defs:rgValues (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fxjse/src/
H A Dvalue.cpp135 FXJSE_HVALUE* rgValues) {
138 reinterpret_cast<CFXJSE_Value**>(rgValues));
335 void CFXJSE_Value::SetArray(uint32_t uValueCount, CFXJSE_Value** rgValues) { argument
338 if (rgValues) {
340 if (rgValues[i]) {
342 m_pIsolate, rgValues[i]->DirectGetValue()));
133 FXJSE_Value_SetArray(FXJSE_HVALUE hValue, uint32_t uValueCount, FXJSE_HVALUE* rgValues) argument
/external/pdfium/xfa/src/fxfa/src/fm2js/
H A Dxfa_fm2jscontext.cpp3258 FXJSE_HVALUE rgValues[3]; local
3260 rgValues[i] = FXJSE_Value_Create(hruntime);
3262 FXJSE_Value_SetInteger(rgValues[0], 4);
3263 FXJSE_Value_SetNull(rgValues[1]);
3264 FXJSE_Value_SetNull(rgValues[2]);
3265 FXJSE_Value_SetArray(args.GetReturnValue(), 3, rgValues);
3267 FXJSE_Value_Release(rgValues[i]);
3283 FXJSE_HVALUE rgValues[3]; local
3285 rgValues[i] = FXJSE_Value_Create(hruntime);
3287 FXJSE_Value_SetInteger(rgValues[
3300 FXJSE_HVALUE rgValues[3]; local
6091 FXJSE_HVALUE* rgValues = FX_Alloc(FXJSE_HVALUE, iCounter + 2); local
6154 FXJSE_HVALUE* rgValues = FX_Alloc(FXJSE_HVALUE, iSize + 2); local
6238 FXJSE_HVALUE* rgValues = FX_Alloc(FXJSE_HVALUE, iCounter + 2); local
6300 FXJSE_HVALUE* rgValues = FX_Alloc(FXJSE_HVALUE, iSize + 2); local
6476 FXJSE_HVALUE rgValues[3]; local
[all...]

Completed in 707 milliseconds