Home
last modified time | relevance | path

Searched refs:swMsg (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fxjs/
Dcjs_app.cpp223 WideString swMsg; in alert() local
226 swMsg = L"["; in alert()
229 swMsg += L", "; in alert()
231 swMsg += pRuntime->ToWideString(pRuntime->GetArrayElement(carray, i)); in alert()
233 swMsg += L"]"; in alert()
235 swMsg = pRuntime->ToWideString(newParams[0]); in alert()
255 pFormFillEnv->JS_appAlert(swMsg, swTitle, iType, iIcon)); in alert()
Dcjs_publicmethods.cpp96 void AlertIfPossible(CJS_EventContext* pContext, const WideString& swMsg) { in AlertIfPossible() argument
99 pFormFillEnv->JS_appAlert(swMsg, WideString(), JSPLATFORM_ALERT_BUTTON_OK, in AlertIfPossible()
901 WideString swMsg = WideString::Format( in AFDate_FormatEx() local
903 AlertIfPossible(pContext, swMsg); in AFDate_FormatEx()
972 WideString swMsg = WideString::Format( in AFDate_KeystrokeEx() local
974 AlertIfPossible(pContext, swMsg); in AFDate_KeystrokeEx()
1231 WideString swMsg = WideString::Format( in AFParseDateEx() local
1233 AlertIfPossible(pRuntime->GetCurrentEventContext(), swMsg); in AFParseDateEx()
1395 WideString swMsg; in AFRange_Validate() local
1399 swMsg = WideString::Format( in AFRange_Validate()
[all …]