Searched refs:wsMessage (Results 1 - 13 of 13) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_validate.h25 void GetFormatMessageText(CFX_WideString& wsMessage);
26 void SetFormatMessageText(CFX_WideString wsMessage);
27 void GetNullMessageText(CFX_WideString& wsMessage);
28 void SetNullMessageText(CFX_WideString wsMessage);
29 void GetScriptMessageText(CFX_WideString& wsMessage);
30 void SetScriptMessageText(CFX_WideString wsMessage);
35 void GetMessageText(CFX_WideString& wsMessage,
37 void SetMessageText(CFX_WideString& wsMessage,
H A Dcxfa_validate.cpp42 void CXFA_Validate::GetMessageText(CFX_WideString& wsMessage, argument
57 pItemNode->TryContent(wsMessage);
63 void CXFA_Validate::SetFormatMessageText(CFX_WideString wsMessage) { argument
64 SetMessageText(wsMessage, L"formatTest");
67 void CXFA_Validate::GetFormatMessageText(CFX_WideString& wsMessage) { argument
68 GetMessageText(wsMessage, L"formatTest");
71 void CXFA_Validate::SetNullMessageText(CFX_WideString wsMessage) { argument
72 SetMessageText(wsMessage, L"nullTest");
75 void CXFA_Validate::GetNullMessageText(CFX_WideString& wsMessage) { argument
76 GetMessageText(wsMessage,
79 SetMessageText(CFX_WideString& wsMessage, const CFX_WideString& wsMessageType) argument
104 GetScriptMessageText(CFX_WideString& wsMessage) argument
108 SetScriptMessageText(CFX_WideString wsMessage) argument
[all...]
H A Dcxfa_calculate.h22 void GetMessageText(CFX_WideString& wsMessage);
H A Dcxfa_calculate.cpp24 void CXFA_Calculate::GetMessageText(CFX_WideString& wsMessage) { argument
31 text.GetContent(wsMessage);
H A Dcxfa_object.cpp67 CFX_WideString wsMessage; local
70 wsMessage.FormatV(str, arg_ptr);
72 FXJSE_ThrowMessage(wsMessage.UTF8Encode().AsStringC());
H A Dcscript_hostpseudomodel.cpp474 CFX_WideString wsMessage; local
479 if (!ValidateArgsForMsg(pArguments, 0, wsMessage)) {
501 wsMessage, bsTitle, dwMessageType, dwButtonType);
H A Dcxfa_node.cpp1111 CFX_WideString wsMessage = L"Unable to set "; local
1112 FXJSE_ThrowMessage(wsMessage.UTF8Encode().AsStringC());
1937 CFX_WideString wsMessage; local
1940 validate.GetScriptMessageText(wsMessage);
1943 validate.GetFormatMessageText(wsMessage);
1946 validate.GetNullMessageText(wsMessage);
1951 pValue->SetString(wsMessage.UTF8Encode().AsStringC());
/external/pdfium/fpdfsdk/fpdfxfa/
H A Dcpdfxfa_context.h64 int32_t MsgBox(const CFX_WideString& wsMessage,
H A Dcpdfxfa_context.cpp258 int32_t CPDFXFA_Context::MsgBox(const CFX_WideString& wsMessage, argument
295 int32_t iRet = m_pFormFillEnv->JS_appAlert(wsMessage.c_str(), wsTitle.c_str(),
/external/pdfium/xfa/fxfa/app/
H A Dxfa_fffield.cpp674 CFX_WideString wsMessage; local
675 calc.GetMessageText(wsMessage);
676 if (!wsMessage.IsEmpty())
677 wsMessage += L"\r\n";
678 wsMessage += L"Are you sure you want to modify this field?";
679 if (pAppProvider->MsgBox(wsMessage, L"Calculate Override",
H A Dxfa_fftextedit.cpp194 CFX_WideString wsMessage; local
195 wsMessage.Format(L"%s can not contain %s", wsText.c_str(),
197 pAppProvider->MsgBox(wsMessage, pAppProvider->GetAppTitle(),
H A Dxfa_ffwidgetacc.cpp547 CFX_WideString wsMessage; local
549 wsMessage.Format(L"%s validation failed", wsCaptionName.c_str());
550 return wsMessage;
553 wsMessage.Format(L"The value you entered for %s is invalid.",
555 return wsMessage;
557 wsMessage.Format(
561 return wsMessage;
/external/pdfium/xfa/fxfa/
H A Dfxfa.h160 * @param[in] wsMessage - Message string to display in box.
167 virtual int32_t MsgBox(const CFX_WideString& wsMessage,

Completed in 320 milliseconds