Searched refs:GetObjectPropertyByIdx (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cfxjse_formcalc_context.cpp | 1394 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 …]
|
D | cfxjse_value.h | 61 bool GetObjectPropertyByIdx(uint32_t uPropIdx, CFXJSE_Value* lpPropValue);
|
D | cfxjse_value.cpp | 176 bool CFXJSE_Value::GetObjectPropertyByIdx(uint32_t uPropIdx, in GetObjectPropertyByIdx() function in CFXJSE_Value
|
/external/pdfium/testing/ |
D | xfa_js_embedder_test.cpp | 79 value_->GetObjectPropertyByIdx(1, &msg); in Execute()
|