Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
Dapp.cpp843 CFX_WideString swDefault = L""; in response() local
859 swDefault = CJS_Value(isolate,pValue,GET_VALUE_TYPE(pValue)).ToCFXWideString(); in response()
878 swDefault = params[2].ToCFXWideString(); in response()
903 int nLengthBytes = pApp->JS_appResponse(swQuestion.c_str(), swTitle.c_str(), swDefault.c_str(), in response()