Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_context.cpp341 bool CPDFXFA_Context::PostRequestURL(const CFX_WideString& wsURL, in PostRequestURL() function in CPDFXFA_Context
350 wsResponse = m_pFormFillEnv->PostRequestURL( in PostRequestURL()
Dcpdfxfa_context.h74 bool PostRequestURL(const CFX_WideString& wsURL,
/external/pdfium/xfa/fxfa/
Dfxfa.h208 virtual bool PostRequestURL(const CFX_WideString& wsURL,
/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.h145 CFX_WideString PostRequestURL(const FX_WCHAR* wsURL,
Dcpdfsdk_formfillenvironment.cpp477 CFX_WideString CPDFSDK_FormFillEnvironment::PostRequestURL( in PostRequestURL() function in CPDFSDK_FormFillEnvironment
/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.cpp4907 if (!pAppProvider->PostRequestURL( in Post()