Home
last modified time | relevance | path

Searched refs:wsNewText (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcjx_field.cpp258 WideString wsNewText; in defaultValue() local
260 wsNewText = pValue->ToWideString(); in defaultValue()
262 wsNewText = xfaNode->NumericLimit(wsNewText); in defaultValue()
265 WideString wsFormatText(wsNewText); in defaultValue()
267 wsFormatText = pContainerNode->GetFormatDataValue(wsNewText); in defaultValue()
269 SetContent(wsNewText, wsFormatText, true, true, true); in defaultValue()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp4649 WideString wsNewText(wsValue); in SetValue() local
4665 widgetValue = CXFA_LocaleValue(widgetValue.GetType(), wsNewText, in SetValue()
4667 wsNewText = widgetValue.GetValue(); in SetValue()
4669 wsNewText = NumericLimit(wsNewText); in SetValue()
4674 if (!wsNewText.EqualsASCII("0")) in SetValue()
4675 wsNewText = NumericLimit(wsNewText); in SetValue()
4680 SyncValue(wsNewText, true); in SetValue()