Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_context.cpp312 bool CPDFXFA_Context::PostRequestURL(const WideString& wsURL, in PostRequestURL() function in CPDFXFA_Context
321 wsResponse = m_pFormFillEnv->PostRequestURL( in PostRequestURL()
Dcpdfxfa_context.h79 bool PostRequestURL(const WideString& wsURL,
/external/pdfium/xfa/fxfa/
Dfxfa.h188 virtual bool PostRequestURL(const WideString& wsURL,
/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.h160 WideString PostRequestURL(const wchar_t* wsURL,
Dcpdfsdk_formfillenvironment.cpp457 WideString CPDFSDK_FormFillEnvironment::PostRequestURL( in PostRequestURL() function in CPDFSDK_FormFillEnvironment
/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp4723 if (!pAppProvider->PostRequestURL( in Post()