Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DJS_Object.cpp15 …ronment* pApp, CPDFSDK_PageView* pPageView, FX_LPCWSTR swMsg, FX_LPCWSTR swTitle, FX_UINT nType, F… in FXJS_MsgBox() argument
24 nRet = pApp->JS_appAlert(swMsg, swTitle, nType, nIcon); in FXJS_MsgBox()
58 …vironment* pApp, CPDFSDK_PageView* pPageView,FX_LPCWSTR swMsg,FX_LPCWSTR swTitle,FX_UINT nType,FX_… in MsgBox() argument
60 return FXJS_MsgBox(pApp, pPageView, swMsg, swTitle, nType, nIcon); in MsgBox()
128 …ronment* pApp, CPDFSDK_PageView* pPageView, FX_LPCWSTR swMsg, FX_LPCWSTR swTitle, FX_UINT nType, F… in MsgBox() argument
130 return FXJS_MsgBox(pApp, pPageView, swMsg, swTitle, nType, nIcon); in MsgBox()
Dapp.cpp336 CFX_WideString swTitle = L""; in alert() local
352 swTitle = CJS_Value(isolate, pValue,VT_unknown).operator CFX_WideString(); in alert()
395 if (swTitle == L"") in alert()
396 swTitle = JSGetStringFromID((CJS_Context*)cc, IDS_STRING_JSALERT); in alert()
406 swTitle = JSGetStringFromID((CJS_Context*)cc, IDS_STRING_JSALERT); in alert()
411 swTitle = JSGetStringFromID((CJS_Context*)cc, IDS_STRING_JSALERT); in alert()
428 swTitle = JSGetStringFromID((CJS_Context*)cc, IDS_STRING_JSALERT); in alert()
437 swTitle = params[i]; in alert()
447 vRet = MsgBox(pRuntime->GetReaderApp(), JSGetPageView(cc),swMsg,swTitle,iType,iIcon); in alert()
1035 CFX_WideString swTitle = L"Foxit"; in response() local
[all …]
/external/pdfium/fpdfsdk/include/javascript/
DJS_Object.h29 …ronment* pApp, CPDFSDK_PageView* pPageView, FX_LPCWSTR swMsg, FX_LPCWSTR swTitle = NULL, FX_UINT n…
59 …ronment* pApp, CPDFSDK_PageView* pPageView, FX_LPCWSTR swMsg, FX_LPCWSTR swTitle = NULL, FX_UINT n…