Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/
Dfsdk_mgr.h140 …int JS_appResponse(FX_LPCWSTR Question, FX_LPCWSTR Title, FX_LPCWSTR Default, FX_LPCWSTR cLabel, F… in JS_appResponse() function
/external/pdfium/fpdfsdk/src/javascript/
Dapp.cpp903 int nLengthBytes = pApp->JS_appResponse(swQuestion.c_str(), swTitle.c_str(), swDefault.c_str(), in response()