Home
last modified time | relevance | path

Searched refs:bsURL (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.cpp466 ByteString bsURL = WideString(wsURL).UTF16LE_Encode(); in PostRequestURL() local
467 FPDF_WIDESTRING URL = (FPDF_WIDESTRING)bsURL.GetBuffer(bsURL.GetLength()); in PostRequestURL()
502 ByteString bsURL = WideString(wsURL).UTF16LE_Encode(); in PutRequestURL() local
503 FPDF_WIDESTRING URL = (FPDF_WIDESTRING)bsURL.GetBuffer(bsURL.GetLength()); in PutRequestURL()
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_docenvironment.h57 void GotoURL(CXFA_FFDoc* hDoc, const WideString& bsURL) override;
Dcpdfxfa_docenvironment.cpp509 const WideString& bsURL) { in GotoURL() argument
520 WideStringView str(bsURL.c_str()); in GotoURL()
/external/pdfium/xfa/fxfa/
Dfxfa.h242 virtual void GotoURL(CXFA_FFDoc* hDoc, const WideString& bsURL) = 0;
/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp4699 ByteString bsURL = ValueToUTF8String(argOne.get()); in Post() local
4724 WideString::FromUTF8(bsURL.AsStringView()), in Post()
4755 ByteString bsURL = ValueToUTF8String(argOne.get()); in Put() local
4767 WideString::FromUTF8(bsURL.AsStringView()), in Put()