Home
last modified time | relevance | path

Searched refs:FXJSE_Value_ToUTF8String (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.cpp293 FXJSE_Value_ToUTF8String(propertyValue, propertyStr); in Avg()
377 FXJSE_Value_ToUTF8String(propertyValue, propertyStr); in Count()
469 FXJSE_Value_ToUTF8String(propertyValue, propertyStr); in Max()
572 FXJSE_Value_ToUTF8String(propertyValue, propertyStr); in Min()
659 FXJSE_Value_ToUTF8String(propertyValue, propertyStr); in Mod()
688 FXJSE_Value_ToUTF8String(propertyValue, propertyStr); in Mod()
741 FXJSE_Value_ToUTF8String(propertyValue, propertyStr); in Round()
774 FXJSE_Value_ToUTF8String(propertyValue, propertyStr); in Round()
796 FXJSE_Value_ToUTF8String(propertyValue, propertyStr); in Round()
863 FXJSE_Value_ToUTF8String(propertyValue, propertyStr); in Sum()
[all …]
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_script_hostpseudomodel.cpp159 FXJSE_Value_ToUTF8String(hValue, bsValue); in Script_HostPseudoModel_Title()
311 FXJSE_Value_ToUTF8String(hValue, bsString); in Script_HostPseudoModel_OpenList()
514 FXJSE_Value_ToUTF8String(hValue, bsString); in Script_HostPseudoModel_SetFocus()
624 FXJSE_Value_ToUTF8String(hValueArg, byMessage); in Script_HostPseudoModel_ValidateArgsForMsg()
Dxfa_object_imp.cpp1474 FXJSE_Value_ToUTF8String(hValue, szValue); in Script_Attribute_String()
1589 FXJSE_Value_ToUTF8String(hValue, bsMessage); in Script_Som_Message()
1667 FXJSE_Value_ToUTF8String(hValue, newValue); in Script_Som_DefaultValue()
1736 FXJSE_Value_ToUTF8String(hValue, newValue); in Script_Boolean_Value()
1852 FXJSE_Value_ToUTF8String(hValue, bsValue); in Script_Som_BorderColor()
1882 FXJSE_Value_ToUTF8String(hValue, bsValue); in Script_Som_BorderWidth()
1912 FXJSE_Value_ToUTF8String(hValue, bsValue); in Script_Som_FillColor()
1952 FXJSE_Value_ToUTF8String(hValue, newValue); in Script_Draw_DefaultValue()
1987 FXJSE_Value_ToUTF8String(hValue, newValue); in Script_Field_DefaultValue()
2047 FXJSE_Value_ToUTF8String(hValue, bsValue); in Script_Field_EditValue()
[all …]
Dxfa_script_eventpseudomodel.cpp28 FXJSE_Value_ToUTF8String(hValue, bsValue); in Script_EventPseudoModel_StringProperty()
/external/pdfium/xfa/include/fxjse/
Dfxjse.h117 void FXJSE_Value_ToUTF8String(FXJSE_HVALUE hValue, CFX_ByteString& szStrOutput);
/external/pdfium/xfa/src/fxjse/src/
Dvalue.cpp68 void FXJSE_Value_ToUTF8String(FXJSE_HVALUE hValue, in FXJSE_Value_ToUTF8String() function
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffwidgetacc.cpp679 FXJSE_Value_ToUTF8String(hRetValue, bsString); in ExecuteScript()