Home
last modified time | relevance | path

Searched refs:wsQuestion (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_context.cpp310 CFX_WideString CPDFXFA_Context::Response(const CFX_WideString& wsQuestion, in Response() argument
320 nLength = m_pFormFillEnv->JS_appResponse(wsQuestion.c_str(), wsTitle.c_str(), in Response()
Dcpdfxfa_context.h68 CFX_WideString Response(const CFX_WideString& wsQuestion,
/external/pdfium/xfa/fxfa/parser/
Dcscript_hostpseudomodel.cpp287 CFX_WideString wsQuestion; in Response() local
293 wsQuestion = CFX_WideString::FromUTF8(bsQuestion.AsStringC()); in Response()
307 wsQuestion, wsTitle, wsDefaultAnswer, bMark); in Response()
/external/pdfium/xfa/fxfa/
Dfxfa.h180 virtual CFX_WideString Response(const CFX_WideString& wsQuestion,