Searched refs:wsFormatValue (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_boolean.cpp | 34 WideString wsFormatValue(wsNewValue); in defaultValue() local 37 wsFormatValue = pContainerNode->GetFormatDataValue(wsNewValue); in defaultValue() 39 SetContent(wsNewValue, wsFormatValue, true, true, true); in defaultValue()
|
D | cjx_object.cpp | 1026 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/ |
D | cxfa_node.cpp | 2195 WideString wsFormatValue = wsValue; in SyncValue() local 2198 wsFormatValue = pContainerNode->GetFormatDataValue(wsValue); in SyncValue() 2200 JSObject()->SetContent(wsValue, wsFormatValue, bNotify, false, true); in SyncValue()
|