Searched refs:XFA_MB_OK (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/xfa/fxfa/ |
D | fxfa.h | 26 #define XFA_MB_OK 0 macro
|
D | cxfa_fftextedit.cpp | 208 XFA_MB_OK); in ValidateNumberField()
|
D | cxfa_ffdocview.cpp | 178 XFA_MB_OK); in ShowNullTestMsg()
|
D | cxfa_fffield.cpp | 681 XFA_MB_OK); in CalculateWidgetAcc()
|
/external/pdfium/fpdfsdk/fpdfxfa/ |
D | cpdfxfa_context.cpp | 256 case XFA_MB_OK: in MsgBox()
|
/external/pdfium/fxjs/xfa/ |
D | cjx_hostpseudomodel.cpp | 515 uint32_t buttonType = XFA_MB_OK; in messageBox() 519 buttonType = XFA_MB_OK; in messageBox()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_node.cpp | 1757 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()
|