Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffwidgetacc.cpp444 CFX_WideString wsFormatMsg; in ProcessFormatTestValidate() local
445 validate.GetFormatMessageText(wsFormatMsg); in ProcessFormatTestValidate()
450 if (wsFormatMsg.IsEmpty()) { in ProcessFormatTestValidate()
451 GetValidateMessage(pAppProvider, wsFormatMsg, TRUE, bVersionFlag); in ProcessFormatTestValidate()
453 pAppProvider->MsgBox(wsFormatMsg, wsTitle, XFA_MBICON_Error, XFA_MB_OK); in ProcessFormatTestValidate()
459 if (wsFormatMsg.IsEmpty()) { in ProcessFormatTestValidate()
460 GetValidateMessage(pAppProvider, wsFormatMsg, FALSE, bVersionFlag); in ProcessFormatTestValidate()
463 pAppProvider->MsgBox(wsFormatMsg, wsTitle, XFA_MBICON_Warning, in ProcessFormatTestValidate()
467 if (pAppProvider->MsgBox(wsFormatMsg, wsTitle, XFA_MBICON_Warning, in ProcessFormatTestValidate()