Home
last modified time | relevance | path

Searched refs:swTitle (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
DJS_Object.cpp18 const FX_WCHAR* swTitle, in FXJS_MsgBox() argument
27 return pApp->JS_appAlert(swMsg, swTitle, nType, nIcon); in FXJS_MsgBox()
40 const FX_WCHAR* swTitle, in MsgBox() argument
43 return FXJS_MsgBox(pApp, swMsg, swTitle, nType, nIcon); in MsgBox()
82 const FX_WCHAR* swTitle, in MsgBox() argument
85 return FXJS_MsgBox(pApp, swMsg, swTitle, nType, nIcon); in MsgBox()
Dapp.cpp288 CFX_WideString swTitle = L""; in alert() local
305 swTitle = CJS_Value(pRuntime, pValue, CJS_Value::VT_unknown) in alert()
331 if (swTitle == L"") in alert()
332 swTitle = JSGetStringFromID((CJS_Context*)cc, IDS_STRING_JSALERT); in alert()
340 swTitle = JSGetStringFromID((CJS_Context*)cc, IDS_STRING_JSALERT); in alert()
343 swTitle = JSGetStringFromID((CJS_Context*)cc, IDS_STRING_JSALERT); in alert()
355 swTitle = JSGetStringFromID((CJS_Context*)cc, IDS_STRING_JSALERT); in alert()
363 swTitle = params[i].ToCFXWideString(); in alert()
368 vRet = MsgBox(pRuntime->GetReaderApp(), swMsg.c_str(), swTitle.c_str(), iType, in alert()
752 CFX_WideString swTitle = L"PDF"; in response() local
[all …]
DJS_Object.h32 const FX_WCHAR* swTitle,
63 const FX_WCHAR* swTitle,