HomeSort by relevance Sort by last modified time
    Searched refs:webView (Results 76 - 85 of 85) sorted by null

1 2 34

  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp 168 m_webView = WebView::create(m_fakeCompositingWebViewClient.get());
185 WebView* m_webView;
    [all...]
  /frameworks/webview/chromium/java/com/android/webview/chromium/
WebViewChromium.java 17 package com.android.webview.chromium;
52 import android.webkit.WebView;
82 * it). This class also contains WebView-specific APIs that require the creation of other
83 * adapters (otherwise org.chromium.content would depend on the webview.chromium package)
125 // The WebView that this WebViewChromium is the provider for.
126 WebView mWebView;
127 // Lets us access protected View-derived methods on the WebView instance we're backing.
128 WebView.PrivateAccess mWebViewPrivate;
134 // The WebView wrapper for ContentViewCore and required browser compontents.
136 // Non-null if this webview is using the GL accelerated draw path
    [all...]
  /packages/apps/Browser/src/com/android/browser/
Tab.java 62 import android.webkit.WebView;
63 import android.webkit.WebView.PictureListener;
85 * Class for maintaining Tabs with a main WebView and a subwindow.
133 // Main WebView wrapper
135 // Main WebView
136 private WebView mMainView;
139 // Subwindow WebView
140 private WebView mSubView;
142 // information needed to restore the WebView if the user goes back to the
166 // Keep the original url around to avoid killing the old WebView if the ur
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
Utils.java 59 import android.webkit.WebView;
148 * Sets WebView in a restricted mode suitable for email use.
150 * @param webView The WebView to restrict
152 public static void restrictWebView(WebView webView) {
153 WebSettings webSettings = webView.getSettings();
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
test_util.js 446 * Executes Javascript code on a webview and returns the result.
456 var webView = contentWindow.document.querySelector(webViewQuery);
457 webView.executeScript({code: code}, callback);
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp 216 // those in Apple's port in WebKit/WebKit/WebView/WebView.mm
217 const double WebView::textSizeMultiplierRatio = 1.2;
218 const double WebView::minTextSizeMultiplier = 0.5;
219 const double WebView::maxTextSizeMultiplier = 3.0;
266 // WebView ----------------------------------------------------------------
268 WebView* WebView::create(WebViewClient* client)
274 void WebView::setUseExternalPopupMenus(bool useExternalPopupMenus)
279 void WebView::updateVisitedLinkState(unsigned long long linkHash
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 411 milliseconds

1 2 34