Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_context.cpp356 bool CPDFXFA_Context::PutRequestURL(const CFX_WideString& wsURL, in PutRequestURL() function in CPDFXFA_Context
360 m_pFormFillEnv->PutRequestURL(wsURL.c_str(), wsData.c_str(), in PutRequestURL()
Dcpdfxfa_context.h80 bool PutRequestURL(const CFX_WideString& wsURL,
/external/pdfium/xfa/fxfa/
Dfxfa.h223 virtual bool PutRequestURL(const CFX_WideString& wsURL,
/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.h150 FPDF_BOOL PutRequestURL(const FX_WCHAR* wsURL,
Dcpdfsdk_formfillenvironment.cpp516 FPDF_BOOL CPDFSDK_FormFillEnvironment::PutRequestURL(const FX_WCHAR* wsURL, in PutRequestURL() function in CPDFSDK_FormFillEnvironment
/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.cpp4952 if (!pAppProvider->PutRequestURL( in Put()