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

/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java64 * @param javaScriptInterfaces is a Map of interface names, as keys, and
68 public void init(Map<String, Object> javaScriptInterfaces, argument
H A DWebView.java525 * @param javaScriptInterfaces a Map of interface names, as keys, and
534 Map<String, Object> javaScriptInterfaces, boolean privateBrowsing) {
535 this(context, attrs, defStyleAttr, 0, javaScriptInterfaces, privateBrowsing);
543 Map<String, Object> javaScriptInterfaces, boolean privateBrowsing) {
554 mProvider.init(javaScriptInterfaces, privateBrowsing);
533 WebView(Context context, AttributeSet attrs, int defStyleAttr, Map<String, Object> javaScriptInterfaces, boolean privateBrowsing) argument
542 WebView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes, Map<String, Object> javaScriptInterfaces, boolean privateBrowsing) argument
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewChromium.java211 // BUG=6790250 |javaScriptInterfaces| was only ever used by the obsolete DumpRenderTree
213 public void init(final Map<String, Object> javaScriptInterfaces, argument

Completed in 250 milliseconds