Searched defs:scriptToRunInCurrentContext (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DLayoutTestController.java57 public void queueScript(String scriptToRunInCurrentContext); argument
H A DCallbackProxy.java440 public void queueScript(String scriptToRunInCurrentContext) { argument
442 scriptToRunInCurrentContext).sendToTarget();
H A DTestShellActivity.java496 public void queueScript(String scriptToRunInCurrentContext) { argument
497 mWebView.loadUrl("javascript:"+scriptToRunInCurrentContext);

Completed in 26 milliseconds