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

/packages/apps/Browser/src/com/android/browser/
H A DFindDialog.java87 /* package */ void setWebView(WebView webview) { argument
88 mWebView = webview;
H A DErrorConsoleView.java159 * Sets the webview that this console is associated with. Currently this is used so
162 public void setWebView(WebView webview) { argument
163 mWebView = webview;

Completed in 24 milliseconds