Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_app.cpp254 WideString swTitle; in alert() local
256 swTitle = pRuntime->ToWideString(newParams[3]); in alert()
258 swTitle = JSGetStringFromID(JSMessage::kAlert); in alert()
264 pFormFillEnv->JS_appAlert(swMsg.c_str(), swTitle.c_str(), iType, iIcon)); in alert()
535 WideString swTitle = L"PDF"; in response() local
537 swTitle = pRuntime->ToWideString(newParams[1]); in response()
554 swQuestion.c_str(), swTitle.c_str(), swDefault.c_str(), swLabel.c_str(), in response()