Home
last modified time | relevance | path

Searched refs:GetObjectPropertyByIdx (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp1394 argValue->GetObjectPropertyByIdx(1, propertyValue.get()); in Avg()
1399 argValue->GetObjectPropertyByIdx(j, jsObjectValue.get()); in Avg()
1410 argValue->GetObjectPropertyByIdx(j, jsObjectValue.get()); in Avg()
1474 argValue->GetObjectPropertyByIdx(1, propertyValue.get()); in Count()
1475 argValue->GetObjectPropertyByIdx(2, jsObjectValue.get()); in Count()
1478 argValue->GetObjectPropertyByIdx(j, jsObjectValue.get()); in Count()
1485 argValue->GetObjectPropertyByIdx(j, jsObjectValue.get()); in Count()
1546 argValue->GetObjectPropertyByIdx(1, propertyValue.get()); in Max()
1547 argValue->GetObjectPropertyByIdx(2, jsObjectValue.get()); in Max()
1550 argValue->GetObjectPropertyByIdx(j, jsObjectValue.get()); in Max()
[all …]
Dcfxjse_value.h61 bool GetObjectPropertyByIdx(uint32_t uPropIdx, CFXJSE_Value* lpPropValue);
Dcfxjse_value.cpp176 bool CFXJSE_Value::GetObjectPropertyByIdx(uint32_t uPropIdx, in GetObjectPropertyByIdx() function in CFXJSE_Value
/external/pdfium/testing/
Dxfa_js_embedder_test.cpp79 value_->GetObjectPropertyByIdx(1, &msg); in Execute()