Home
last modified time | relevance | path

Searched refs:uPropIdx (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcfxjse_value.h61 bool GetObjectPropertyByIdx(uint32_t uPropIdx, CFXJSE_Value* lpPropValue);
Dcfxjse_value.cpp176 bool CFXJSE_Value::GetObjectPropertyByIdx(uint32_t uPropIdx, in GetObjectPropertyByIdx() argument
186 ->Get(GetIsolate()->GetCurrentContext(), uPropIdx) in GetObjectPropertyByIdx()