Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/javascript/
Dapp.cpp403 CFX_WideString swTitle; in alert() local
405 swTitle = newParams[3].ToCFXWideString(pRuntime); in alert()
407 swTitle = JSGetStringFromID(IDS_STRING_JSALERT); in alert()
413 swMsg.c_str(), swTitle.c_str(), iType, iIcon)); in alert()
742 CFX_WideString swTitle = L"PDF"; in response() local
744 swTitle = newParams[1].ToCFXWideString(pRuntime); in response()
763 swQuestion.c_str(), swTitle.c_str(), swDefault.c_str(), swLabel.c_str(), in response()