Searched refs:GetObjectPropertyByIdx (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fxjs/ |
D | cfxjse_formcalc_context.cpp | 669 argValue->GetObjectPropertyByIdx(1, propertyValue.get()); in Avg() 674 argValue->GetObjectPropertyByIdx(j, jsObjectValue.get()); in Avg() 685 argValue->GetObjectPropertyByIdx(j, jsObjectValue.get()); in Avg() 749 argValue->GetObjectPropertyByIdx(1, propertyValue.get()); in Count() 750 argValue->GetObjectPropertyByIdx(2, jsObjectValue.get()); in Count() 753 argValue->GetObjectPropertyByIdx(j, jsObjectValue.get()); in Count() 760 argValue->GetObjectPropertyByIdx(j, jsObjectValue.get()); in Count() 821 argValue->GetObjectPropertyByIdx(1, propertyValue.get()); in Max() 822 argValue->GetObjectPropertyByIdx(2, jsObjectValue.get()); in Max() 825 argValue->GetObjectPropertyByIdx(j, jsObjectValue.get()); in Max() [all …]
|
D | cfxjse_value.h | 63 bool GetObjectPropertyByIdx(uint32_t uPropIdx, CFXJSE_Value* lpPropValue);
|
D | cfxjse_value.cpp | 166 bool CFXJSE_Value::GetObjectPropertyByIdx(uint32_t uPropIdx, in GetObjectPropertyByIdx() function in CFXJSE_Value
|
/external/pdfium/testing/ |
D | xfa_js_embedder_test.cpp | 62 value_->GetObjectPropertyByIdx(1, &msg); in Execute()
|