HomeSort by relevance Sort by last modified time
    Searched refs:swRet (Results 1 - 4 of 4) sorted by null

  /external/pdfium/fpdfsdk/formfiller/
cffl_combobox.cpp 281 CFX_WideString swRet;
292 swRet = pFormField->GetOptionValue(nExport);
293 if (swRet.IsEmpty())
294 swRet = pFormField->GetOptionLabel(nExport);
298 return swRet;
  /external/pdfium/fpdfsdk/javascript/
Document.cpp     [all...]
PublicMethods.cpp 254 CFX_WideString swRet;
261 swRet += c;
265 return swRet;
    [all...]
  /external/pdfium/fpdfsdk/fxedit/
fxet_edit.cpp 1033 CFX_WideString swRet;
1036 return swRet;
1047 swRet += wordinfo.Word;
1050 swRet += L"\r\n";
1055 return swRet;
1059 CFX_WideString swRet;
1062 return swRet;
1078 swRet += wordinfo.Word;
1081 swRet += L"\r\n";
1086 return swRet;
    [all...]

Completed in 3284 milliseconds