HomeSort by relevance Sort by last modified time
    Searched refs:wsURL (Results 1 - 9 of 9) sorted by null

  /external/pdfium/fpdfsdk/include/fpdfxfa/
fpdfxfa_app.h 66 IFX_FileRead* DownloadURL(const CFX_WideStringC& wsURL) override;
67 FX_BOOL PostRequestURL(const CFX_WideStringC& wsURL,
73 FX_BOOL PutRequestURL(const CFX_WideStringC& wsURL,
  /external/pdfium/fpdfsdk/src/fpdfxfa/
fpdfxfa_app.cpp 235 IFX_FileRead* CPDFXFA_App::DownloadURL(const CFX_WideStringC& wsURL) {
238 return pEnv->FFI_DownloadFromURL(wsURL.GetPtr());
243 FX_BOOL CPDFXFA_App::PostRequestURL(const CFX_WideStringC& wsURL,
251 wsResponse = pEnv->FFI_PostRequestURL(wsURL.GetPtr(), wsData.GetPtr(),
259 FX_BOOL CPDFXFA_App::PutRequestURL(const CFX_WideStringC& wsURL,
264 return pEnv->FFI_PutRequestURL(wsURL.GetPtr(), wsData.GetPtr(),
  /external/pdfium/fpdfsdk/include/
fsdk_mgr.h 266 const CFX_WideStringC& wsURL,
269 CFX_ByteString bsTo = CFX_WideString(wsURL).UTF16LE_Encode();
270 FPDF_WIDESTRING pTo = (FPDF_WIDESTRING)bsTo.GetBuffer(wsURL.GetLength());
276 void FFI_GetURL(FPDF_DOCUMENT document, CFX_WideString& wsURL) {
277 wsURL = CFX_WideString();
337 FPDF_WIDESTRING wsURL,
340 return m_pInfo->FFI_OpenFile(m_pInfo, fileType, wsURL, mode);
354 FPDF_WIDESTRING wsURL =
358 m_pInfo->FFI_DownloadFromURL(m_pInfo, wsURL);
365 CFX_WideString FFI_PostRequestURL(const FX_WCHAR* wsURL,
    [all...]
  /external/pdfium/public/
fpdf_formfill.h 785 * wsURL - The string value of the URL, in UTF-16LE format.
791 FPDF_WIDESTRING wsURL);
855 * wsURL - The string value of the file URL, in UTF-16LE
863 FPDF_WIDESTRING wsURL,
    [all...]
  /external/pdfium/xfa/include/fxfa/
fxfa.h 244 * @param[in] wsURL - http, ftp, such as
247 virtual IFX_FileRead* DownloadURL(const CFX_WideStringC& wsURL) = 0;
251 * @param[in] wsURL the URL being uploaded.
264 virtual FX_BOOL PostRequestURL(const CFX_WideStringC& wsURL,
273 * @param[in] wsURL the URL being uploaded.
279 virtual FX_BOOL PutRequestURL(const CFX_WideStringC& wsURL,
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_hostpseudomodel.cpp 283 CFX_WideString wsURL;
286 wsURL = CFX_WideString::FromUTF8(bsURL, bsURL.GetLength());
288 pNotify->GetDocProvider()->GotoURL(hDoc, wsURL);
xfa_objectacc_imp.cpp     [all...]
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffwidget.cpp     [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.0.CR3/
netty-codec-http-4.1.0.CR3.jar 

Completed in 936 milliseconds