Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/fpdfxfa/
Dfpdfxfa_app.h57 void Response(CFX_WideString& wsAnswer,
/external/pdfium/fpdfsdk/src/fpdfxfa/
Dfpdfxfa_app.cpp194 void CPDFXFA_App::Response(CFX_WideString& wsAnswer, in Response() argument
210 wsAnswer = CFX_WideString::FromUTF16LE( in Response()
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_script_hostpseudomodel.cpp379 CFX_WideString wsAnswer; in Script_HostPseudoModel_Response() local
380 pNotify->GetAppProvider()->Response(wsAnswer, wsQuestion, wsTitle, in Script_HostPseudoModel_Response()
384 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsAnswer)); in Script_HostPseudoModel_Response()
/external/pdfium/xfa/include/fxfa/
Dfxfa.h233 virtual void Response(CFX_WideString& wsAnswer,