Home
last modified time | relevance | path

Searched refs:wsMessage (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_validate.cpp95 void CXFA_Validate::SetFormatMessageText(const WideString& wsMessage) { in SetFormatMessageText() argument
96 SetMessageText(kFormatTest, wsMessage); in SetFormatMessageText()
103 void CXFA_Validate::SetNullMessageText(const WideString& wsMessage) { in SetNullMessageText() argument
104 SetMessageText(kNullTest, wsMessage); in SetNullMessageText()
115 void CXFA_Validate::SetScriptMessageText(const WideString& wsMessage) { in SetScriptMessageText() argument
116 SetMessageText(kScriptTest, wsMessage); in SetScriptMessageText()
120 const WideString& wsMessage) { in SetMessageText()
133 pItemNode->JSObject()->SetContent(wsMessage, wsMessage, false, false, in SetMessageText()
143 pTextNode->JSObject()->SetContent(wsMessage, wsMessage, false, false, true); in SetMessageText()
Dcxfa_validate.h21 void SetFormatMessageText(const WideString& wsMessage);
27 void SetNullMessageText(const WideString& wsMessage);
31 void SetScriptMessageText(const WideString& wsMessage);
39 const WideString& wsMessage);
/external/pdfium/xfa/fxfa/
Dcxfa_fffield.cpp701 WideString wsMessage = calc->GetMessageText(); in CalculateWidgetAcc() local
702 if (!wsMessage.IsEmpty()) in CalculateWidgetAcc()
703 wsMessage += L"\r\n"; in CalculateWidgetAcc()
705 wsMessage += L"Are you sure you want to modify this field?"; in CalculateWidgetAcc()
706 if (pAppProvider->MsgBox(wsMessage, L"Calculate Override", in CalculateWidgetAcc()
Dfxfa.h147 virtual int32_t MsgBox(const WideString& wsMessage,
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_context.cpp232 int32_t CPDFXFA_Context::MsgBox(const WideString& wsMessage, in MsgBox() argument
269 int32_t iRet = m_pFormFillEnv->JS_appAlert(wsMessage.c_str(), wsTitle.c_str(), in MsgBox()
Dcpdfxfa_context.h69 int32_t MsgBox(const WideString& wsMessage,
/external/pdfium/fxjs/xfa/
Dcjx_tree.cpp144 WideString wsMessage = L"Unable to set "; in nodes() local
145 FXJSE_ThrowMessage(wsMessage.UTF8Encode().AsStringView()); in nodes()
Dcjx_object.cpp207 WideString wsMessage = WideString::FormatV(str, arg_ptr); in ThrowException() local
210 ASSERT(!wsMessage.IsEmpty()); in ThrowException()
211 FXJSE_ThrowMessage(wsMessage.UTF8Encode().AsStringView()); in ThrowException()
1444 WideString wsMessage; in Script_Som_Message() local
1447 wsMessage = validate->GetScriptMessageText(); in Script_Som_Message()
1450 wsMessage = validate->GetFormatMessageText(); in Script_Som_Message()
1453 wsMessage = validate->GetNullMessageText(); in Script_Som_Message()
1458 pValue->SetString(wsMessage.UTF8Encode().AsStringView()); in Script_Som_Message()
/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp6249 WideString wsMessage = WideString::FormatV(str, arg_ptr); in ThrowException() local
6252 ASSERT(!wsMessage.IsEmpty()); in ThrowException()
6253 FXJSE_ThrowMessage(wsMessage.UTF8Encode().AsStringView()); in ThrowException()