Searched refs:JsResult (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DJsResult.java24 public class JsResult { class
27 * notifications when the JavaScript result represented by a JsResult instance has
31 public void onJsResultComplete(JsResult result);
57 public JsResult(ResultReceiver receiver) { method in class:JsResult
68 /* Notify the caller that the JsResult has completed */
H A DJsPromptResult.java27 public class JsPromptResult extends JsResult {
H A DWebChromeClient.java157 * @param result A JsResult to confirm that the user hit enter.
161 JsResult result) {
168 * confirm dialog and call the appropriate JsResult method. If the
174 * @param result A JsResult used to send the user's response to
179 JsResult result) {
206 * handle the confirm dialog and call the appropriate JsResult method. If
209 * behavior is to return false. Setting the JsResult to true will navigate
214 * @param result A JsResult used to send the user's response to
219 JsResult result) {
H A DCallbackProxy.java137 private class JsResultReceiver implements JsResult.ResultReceiver {
156 public void onJsResultComplete(JsResult result) {
574 final JsResult res = receiver.mJsResult;
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DReliabilityTestActivity.java31 import android.webkit.JsResult;
242 public boolean onJsAlert(WebView view, String url, String message, JsResult result) {
248 public boolean onJsBeforeUnload(WebView view, String url, String message, JsResult result) {
254 public boolean onJsConfirm(WebView view, String url, String message, JsResult result) {
H A DTestShellActivity.java41 import android.webkit.JsResult;
669 JsResult result) {
682 JsResult result) {
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DLayoutTestsExecutor.java40 import android.webkit.JsResult;
204 public boolean onJsAlert(WebView view, String url, String message, JsResult result) {
211 public boolean onJsConfirm(WebView view, String url, String message, JsResult result) {

Completed in 110 milliseconds