HomeSort by relevance Sort by last modified time
    Searched refs:webview (Results 26 - 35 of 35) sorted by null

12

  /packages/apps/Browser/src/com/android/browser/
BrowserActivity.java 102 import android.webkit.WebView;
338 WebView webView = t.getWebView();
342 webView.setInitialScale(scale);
347 loadUrl(webView, mSettings.getHomePage());
479 // Since we might kill the WebView, remove it from the
482 // Recreate the main WebView after destroying the old one.
483 // If the WebView has the same original url and is on that
626 /* Append mimetype so webview knows how to display */
746 WebView.enablePlatformNotifications()
1592 WebView webview = (WebView) v; local
1782 WebView webview = tab.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...]
  /frameworks/base/docs/html/guide/
guide_toc.cs 525 <li><a href="<?cs var:toroot ?>guide/webapps/webview.html">
526 <span class="en">Building Web Apps in WebView</span>
  /external/webkit/WebKit/android/nav/
WebView.cpp 65 #define GET_NATIVE_VIEW(env, obj) ((WebView*)env->GetIntField(obj, gWebViewField))
87 // of the multi-threaded WebView.
88 class WebView
97 enum DrawExtras { // keep this in sync with WebView.java
135 WebView(JNIEnv* env, jobject javaWebView, int viewImpl) :
138 jclass clazz = env->FindClass("android/webkit/WebView");
183 ~WebView()
246 // hasFocus keeps track of whether the WebView has focus && windowFocus.
274 // If the WebView is out of focus/window focus, set the state to
588 LOG_ASSERT(m_javaGlue.m_obj, "A java object was not associated with this native WebView!");
1250 WebView* webview = new WebView(env, obj, viewImpl); local
    [all...]
  /frameworks/base/core/java/android/webkit/
WebView.java 114 * in a WebView, you must add the {@code INTERNET} permissions to your
122 * <p>See the <a href="{@docRoot}resources/tutorials/views/hello-webview.html">Web View
127 * <p>By default, a WebView provides no browser-like widgets, does not
134 * with a WebView. For example:
142 * <p>To provide a WebView in your own Activity, include a {@code &lt;WebView&gt;} in your layout,
143 * or set the entire Activity window as a WebView during {@link
146 * WebView webview = new WebView(this)
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 273 milliseconds

12