Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffwidgetacc.cpp408 pAppProvider->MsgBox(wsScriptMsg, wsTitle, XFA_MBICON_Warning, in ProcessScriptTestValidate()
412 if (pAppProvider->MsgBox(wsScriptMsg, wsTitle, XFA_MBICON_Warning, in ProcessScriptTestValidate()
463 pAppProvider->MsgBox(wsFormatMsg, wsTitle, XFA_MBICON_Warning, in ProcessFormatTestValidate()
467 if (pAppProvider->MsgBox(wsFormatMsg, wsTitle, XFA_MBICON_Warning, in ProcessFormatTestValidate()
537 if (pAppProvider->MsgBox(wsNullMsg, wsTitle, XFA_MBICON_Warning, in ProcessNullTestValidate()
Dxfa_fffield.cpp746 pAppProvider->MsgBox(wsMessage, wsTitle, XFA_MBICON_Warning, in CalculateWidgetAcc()
778 if (pAppProvider->MsgBox(wsMessage, wsTitle, XFA_MBICON_Warning, in CalculateWidgetAcc()
/external/pdfium/fpdfsdk/src/fpdfxfa/
Dfpdfxfa_app.cpp155 case XFA_MBICON_Warning: in MsgBox()
/external/pdfium/xfa/include/fxfa/
Dfxfa.h51 #define XFA_MBICON_Warning 1 macro