Searched refs:uPropIdx (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/xfa/src/fxjse/src/ |
D | value.cpp | 168 uint32_t uPropIdx, in FXJSE_Value_GetObjectPropByIdx() argument 173 return lpValue->GetObjectProperty(uPropIdx, lpPropValue); in FXJSE_Value_GetObjectPropByIdx() 176 uint32_t uPropIdx, in FXJSE_Value_SetObjectPropByIdx() argument 181 return lpValue->SetObjectProperty(uPropIdx, lpPropValue); in FXJSE_Value_SetObjectPropByIdx() 384 FX_BOOL CFXJSE_Value::SetObjectProperty(uint32_t uPropIdx, in SetObjectProperty() argument 394 return (FX_BOOL)hObject.As<v8::Object>()->Set(uPropIdx, hPropValue); in SetObjectProperty() 396 FX_BOOL CFXJSE_Value::GetObjectProperty(uint32_t uPropIdx, in GetObjectProperty() argument 404 v8::Local<v8::Value> hPropValue = hObject.As<v8::Object>()->Get(uPropIdx); in GetObjectProperty()
|
D | value.h | 200 FX_BOOL GetObjectProperty(uint32_t uPropIdx, CFXJSE_Value* lpPropValue); 201 FX_BOOL SetObjectProperty(uint32_t uPropIdx, CFXJSE_Value* lpPropValue);
|
/external/pdfium/xfa/include/fxjse/ |
D | fxjse.h | 142 uint32_t uPropIdx, 145 uint32_t uPropIdx,
|