Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_context.cpp344 const CFX_WideString& wsEncode, in PostRequestURL() argument
351 wsURL.c_str(), wsData.c_str(), wsContentType.c_str(), wsEncode.c_str(), in PostRequestURL()
358 const CFX_WideString& wsEncode) { in PutRequestURL() argument
361 wsEncode.c_str()); in PutRequestURL()
Dcpdfxfa_context.h77 const CFX_WideString& wsEncode,
82 const CFX_WideString& wsEncode) override;
/external/pdfium/xfa/fxfa/
Dfxfa.h211 const CFX_WideString& wsEncode,
225 const CFX_WideString& wsEncode) = 0;
/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.h148 const FX_WCHAR* wsEncode,
152 const FX_WCHAR* wsEncode);
Dcpdfsdk_formfillenvironment.cpp481 const FX_WCHAR* wsEncode, in PostRequestURL() argument
496 CFX_ByteString bsEncode = CFX_WideString(wsEncode).UTF16LE_Encode(); in PostRequestURL()
518 const FX_WCHAR* wsEncode) { in PutRequestURL() argument
528 CFX_ByteString bsEncode = CFX_WideString(wsEncode).UTF16LE_Encode(); in PutRequestURL()
/external/pdfium/public/
Dfpdf_formfill.h1045 FPDF_WIDESTRING wsEncode,
1068 FPDF_WIDESTRING wsEncode);