Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/html/
DHtmlActivityTask.java287 private final static String JS_TITLE = "JavaScript Dialog"; field in HtmlActivityTask.ChromeClient
314 uiFacade.dialogCreateAlert(JS_TITLE, message); in onJsAlert()
337 uiFacade.dialogCreateAlert(JS_TITLE, message); in onJsConfirm()
371 value = uiFacade.dialogGetInput(JS_TITLE, message, defaultValue); in onJsPrompt()