Home
last modified time | relevance | path

Searched refs:FXJSE_Value_SetObjectOwnProp (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/include/fxjse/
Dfxjse.h152 FX_BOOL FXJSE_Value_SetObjectOwnProp(FXJSE_HVALUE hValue,
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_script_imp.cpp164 FXJSE_Value_SetObjectOwnProp(hObject, szPropName, hValue); in GlobalPropertySetter()
531 FXJSE_Value_SetObjectOwnProp(hObject, szPropName, hValue); in QueryVariableHValue()
/external/pdfium/xfa/src/fxjse/src/
Dvalue.cpp196 FX_BOOL FXJSE_Value_SetObjectOwnProp(FXJSE_HVALUE hValue, in FXJSE_Value_SetObjectOwnProp() function