Searched refs:XFA_MB_OK (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_ffwidgetacc.cpp | 409 XFA_MB_OK); in ProcessScriptTestValidate() 420 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() 464 XFA_MB_OK); in ProcessFormatTestValidate() 523 pAppProvider->MsgBox(wsNullMsg, wsTitle, XFA_MBICON_Status, XFA_MB_OK); in ProcessNullTestValidate()
|
D | xfa_fftextedit.cpp | 197 pAppProvider->MsgBox(wsMessage, wsTitle, XFA_MBICON_Error, XFA_MB_OK); in ValidateNumberField()
|
D | xfa_fffield.cpp | 747 XFA_MB_OK); in CalculateWidgetAcc()
|
D | xfa_ffdocview.cpp | 162 pAppProvider->MsgBox(wsMsg, wsTitle, XFA_MBICON_Status, XFA_MB_OK); in ShowNullTestMsg()
|
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_script_hostpseudomodel.cpp | 572 FX_DWORD dwButtonType = XFA_MB_OK; in Script_HostPseudoModel_MessageBox() 592 dwButtonType = XFA_MB_OK; in Script_HostPseudoModel_MessageBox()
|
/external/pdfium/fpdfsdk/src/fpdfxfa/ |
D | fpdfxfa_app.cpp | 166 case XFA_MB_OK: in MsgBox()
|
/external/pdfium/xfa/include/fxfa/ |
D | fxfa.h | 54 #define XFA_MB_OK 0 macro
|