HomeSort by relevance Sort by last modified time
    Searched refs:wsMessage (Results 1 - 13 of 13) sorted by null

  /external/pdfium/xfa/fxfa/parser/
cxfa_validate.h 25 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,
cxfa_validate.cpp 42 void CXFA_Validate::GetMessageText(CFX_WideString& wsMessage,
57 pItemNode->TryContent(wsMessage);
63 void CXFA_Validate::SetFormatMessageText(CFX_WideString wsMessage) {
64 SetMessageText(wsMessage, L"formatTest");
67 void CXFA_Validate::GetFormatMessageText(CFX_WideString& wsMessage) {
68 GetMessageText(wsMessage, L"formatTest");
71 void CXFA_Validate::SetNullMessageText(CFX_WideString wsMessage) {
72 SetMessageText(wsMessage, L"nullTest");
75 void CXFA_Validate::GetNullMessageText(CFX_WideString& wsMessage) {
76 GetMessageText(wsMessage, L"nullTest")
    [all...]
cxfa_calculate.h 22 void GetMessageText(CFX_WideString& wsMessage);
cxfa_calculate.cpp 24 void CXFA_Calculate::GetMessageText(CFX_WideString& wsMessage) {
31 text.GetContent(wsMessage);
cxfa_object.cpp 67 CFX_WideString wsMessage;
70 wsMessage.FormatV(str, arg_ptr);
72 FXJSE_ThrowMessage(wsMessage.UTF8Encode().AsStringC());
cscript_hostpseudomodel.cpp 474 CFX_WideString wsMessage;
479 if (!ValidateArgsForMsg(pArguments, 0, wsMessage)) {
501 wsMessage, bsTitle, dwMessageType, dwButtonType);
cxfa_node.cpp     [all...]
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_context.h 64 int32_t MsgBox(const CFX_WideString& wsMessage,
cpdfxfa_context.cpp 258 int32_t CPDFXFA_Context::MsgBox(const CFX_WideString& wsMessage,
295 int32_t iRet = m_pFormFillEnv->JS_appAlert(wsMessage.c_str(), wsTitle.c_str(),
  /external/pdfium/xfa/fxfa/app/
xfa_fffield.cpp 674 CFX_WideString wsMessage;
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",
xfa_fftextedit.cpp 194 CFX_WideString wsMessage;
195 wsMessage.Format(L"%s can not contain %s", wsText.c_str(),
197 pAppProvider->MsgBox(wsMessage, pAppProvider->GetAppTitle(),
xfa_ffwidgetacc.cpp 547 CFX_WideString wsMessage;
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;
    [all...]
  /external/pdfium/xfa/fxfa/
fxfa.h 160 * @param[in] wsMessage - Message string to display in box.
167 virtual int32_t MsgBox(const CFX_WideString& wsMessage,

Completed in 163 milliseconds