HomeSort by relevance Sort by last modified time
    Searched refs:WEBVIEW (Results 1 - 2 of 2) sorted by null

  /packages/apps/Browser/src/com/android/browser/
TabControl.java 28 import android.webkit.WebView;
48 // Directory to store thumbnails for each WebView.
71 * Return the current tab's main WebView. This will always return the main
72 * WebView for a given tab and not a subwindow.
73 * @return The current tab's WebView.
75 WebView getCurrentWebView() {
84 * Return the current tab's top-level WebView. This can return a subwindow
86 * @return The top-level WebView of the current tab.
88 WebView getCurrentTopWebView() {
100 WebView getCurrentSubWindow()
437 final WebView webview = t.getWebView(); local
454 WebView webview = t.getWebView(); local
    [all...]
Tab.java 67 import android.webkit.WebView;
77 * Class for maintaining Tabs with a main WebView and a subwindow.
89 // Main WebView wrapper
91 // Main WebView
92 private WebView mMainView;
95 // Subwindow WebView
96 private WebView mSubView;
98 // information needed to restore the WebView if the user goes back to the
120 // Keep the original url around to avoid killing the old WebView if the url
149 static final String WEBVIEW = "webview"
    [all...]

Completed in 321 milliseconds