Lines Matching refs:swMsg
80 void AlertIfPossible(CJS_EventContext* pContext, const wchar_t* swMsg) { in AlertIfPossible() argument
83 pFormFillEnv->JS_appAlert(swMsg, nullptr, 0, 3); in AlertIfPossible()
1172 WideString swMsg = WideString::Format( in AFDate_FormatEx() local
1174 AlertIfPossible(pContext, swMsg.c_str()); in AFDate_FormatEx()
1242 WideString swMsg = WideString::Format( in AFDate_KeystrokeEx() local
1245 AlertIfPossible(pContext, swMsg.c_str()); in AFDate_KeystrokeEx()
1537 WideString swMsg = WideString::Format( in AFParseDateEx() local
1539 AlertIfPossible(pRuntime->GetCurrentEventContext(), swMsg.c_str()); in AFParseDateEx()
1684 WideString swMsg; in AFRange_Validate() local
1688 swMsg = WideString::Format( in AFRange_Validate()
1694 swMsg = WideString::Format( in AFRange_Validate()
1699 swMsg = WideString::Format( in AFRange_Validate()
1704 if (!swMsg.IsEmpty()) { in AFRange_Validate()
1705 AlertIfPossible(pContext, swMsg.c_str()); in AFRange_Validate()