Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_boolean.cpp38 WideString wsFormatValue(wsNewValue); in defaultValue() local
42 wsFormatValue = pContainerWidgetAcc->GetFormatDataValue(wsNewValue); in defaultValue()
44 SetContent(wsNewValue, wsFormatValue, true, true, true); in defaultValue()
Dcjx_object.cpp1160 WideString wsFormatValue(wsValue); in MoveBufferMapData() local
1163 wsFormatValue = pWidgetAcc->GetFormatDataValue(wsValue); in MoveBufferMapData()
1167 ->SetContent(wsValue, wsFormatValue, true, true, true); in MoveBufferMapData()
1517 WideString wsFormatValue(wsNewValue); in Script_Som_DefaultValue() local
1541 wsFormatValue = pContainerWidgetAcc->GetFormatDataValue(wsNewValue); in Script_Som_DefaultValue()
1543 SetContent(wsNewValue, wsFormatValue, true, true, true); in Script_Som_DefaultValue()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp1529 WideString wsFormatValue = wsValue; in SyncValue() local
1532 wsFormatValue = pContainerWidgetAcc->GetFormatDataValue(wsValue); in SyncValue()
1534 JSObject()->SetContent(wsValue, wsFormatValue, bNotify, false, true); in SyncValue()