Searched refs:swMsg (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fxjs/ |
D | cjs_app.cpp | 231 WideString swMsg; in alert() local 234 swMsg = L"["; in alert() 237 swMsg += L", "; in alert() 239 swMsg += pRuntime->ToWideString(pRuntime->GetArrayElement(carray, i)); in alert() 241 swMsg += L"]"; in alert() 243 swMsg = pRuntime->ToWideString(newParams[0]); in alert() 264 pFormFillEnv->JS_appAlert(swMsg.c_str(), swTitle.c_str(), iType, iIcon)); in alert()
|
D | cjs_publicmethods.cpp | 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() [all …]
|