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.java448 public void queueScript(String scriptToRunInCurrentContext) { argument
450 scriptToRunInCurrentContext).sendToTarget();
H A DTestShellActivity.java475 public void queueScript(String scriptToRunInCurrentContext) { argument
476 mWebView.loadUrl("javascript:"+scriptToRunInCurrentContext);

Completed in 45 milliseconds