HomeSort by relevance Sort by last modified time
    Searched refs:webview (Results 51 - 75 of 94) sorted by null

1 23 4

  /packages/apps/Browser/src/com/android/browser/
ErrorConsoleView.java 28 import android.webkit.WebView;
52 private WebView mWebView;
159 * Sets the webview that this console is associated with. Currently this is used so
162 public void setWebView(WebView webview) {
163 mWebView = webview;
TabControl.java 21 import android.webkit.WebView;
70 * Return the current tab's main WebView. This will always return the main
71 * WebView for a given tab and not a subwindow.
72 * @return The current tab's WebView.
74 WebView getCurrentWebView() {
83 * Return the current tab's top-level WebView. This can return a subwindow
85 * @return The top-level WebView of the current tab.
87 WebView getCurrentTopWebView() {
99 WebView getCurrentSubWindow() {
201 final WebView w = createNewWebView(privateBrowsing)
562 final WebView webview = t.getWebView(); local
    [all...]
Controller.java 80 import android.webkit.WebView;
323 WebView webView = t.getWebView();
327 webView.setInitialScale(scale);
400 public void onSetWebView(Tab tab, WebView view) {
407 WebView mainView = tab.getWebView();
408 WebView subView = mFactory.createWebView((mainView == null)
488 WebView view = (WebView) focusNodeMap.get("webview");
1269 final WebView webview = (WebView) v; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
EventSender.h 49 class WebView;
63 void setWebView(WebKit::WebView* webView) { m_webView = webView; }
149 WebKit::WebView* webview() { return m_webView; } function in class:WebTestRunner::EventSender
186 WebKit::WebView* m_webView;
  /external/chromium_org/chrome/renderer/extensions/
extension_helper.cc 33 #include "third_party/WebKit/public/web/WebView.h"
41 using WebKit::WebView;
293 WebView* webview = render_view()->GetWebView(); local
294 WebFrame* main_frame = webview->mainFrame();
  /frameworks/opt/mailcommon/java/com/android/mailcommon/
WebViewContextMenu.java 36 import android.webkit.WebView;
148 WebView webview = (WebView) v; local
149 WebView.HitTestResult result = webview.getHitTestResult();
156 case WebView.HitTestResult.UNKNOWN_TYPE:
157 case WebView.HitTestResult.EDIT_TEXT_TYPE:
182 type == WebView.HitTestResult.PHONE_TYPE);
184 type == WebView.HitTestResult.EMAIL_TYPE)
    [all...]
  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.cc 46 #include "third_party/WebKit/public/web/WebView.h"
74 using WebKit::WebView;
222 page_url_(render_view_->webview()->mainFrame()->document().url()) {
849 WebKit::WebView* webview = render_view_->webview(); local
851 webview && webview->isActive());
    [all...]
webplugin_impl.cc 49 #include "third_party/WebKit/public/web/WebView.h"
81 using WebKit::WebView;
    [all...]
  /device/generic/armv7-a-neon/
mini_common.mk 104 $(call inherit-product-if-exists, frameworks/webview/chromium/chromium.mk)
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
WebViewContextMenu.java 35 import android.webkit.WebView;
90 new Intent(Intent.ACTION_DIAL, Uri.parse(WebView.SCHEME_TEL)),
160 WebView webview = (WebView) v; local
161 WebView.HitTestResult result = webview.getHitTestResult();
168 case WebView.HitTestResult.UNKNOWN_TYPE:
169 case WebView.HitTestResult.EDIT_TEXT_TYPE:
194 type == WebView.HitTestResult.PHONE_TYPE)
    [all...]
ConversationContainer.java 31 import android.webkit.WebView;
49 * {@link WebView} and a number of overlay views that draw on top of the WebView. In the Mail app,
50 * the WebView contains all HTML message bodies in a conversation, and the overlay views are the
51 * subject view, message headers, and attachment views. The WebView does all scroll handling, and
55 * Placing the WebView in the same container as the overlay views means we don't have to do a lot of
57 * {@link #forwardFakeMotionEvent(MotionEvent, int)} method that deals with one WebView
72 R.id.webview,
98 * attached or added, and WebView happens to draw (on its own) immediately afterwards.
109 * Current document zoom scale per {@link WebView#getScale()}. This is the ratio of actua
    [all...]
  /build/target/product/
sdk.mk 95 $(call inherit-product-if-exists, frameworks/webview/chromium/chromium.mk)
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
LookupActivity.java 41 import android.webkit.WebView;
58 private WebView mWebView;
101 mWebView = (WebView) findViewById(R.id.webview);
251 * {@link WebView} to show the requested content.
319 * {@link WebView} and hide the {@link ProgressBar}.
  /external/chromium_org/content/renderer/
render_frame_impl.cc 47 #include "third_party/WebKit/public/web/WebView.h"
67 using WebKit::WebView;
360 // * webview
403 // * webview
421 // TODO(nasko): Check if webview()->mainFrame() is the same as the
423 if (frame == render_view_->webview()->mainFrame())
606 // Forked for WebView, http://crbug.com/306873
608 // the main frame. This emulates the old WebView's behaviour where these
    [all...]
render_thread_impl.cc 106 #include "third_party/WebKit/public/web/WebView.h"
145 using WebKit::WebView;
171 WebView* webview = render_view->GetWebView(); variable
172 WebDocument document = webview->mainFrame()->document();
182 webview->setZoomLevel(false, zoom_level_);
328 WebKit::WebView::setUseExternalPopupMenus(true);
524 WebView::willEnterModalLoop();
547 WebView::didExitModalLoop();
    [all...]
render_view_browsertest.cc 37 #include "third_party/WebKit/public/web/WebView.h"
409 WebKit::WebView* new_web_view = view()->createView(
    [all...]
  /frameworks/webview/chromium/java/com/android/webview/chromium/
WebViewChromiumFactoryProvider.java 17 package com.android.webview.chromium;
29 import android.webkit.WebView;
58 private static final String COMMAND_LINE_FILE = "/data/local/tmp/webview-command-line";
112 // startup by using the (thread-safe) CookieManager rather than creating a WebView.
156 if (!cl.hasSwitch("disable-webview-gl-mode")) {
157 cl.appendSwitch("testing-webview-gl-mode");
162 cl.appendSwitch("enable-webview-classic-workarounds");
165 // We don't need to extract any paks because for WebView, they are
172 throw new RuntimeException("Error initializing WebView library", e);
182 "/system/framework/webview/paks")
    [all...]
ContentSettingsAdapter.java 17 package com.android.webview.chromium;
ResourceProvider.java 17 package com.android.webview.chromium;
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SecureConversationViewController.java 95 mWebView = (MessageWebView) rootView.findViewById(R.id.webview);
  /external/chromium_org/components/autofill/content/renderer/
password_autofill_agent.cc 27 #include "third_party/WebKit/public/web/WebView.h"
109 void FindFormElements(WebKit::WebView* view,
526 WebKit::WebView* webview = frame->view();
527 if (!webview)
  /external/chromium_org/third_party/WebKit/Source/web/
EditorClientImpl.cpp 75 EditorClientImpl::EditorClientImpl(WebViewImpl* webview)
76 : m_webView(webview)
325 // The below code was adapted from the WebKit file webview.cpp
  /frameworks/base/core/java/android/webkit/
WebView.java 62 * in a WebView, you must add the {@code INTERNET} permissions to your
71 * <a href="{@docRoot}guide/webapps/webview.html">Building Web Apps in WebView</a>.</p>
75 * <p>By default, a WebView provides no browser-like widgets, does not
82 * with a WebView. For example:
90 * <p>To provide a WebView in your own Activity, include a {@code <WebView>} in your layout,
91 * or set the entire Activity window as a WebView during {@link
94 * WebView webview = new WebView(this)
    [all...]
  /external/chromium_org/android_webview/
Android.mk 5 # This package provides the parts of the WebView java code which live in the
73 # These packages are the resource paks used by webview.
  /external/chromium_org/chrome/browser/resources/file_manager/css/
file_manager.css     [all...]

Completed in 3937 milliseconds

1 23 4