Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_context.cpp327 bool CPDFXFA_Context::PutRequestURL(const WideString& wsURL, in PutRequestURL() function in CPDFXFA_Context
331 m_pFormFillEnv->PutRequestURL(wsURL.c_str(), wsData.c_str(), in PutRequestURL()
Dcpdfxfa_context.h85 bool PutRequestURL(const WideString& wsURL,
/external/pdfium/xfa/fxfa/
Dfxfa.h203 virtual bool PutRequestURL(const WideString& wsURL,
/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.h165 FPDF_BOOL PutRequestURL(const wchar_t* wsURL,
Dcpdfsdk_formfillenvironment.cpp496 FPDF_BOOL CPDFSDK_FormFillEnvironment::PutRequestURL(const wchar_t* wsURL, in PutRequestURL() function in CPDFSDK_FormFillEnvironment
/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp4766 if (!pAppProvider->PutRequestURL( in Put()