Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dfxfa.h26 #define XFA_MB_OK 0 macro
Dcxfa_fftextedit.cpp208 XFA_MB_OK); in ValidateNumberField()
Dcxfa_ffdocview.cpp178 XFA_MB_OK); in ShowNullTestMsg()
Dcxfa_fffield.cpp681 XFA_MB_OK); in CalculateWidgetAcc()
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_context.cpp256 case XFA_MB_OK: in MsgBox()
/external/pdfium/fxjs/xfa/
Dcjx_hostpseudomodel.cpp515 uint32_t buttonType = XFA_MB_OK; in messageBox()
519 buttonType = XFA_MB_OK; in messageBox()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp1757 pAppProvider->MsgBox(wsScriptMsg, wsTitle, XFA_MBICON_Warning, XFA_MB_OK); in ProcessScriptTestValidate()
1769 pAppProvider->MsgBox(wsScriptMsg, wsTitle, XFA_MBICON_Error, XFA_MB_OK); in ProcessScriptTestValidate()
1798 pAppProvider->MsgBox(wsFormatMsg, wsTitle, XFA_MBICON_Error, XFA_MB_OK); in ProcessFormatTestValidate()
1808 XFA_MB_OK); in ProcessFormatTestValidate()
1864 pAppProvider->MsgBox(wsNullMsg, wsTitle, XFA_MBICON_Status, XFA_MB_OK); in ProcessNullTestValidate()