Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffwidgetacc.cpp409 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()
Dxfa_fftextedit.cpp197 pAppProvider->MsgBox(wsMessage, wsTitle, XFA_MBICON_Error, XFA_MB_OK); in ValidateNumberField()
Dxfa_fffield.cpp747 XFA_MB_OK); in CalculateWidgetAcc()
Dxfa_ffdocview.cpp162 pAppProvider->MsgBox(wsMsg, wsTitle, XFA_MBICON_Status, XFA_MB_OK); in ShowNullTestMsg()
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_script_hostpseudomodel.cpp572 FX_DWORD dwButtonType = XFA_MB_OK; in Script_HostPseudoModel_MessageBox()
592 dwButtonType = XFA_MB_OK; in Script_HostPseudoModel_MessageBox()
/external/pdfium/fpdfsdk/src/fpdfxfa/
Dfpdfxfa_app.cpp166 case XFA_MB_OK: in MsgBox()
/external/pdfium/xfa/include/fxfa/
Dfxfa.h54 #define XFA_MB_OK 0 macro