Searched refs:XFA_MB_OK (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/xfa/fxfa/ |
D | fxfa.h | 33 #define XFA_MB_OK 0 macro
|
/external/pdfium/xfa/fxfa/parser/ |
D | cscript_hostpseudomodel.cpp | 477 uint32_t dwButtonType = XFA_MB_OK; in MessageBox() 497 dwButtonType = XFA_MB_OK; in MessageBox()
|
/external/pdfium/xfa/fxfa/app/ |
D | xfa_ffwidgetacc.cpp | 394 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()
|
D | xfa_fftextedit.cpp | 198 XFA_MBICON_Error, XFA_MB_OK); in ValidateNumberField()
|
D | xfa_ffdocview.cpp | 169 XFA_MB_OK); in ShowNullTestMsg()
|
D | xfa_fffield.cpp | 653 XFA_MB_OK); in CalculateWidgetAcc()
|
/external/pdfium/fpdfsdk/fpdfxfa/ |
D | cpdfxfa_context.cpp | 282 case XFA_MB_OK: in MsgBox()
|