Searched defs:wsURL (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/fpdfxfa/
H A Dcpdfxfa_context.cpp307 const WideString& wsURL) {
308 return m_pFormFillEnv ? m_pFormFillEnv->DownloadFromURL(wsURL.c_str())
312 bool CPDFXFA_Context::PostRequestURL(const WideString& wsURL, argument
322 wsURL.c_str(), wsData.c_str(), wsContentType.c_str(), wsEncode.c_str(),
327 bool CPDFXFA_Context::PutRequestURL(const WideString& wsURL, argument
331 m_pFormFillEnv->PutRequestURL(wsURL.c_str(), wsData.c_str(),
306 DownloadURL( const WideString& wsURL) argument
/external/pdfium/fpdfsdk/
H A Dcpdfsdk_formfillenvironment.cpp372 const WideStringView& wsURL) {
376 ByteString bsTo = WideString(wsURL).UTF16LE_Encode();
377 FPDF_WIDESTRING pTo = (FPDF_WIDESTRING)bsTo.GetBuffer(wsURL.GetLength());
437 FPDF_WIDESTRING wsURL,
440 return m_pInfo->FFI_OpenFile(m_pInfo, fileType, wsURL, mode);
450 FPDF_WIDESTRING wsURL = local
453 FPDF_LPFILEHANDLER fileHandler = m_pInfo->FFI_DownloadFromURL(m_pInfo, wsURL);
458 const wchar_t* wsURL,
466 ByteString bsURL = WideString(wsURL).UTF16LE_Encode();
496 FPDF_BOOL CPDFSDK_FormFillEnvironment::PutRequestURL(const wchar_t* wsURL, argument
371 GotoURL(CPDFXFA_Context* document, const WideStringView& wsURL) argument
436 OpenFile(int fileType, FPDF_WIDESTRING wsURL, const char* mode) argument
457 PostRequestURL( const wchar_t* wsURL, const wchar_t* wsData, const wchar_t* wsContentType, const wchar_t* wsEncode, const wchar_t* wsHeader) argument
[all...]
/external/pdfium/xfa/fxfa/
H A Dcxfa_widgetacc.cpp190 WideString wsURL = wsHref; local
191 if (wsURL.Left(7) != L"http://" && wsURL.Left(6) != L"ftp://") {
193 pDoc->GetPDFNamedImage(wsURL.AsStringView(), iImageXDpi, iImageYDpi);
199 pImageFileRead = pDoc->GetDocEnvironment()->OpenLinkedFile(pDoc, wsURL);

Completed in 679 milliseconds