Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dfxfa.h33 #define XFA_MB_OK 0 macro
/external/pdfium/xfa/fxfa/parser/
Dcscript_hostpseudomodel.cpp477 uint32_t dwButtonType = XFA_MB_OK; in MessageBox()
497 dwButtonType = XFA_MB_OK; in MessageBox()
/external/pdfium/xfa/fxfa/app/
Dxfa_ffwidgetacc.cpp394 XFA_MB_OK); in ProcessScriptTestValidate()
404 pAppProvider->MsgBox(wsScriptMsg, wsTitle, XFA_MBICON_Error, XFA_MB_OK); in ProcessScriptTestValidate()
435 pAppProvider->MsgBox(wsFormatMsg, wsTitle, XFA_MBICON_Error, XFA_MB_OK); in ProcessFormatTestValidate()
445 XFA_MB_OK); in ProcessFormatTestValidate()
501 pAppProvider->MsgBox(wsNullMsg, wsTitle, XFA_MBICON_Status, XFA_MB_OK); in ProcessNullTestValidate()
Dxfa_fftextedit.cpp198 XFA_MBICON_Error, XFA_MB_OK); in ValidateNumberField()
Dxfa_ffdocview.cpp169 XFA_MB_OK); in ShowNullTestMsg()
Dxfa_fffield.cpp653 XFA_MB_OK); in CalculateWidgetAcc()
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_context.cpp282 case XFA_MB_OK: in MsgBox()