Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp2524 WideString wsFormatMsg = validate->GetFormatMessageText(); in ProcessFormatTestValidate() local
2527 if (wsFormatMsg.IsEmpty()) in ProcessFormatTestValidate()
2528 wsFormatMsg = GetValidateMessage(true, bVersionFlag); in ProcessFormatTestValidate()
2529 pAppProvider->MsgBox(wsFormatMsg, wsTitle, in ProcessFormatTestValidate()
2535 if (wsFormatMsg.IsEmpty()) in ProcessFormatTestValidate()
2536 wsFormatMsg = GetValidateMessage(false, bVersionFlag); in ProcessFormatTestValidate()
2539 pAppProvider->MsgBox(wsFormatMsg, wsTitle, in ProcessFormatTestValidate()
2545 if (pAppProvider->MsgBox(wsFormatMsg, wsTitle, in ProcessFormatTestValidate()