Searched refs:wsURL (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/fpdfsdk/fpdfxfa/ |
D | cpdfxfa_context.cpp | 331 const WideString& wsURL) { in DownloadURL() argument 332 return m_pFormFillEnv ? m_pFormFillEnv->DownloadFromURL(wsURL) : nullptr; in DownloadURL() 335 bool CPDFXFA_Context::PostRequestURL(const WideString& wsURL, in PostRequestURL() argument 344 wsResponse = m_pFormFillEnv->PostRequestURL(wsURL, wsData, wsContentType, in PostRequestURL() 349 bool CPDFXFA_Context::PutRequestURL(const WideString& wsURL, in PutRequestURL() argument 353 m_pFormFillEnv->PutRequestURL(wsURL, wsData, wsEncode); in PutRequestURL()
|
D | cpdfxfa_context.h | 79 const WideString& wsURL) override; 80 bool PostRequestURL(const WideString& wsURL, 86 bool PutRequestURL(const WideString& wsURL,
|
D | cpdfxfa_docenvironment.cpp | 509 const WideString& wsURL) { in GotoURL() argument 520 pFormFillEnv->GotoURL(wsURL); in GotoURL()
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_formfillenvironment.h | 160 void GotoURL(const WideString& wsURL); 176 FPDF_WIDESTRING wsURL, 179 WideString PostRequestURL(const WideString& wsURL, 184 FPDF_BOOL PutRequestURL(const WideString& wsURL,
|
D | cpdfsdk_formfillenvironment.cpp | 432 void CPDFSDK_FormFillEnvironment::GotoURL(const WideString& wsURL) { in GotoURL() argument 436 ByteString bsTo = wsURL.ToUTF16LE(); in GotoURL() 487 FPDF_WIDESTRING wsURL, in OpenFile() argument 490 return m_pInfo->FFI_OpenFile(m_pInfo, fileType, wsURL, mode); in OpenFile() 507 const WideString& wsURL, in PostRequestURL() argument 515 ByteString bsURL = wsURL.ToUTF16LE(); in PostRequestURL() 537 const WideString& wsURL, in PutRequestURL() argument 543 ByteString bsURL = wsURL.ToUTF16LE(); in PutRequestURL()
|
/external/pdfium/xfa/fxfa/ |
D | fxfa.h | 157 const WideString& wsURL) = 0; 174 virtual bool PostRequestURL(const WideString& wsURL, 189 virtual bool PutRequestURL(const WideString& wsURL,
|
/external/pdfium/public/ |
D | fpdf_formfill.h | 808 FPDF_WIDESTRING wsURL); 911 FPDF_WIDESTRING wsURL, 1045 FPDF_WIDESTRING wsURL, 1069 FPDF_WIDESTRING wsURL,
|
/external/pdfium/fxjs/xfa/ |
D | cfxjse_formcalc_context.cpp | 869 WideString DecodeURL(const WideString& wsURL) { in DecodeURL() argument 870 const wchar_t* pData = wsURL.c_str(); in DecodeURL() 871 size_t iLen = wsURL.GetLength(); in DecodeURL() 982 WideString wsURL = WideString::FromUTF8(bsURL.AsStringView()); in EncodeURL() local 987 for (wchar_t ch : wsURL) { in EncodeURL()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_node.cpp | 493 WideString wsURL = wsHref; in XFA_LoadImageData() local 494 if (!(wsURL.First(7).EqualsASCII("http://") || in XFA_LoadImageData() 495 wsURL.First(6).EqualsASCII("ftp://"))) { in XFA_LoadImageData() 497 pDoc->GetPDFNamedImage(wsURL.AsStringView(), iImageXDpi, iImageYDpi); in XFA_LoadImageData() 503 pImageFileRead = pDoc->GetDocEnvironment()->OpenLinkedFile(pDoc, wsURL); in XFA_LoadImageData()
|