Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_boolean.cpp34 WideString wsFormatValue(wsNewValue); in defaultValue() local
37 wsFormatValue = pContainerNode->GetFormatDataValue(wsNewValue); in defaultValue()
39 SetContent(wsNewValue, wsFormatValue, true, true, true); in defaultValue()
Dcjx_object.cpp1026 WideString wsFormatValue(wsValue); in MoveBufferMapData() local
1029 wsFormatValue = pNode->GetFormatDataValue(wsValue); in MoveBufferMapData()
1033 ->SetContent(wsValue, wsFormatValue, true, true, true); in MoveBufferMapData()
1373 WideString wsFormatValue(wsNewValue); in ScriptSomDefaultValue() local
1397 wsFormatValue = pContainerNode->GetFormatDataValue(wsNewValue); in ScriptSomDefaultValue()
1399 SetContent(wsNewValue, wsFormatValue, true, true, true); in ScriptSomDefaultValue()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp2195 WideString wsFormatValue = wsValue; in SyncValue() local
2198 wsFormatValue = pContainerNode->GetFormatDataValue(wsValue); in SyncValue()
2200 JSObject()->SetContent(wsValue, wsFormatValue, bNotify, false, true); in SyncValue()