Searched refs:buttonType (Results 1 – 1 of 1) sorted by relevance
515 uint32_t buttonType = XFA_MB_OK; in messageBox() local517 buttonType = runtime->ToInt32(params[3]); in messageBox()518 if (buttonType > XFA_MB_YesNoCancel) in messageBox()519 buttonType = XFA_MB_OK; in messageBox()523 messageType, buttonType); in messageBox()