Searched refs:swMsg (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fpdfsdk/javascript/ |
D | PublicMethods.cpp | 85 void AlertIfPossible(CJS_EventContext* pContext, const FX_WCHAR* swMsg) { in AlertIfPossible() argument 88 pFormFillEnv->JS_appAlert(swMsg, nullptr, 0, 3); in AlertIfPossible() 1130 CFX_WideString swMsg; in AFDate_FormatEx() local 1131 swMsg.Format(JSGetStringFromID(IDS_STRING_JSPARSEDATE).c_str(), in AFDate_FormatEx() 1133 AlertIfPossible(pContext, swMsg.c_str()); in AFDate_FormatEx() 1221 CFX_WideString swMsg; in AFDate_KeystrokeEx() local 1222 swMsg.Format(JSGetStringFromID(IDS_STRING_JSPARSEDATE).c_str(), in AFDate_KeystrokeEx() 1224 AlertIfPossible(pContext, swMsg.c_str()); in AFDate_KeystrokeEx() 1571 CFX_WideString swMsg; in AFParseDateEx() local 1572 swMsg.Format(JSGetStringFromID(IDS_STRING_JSPARSEDATE).c_str(), in AFParseDateEx() [all …]
|
D | app.cpp | 375 CFX_WideString swMsg; in alert() local 379 swMsg = L"["; in alert() 383 swMsg += L", "; in alert() 385 swMsg += element.ToCFXWideString(pRuntime); in alert() 387 swMsg += L"]"; in alert() 389 swMsg = newParams[0].ToCFXWideString(pRuntime); in alert() 392 swMsg = newParams[0].ToCFXWideString(pRuntime); in alert() 413 swMsg.c_str(), swTitle.c_str(), iType, iIcon)); in alert()
|