Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DJS_Object.cpp17 const FX_WCHAR* swMsg, in FXJS_MsgBox() argument
27 return pApp->JS_appAlert(swMsg, swTitle, nType, nIcon); in FXJS_MsgBox()
39 const FX_WCHAR* swMsg, in MsgBox() argument
43 return FXJS_MsgBox(pApp, swMsg, swTitle, nType, nIcon); in MsgBox()
46 void CJS_EmbedObj::Alert(CJS_Context* pContext, const FX_WCHAR* swMsg) { in Alert() argument
47 CJS_Object::Alert(pContext, swMsg); in Alert()
81 const FX_WCHAR* swMsg, in MsgBox() argument
85 return FXJS_MsgBox(pApp, swMsg, swTitle, nType, nIcon); in MsgBox()
88 void CJS_Object::Alert(CJS_Context* pContext, const FX_WCHAR* swMsg) { in Alert() argument
92 pApp->JS_appAlert(swMsg, NULL, 0, 3); in Alert()
DJS_Object.h31 const FX_WCHAR* swMsg,
35 void Alert(CJS_Context* pContext, const FX_WCHAR* swMsg);
62 const FX_WCHAR* swMsg,
66 static void Alert(CJS_Context* pContext, const FX_WCHAR* swMsg);
Dapp.cpp287 CFX_WideString swMsg = L""; in alert() local
301 swMsg = CJS_Value(pRuntime, pValue, CJS_Value::VT_unknown) in alert()
315 if (swMsg == L"") { in alert()
322 swMsg += (*pValue).ToCFXWideString(); in alert()
324 swMsg += L", "; in alert()
336 swMsg = L"true"; in alert()
338 swMsg = L"false"; in alert()
342 swMsg = params[0].ToCFXWideString(); in alert()
349 swMsg = L"true"; in alert()
351 swMsg = L"false"; in alert()
[all …]
DPublicMethods.cpp1335 CFX_WideString swMsg; in AFDate_FormatEx() local
1336 swMsg.Format(JSGetStringFromID(pContext, IDS_STRING_JSPARSEDATE).c_str(), in AFDate_FormatEx()
1338 Alert(pContext, swMsg.c_str()); in AFDate_FormatEx()
1441 CFX_WideString swMsg; in AFDate_KeystrokeEx() local
1442 swMsg.Format(JSGetStringFromID(pContext, IDS_STRING_JSPARSEDATE).c_str(), in AFDate_KeystrokeEx()
1444 Alert(pContext, swMsg.c_str()); in AFDate_KeystrokeEx()
1837 CFX_WideString swMsg; in AFParseDateEx() local
1838 swMsg.Format(JSGetStringFromID(pContext, IDS_STRING_JSPARSEDATE).c_str(), in AFParseDateEx()
1840 Alert((CJS_Context*)cc, swMsg.c_str()); in AFParseDateEx()
2000 CFX_WideString swMsg; in AFRange_Validate() local
[all …]