Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_context.cpp349 bool CPDFXFA_Context::PutRequestURL(const WideString& wsURL, in PutRequestURL() function in CPDFXFA_Context
353 m_pFormFillEnv->PutRequestURL(wsURL, wsData, wsEncode); in PutRequestURL()
Dcpdfxfa_context.h86 bool PutRequestURL(const WideString& wsURL,
/external/pdfium/xfa/fxfa/
Dfxfa.h189 virtual bool PutRequestURL(const WideString& wsURL,
/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.h184 FPDF_BOOL PutRequestURL(const WideString& wsURL,
Dcpdfsdk_formfillenvironment.cpp536 FPDF_BOOL CPDFSDK_FormFillEnvironment::PutRequestURL( in PutRequestURL() function in CPDFSDK_FormFillEnvironment
/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp4523 if (!pAppProvider->PutRequestURL( in Put()