Searched refs:wsRawValue (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_document_serialize.cpp267 CFX_WideString wsRawValue; local
268 pRawValueNode->GetAttribute(XFA_ATTRIBUTE_Value, wsRawValue, FALSE);
269 if (wsRawValue.IsEmpty()) {
274 int32_t iEnd = wsRawValue.Find(L'\n', iStart);
275 iEnd = (iEnd == -1) ? wsRawValue.GetLength() : iEnd;
277 wsSelTextArray.Add(wsRawValue.Mid(iStart, iEnd - iStart));
279 if (iStart >= wsRawValue.GetLength()) {
282 iEnd = wsRawValue.Find(L'\n', iStart);
/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_ffwidgetacc.cpp427 CFX_WideString wsRawValue = GetRawValue(); local
428 if (!wsRawValue.IsEmpty()) {

Completed in 45 milliseconds