Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_simple_parser.cpp1175 WideString wsCurValue = wsCurValueTextBuf.MakeString(); in ParseDataValue() local
1176 if (!wsCurValue.IsEmpty()) { in ParseDataValue()
1184 pXFAChild->JSObject()->SetCData(XFA_Attribute::Value, wsCurValue, in ParseDataValue()
1189 wsValueTextBuf << wsCurValue; in ParseDataValue()
1207 WideString wsCurValue = in ParseDataValue() local
1209 wsValueTextBuf << wsCurValue; in ParseDataValue()
1213 WideString wsCurValue = wsCurValueTextBuf.MakeString(); in ParseDataValue() local
1214 if (!wsCurValue.IsEmpty()) { in ParseDataValue()
1222 pXFAChild->JSObject()->SetCData(XFA_Attribute::Value, wsCurValue, false, in ParseDataValue()
1228 wsValueTextBuf << wsCurValue; in ParseDataValue()