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

/frameworks/base/core/java/android/webkit/
H A DHTML5VideoViewProxy.java495 * @param webViewCore is the WebViewCore that is requesting the proxy.
499 public static HTML5VideoViewProxy getInstance(WebViewCore webViewCore, int nativePtr) { argument
500 return new HTML5VideoViewProxy(webViewCore.getWebView(), nativePtr);

Completed in 60 milliseconds