Searched defs:swMsg (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Object.cpp15 int FXJS_MsgBox(CPDFDoc_Environment* pApp, CPDFSDK_PageView* pPageView, FX_LPCWSTR swMsg, FX_LPCWSTR swTitle, FX_UINT nType, FX_UINT nIcon) argument
24 nRet = pApp->JS_appAlert(swMsg, swTitle, nType, nIcon);
58 int CJS_EmbedObj::MsgBox(CPDFDoc_Environment* pApp, CPDFSDK_PageView* pPageView,FX_LPCWSTR swMsg,FX_LPCWSTR swTitle,FX_UINT nType,FX_UINT nIcon) argument
60 return FXJS_MsgBox(pApp, pPageView, swMsg, swTitle, nType, nIcon);
63 void CJS_EmbedObj::Alert(CJS_Context* pContext, FX_LPCWSTR swMsg) argument
65 CJS_Object::Alert(pContext, swMsg);
128 int CJS_Object::MsgBox(CPDFDoc_Environment* pApp, CPDFSDK_PageView* pPageView, FX_LPCWSTR swMsg, FX_LPCWSTR swTitle, FX_UINT nType, FX_UINT nIcon) argument
130 return FXJS_MsgBox(pApp, pPageView, swMsg, swTitle, nType, nIcon);
133 void CJS_Object::Alert(CJS_Context* pContext, FX_LPCWSTR swMsg) argument
141 pApp->JS_appAlert(swMsg, NUL
[all...]
H A DPublicMethods.cpp1566 CFX_WideString swMsg; local
1567 swMsg.Format(JSGetStringFromID(pContext, IDS_STRING_JSPARSEDATE), (FX_LPCWSTR)sFormat);
1568 Alert(pContext, swMsg);
1664 CFX_WideString swMsg; local
1665 swMsg.Format(JSGetStringFromID(pContext, IDS_STRING_JSPARSEDATE), (FX_LPCWSTR)sFormat);
1666 Alert(pContext, swMsg);
2071 CFX_WideString swMsg;
2072 swMsg.Format(JSGetStringFromID(pContext, IDS_STRING_JSPARSEDATE), (FX_LPCWSTR)sFormat);
2073 Alert((CJS_Context *)cc, swMsg);
2256 CFX_WideString swMsg;
[all...]

Completed in 569 milliseconds