Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/fpdfxfa/
Dfpdfxfa_app.cpp161 case XFA_MBICON_Status: in MsgBox()
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_script_hostpseudomodel.cpp585 if (dwMessageType > XFA_MBICON_Status) { in Script_HostPseudoModel_MessageBox()
/external/pdfium/xfa/include/fxfa/
Dfxfa.h53 #define XFA_MBICON_Status 3 macro
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffdocview.cpp162 pAppProvider->MsgBox(wsMsg, wsTitle, XFA_MBICON_Status, XFA_MB_OK); in ShowNullTestMsg()
Dxfa_ffwidgetacc.cpp523 pAppProvider->MsgBox(wsNullMsg, wsTitle, XFA_MBICON_Status, XFA_MB_OK); in ProcessNullTestValidate()