Searched defs:swValue (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/include/formfiller/
H A DFFL_FormFiller.h26 CFX_WideString swValue; member in struct:FFL_KeyStrokeData
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_TextField.cpp147 CFX_WideString swValue = m_pWidget->GetValue(); local
162 pWnd->SetText(swValue);
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_ap.cpp433 CFX_WideString swValue = FPDF_GetFieldAttr(pAnnotDict, "V")->GetUnicodeText(); local
465 vt.SetText(swValue);
485 CFX_WideString swValue = FPDF_GetFieldAttr(pAnnotDict, "V")->GetUnicodeText(); local
503 vt.SetText(swValue);
/external/pdfium/fpdfsdk/src/javascript/
H A DDocument.cpp1772 CFX_WideString swValue = L""; local
1783 swValue = params[1];
1798 sbFileValue = CFX_ByteString::FromUnicode(swValue);
H A DField.cpp3097 CFX_WideString swValue; local
3098 vp >> swValue; local
3100 strArray.Add(swValue);
3130 CFX_WideString swValue = pFormField->GetValue(); local
3134 if (CJS_PublicMethods::ConvertStringToNumber(swValue,dRet,bDot))
3142 vp << swValue; local
3164 CFX_WideString swValue = pFormField->GetValue(); local
3168 if (CJS_PublicMethods::ConvertStringToNumber(swValue,dRet,bDot))
3176 vp << swValue; local
3188 CFX_WideString swValue local
3200 vp << swValue; local
[all...]

Completed in 162 milliseconds