OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:swret
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/fpdfsdk/formfiller/
cffl_combobox.cpp
251
WideString
swRet
;
262
swRet
= pFormField->GetOptionValue(nExport);
263
if (
swRet
.IsEmpty())
264
swRet
= pFormField->GetOptionLabel(nExport);
268
return
swRet
;
/external/pdfium/fpdfsdk/pwl/
cpwl_edit_impl.cpp
721
WideString
swRet
;
723
return
swRet
;
733
swRet
+= wordinfo.Word;
735
swRet
+= L"\r\n";
738
return
swRet
;
742
WideString
swRet
;
744
return
swRet
;
759
swRet
+= wordinfo.Word;
761
swRet
+= L"\r\n";
764
return
swRet
;
[
all
...]
/external/pdfium/fxjs/
cjs_document.cpp
[
all
...]
cjs_publicmethods.cpp
374
WideString
swRet
;
375
swRet
.Reserve(str.GetLength());
381
swRet
+= c;
384
*pSkip =
swRet
.GetLength();
385
return
swRet
;
[
all
...]
Completed in 758 milliseconds