Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_script_hostpseudomodel.cpp571 FX_DWORD dwMessageType = XFA_MBICON_Error; in Script_HostPseudoModel_MessageBox()
586 dwMessageType = XFA_MBICON_Error; in Script_HostPseudoModel_MessageBox()
/external/pdfium/fpdfsdk/src/fpdfxfa/
Dfpdfxfa_app.cpp152 case XFA_MBICON_Error: in MsgBox()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffwidgetacc.cpp420 pAppProvider->MsgBox(wsScriptMsg, wsTitle, XFA_MBICON_Error, XFA_MB_OK); in ProcessScriptTestValidate()
453 pAppProvider->MsgBox(wsFormatMsg, wsTitle, XFA_MBICON_Error, XFA_MB_OK); in ProcessFormatTestValidate()
Dxfa_fftextedit.cpp197 pAppProvider->MsgBox(wsMessage, wsTitle, XFA_MBICON_Error, XFA_MB_OK); in ValidateNumberField()
/external/pdfium/xfa/include/fxfa/
Dfxfa.h50 #define XFA_MBICON_Error 0 macro