Searched refs:wsFormatValue (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_boolean.cpp | 38 WideString wsFormatValue(wsNewValue); in defaultValue() local 42 wsFormatValue = pContainerWidgetAcc->GetFormatDataValue(wsNewValue); in defaultValue() 44 SetContent(wsNewValue, wsFormatValue, true, true, true); in defaultValue()
|
D | cjx_object.cpp | 1160 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/ |
D | cxfa_node.cpp | 1529 WideString wsFormatValue = wsValue; in SyncValue() local 1532 wsFormatValue = pContainerWidgetAcc->GetFormatDataValue(wsValue); in SyncValue() 1534 JSObject()->SetContent(wsValue, wsFormatValue, bNotify, false, true); in SyncValue()
|