Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp669 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 …]
Dcfxjse_value.h63 bool GetObjectPropertyByIdx(uint32_t uPropIdx, CFXJSE_Value* lpPropValue);
Dcfxjse_value.cpp166 bool CFXJSE_Value::GetObjectPropertyByIdx(uint32_t uPropIdx, in GetObjectPropertyByIdx() function in CFXJSE_Value
/external/pdfium/testing/
Dxfa_js_embedder_test.cpp62 value_->GetObjectPropertyByIdx(1, &msg); in Execute()