HomeSort by relevance Sort by last modified time
    Searched full:webview (Results 276 - 300 of 1190) sorted by null

<<11121314151617181920>>

  /frameworks/webview/chromium/java/com/android/webview/chromium/
WebViewChromiumFactoryProvider.java 17 package com.android.webview.chromium;
31 import android.webkit.WebView;
63 private static final String COMMAND_LINE_FILE = "/data/local/tmp/webview-command-line";
118 // startup by using the (thread-safe) CookieManager rather than creating a WebView.
162 if (!cl.hasSwitch("disable-webview-gl-mode")) {
163 cl.appendSwitch("testing-webview-gl-mode");
166 // We don't need to extract any paks because for WebView, they are
173 throw new RuntimeException("Error initializing WebView library", e);
183 "/system/framework/webview/paks");
290 public WebViewProvider createWebView(WebView webView, WebView.PrivateAccess privateAccess)
    [all...]
WebViewContentsClientAdapter.java 17 package com.android.webview.chromium;
49 import android.webkit.WebView;
71 * instance. A WebViewChromium is a WebView implementation provider (that is
72 * android.webkit.WebView delegates all functionality to it) and has exactly
77 * WebView as an argument. This means that we either need to pass the
80 * allow the source WebView to be injected by ContentViewClientAdapter. We
84 // TAG is chosen for consistency with classic webview tracing.
88 // The WebView instance that this adapter is serving.
89 private final WebView mWebView;
90 // The WebViewClient instance that was passed to WebView.setWebViewClient()
    [all...]
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwPdfExporter.java 18 * Export the android webview as a PDF.
31 // Maintain a reference to the top level object (i.e. WebView) since in a common
32 // use case (offscreen webview) application may expect the framework's print manager
33 // to own the Webview (via PrintDocumentAdapter).
74 // Handle the cornercase that Webview.Destroy is called before the native side
  /packages/apps/Settings/src/com/android/settings/
SettingsSafetyLegalActivity.java 28 import android.webkit.WebView;
41 private WebView mWebView;
59 mWebView = new WebView(this);
70 public void onPageFinished(WebView view, String url) {
76 public void onReceivedError(WebView view, int errorCode,
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
EventSender.cpp 36 // callbacks into the webview. This won't work for layout tests, so instead,
56 #include "public/web/WebView.h"
337 if (webview() && pressedButton != WebMouseEvent::ButtonNone)
338 webview()->mouseCaptureLost();
373 currentDragEffect = webview()->dragTargetDragEnter(dragData, clientPoint, screenPoint, currentDragEffectsAllowed, 0);
431 webview()->layout();
445 webview()->handleInputEvent(event);
454 webview()->layout();
478 webview()->handleInputEvent(e);
490 finishDragAndDrop(e, webview()->dragTargetDragOver(clientPoint, screenPoint, currentDragEffectsAllowed, 0))
    [all...]
WebTestInterfaces.cpp 53 void WebTestInterfaces::setWebView(WebView* webView, WebTestProxyBase* proxy)
55 m_interfaces->setWebView(webView, proxy);
  /cts/tests/src/android/webkit/cts/
WebViewOnUiThread.java 38 import android.webkit.WebView.HitTestResult;
39 import android.webkit.WebView.PictureListener;
40 import android.webkit.WebView;
50 * Many tests need to run WebView code in the UI thread. This class
51 * wraps a WebView so that calls are ensured to arrive on the UI thread.
85 * The WebView that calls will be made on.
87 private WebView mWebView;
90 * Initializes the webView with a WebViewClient, WebChromeClient,
97 * @param webView The webView that the methods should call
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
AutofillPopupMenuClient.cpp 106 WebViewImpl* webView = getWebView();
107 if (!webView)
122 webView->autofillClient()->didAcceptAutofillSuggestion(WebNode(getTextField()),
131 WebViewImpl* webView = getWebView();
132 if (!webView)
137 webView->autofillClient()->didSelectAutofillSuggestion(WebNode(getTextField()),
145 WebViewImpl* webView = getWebView();
146 if (webView)
147 webView->autofillClient()->didClearAutofillSelection(WebNode(getTextField()));
202 WebViewImpl* webView = getWebView()
    [all...]
LocalFileSystemClient.cpp 63 blink::WebViewImpl* webView = webFrame->viewImpl();
64 return !webView->permissionClient() || webView->permissionClient()->allowFileSystem(webFrame);
WebEmbeddedWorkerImpl.h 47 class WebView;
88 // Both WebView and WebFrame objects are close()'ed (where they're
91 WebView* m_webView;
  /external/chromium_org/chrome/browser/extensions/api/declarative/
declarative_api.cc 13 #include "chrome/browser/guestview/webview/webview_guest.h"
33 const char kWebView[] = "webview.";
34 const char kWebViewExpectedError[] = "Webview event with Webview ID expected.";
38 // webview.onRequest.
39 // webview.OnMessage.
84 // If we are not operating on a particular <webview>, then the key is (0, 0).
  /external/chromium_org/third_party/WebKit/public/web/
WebPageSerializer.h 42 class WebView;
55 // Serializes all the frames from the WebView, retrieves the page's
59 BLINK_EXPORT static void serialize(WebView*, WebVector<Resource>*);
61 // Serializes the WebView contents to a MHTML representation.
62 BLINK_EXPORT static WebCString serializeToMHTML(WebView*);
66 BLINK_EXPORT static WebCString serializeToMHTMLUsingBinaryEncoding(WebView*);
101 BLINK_EXPORT static bool retrieveAllResources(WebView*,
  /packages/apps/Browser/src/com/android/browser/
Tab.java 62 import android.webkit.WebView;
63 import android.webkit.WebView.PictureListener;
86 * Class for maintaining Tabs with a main WebView and a subwindow.
136 // Main WebView wrapper
138 // Main WebView
139 private WebView mMainView;
142 // Subwindow WebView
143 private WebView mSubView;
145 // information needed to restore the WebView if the user goes back to the
169 // Keep the original url around to avoid killing the old WebView if the ur
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/16/changes/
pkg_android.webkit.html 84 <A NAME="WebView.FindListener"></A>
85 <nobr><A HREF="../../../../reference/android/webkit/WebView.FindListener.html" target="_top"><code><I>WebView.FindListener</I></code></A></nobr>
141 <A NAME="WebView"></A>
142 <nobr><A HREF="android.webkit.WebView.html">WebView</A></nobr>
148 <A NAME="WebView.HitTestResult"></A>
149 <nobr><A HREF="android.webkit.WebView.HitTestResult.html">WebView.HitTestResult</A></nobr>
  /frameworks/base/docs/html/sdk/api_diff/18/changes/
android.webkit.WebView.html 10 android.webkit.WebView
74 Class android.webkit.<A HREF="../../../../reference/android/webkit/WebView.html" target="_top"><font size="+2"><code>WebView</code></font></A>
86 <A NAME="android.webkit.WebView.clearView_changed()"></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebView.html#clearView()" target="_top"><code>clearView</code></A>() </nobr>
96 <A NAME="android.webkit.WebView.savePassword_changed(java.lang.String, java.lang.String, java.lang.String)"></A>
97 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebView.html#savePassword(java.lang.String, java.lang.String, java.lang.String)" target="_top"><code>savePassword</code></A>(<code>String,</nobr> String<nobr>,</nobr> String<nobr><nobr></code>) </nobr>
106 <A NAME="android.webkit.WebView.showFindDialog_changed(java.lang.String, boolean)"></A>
107 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebView.html#showFindDialog(java.lang.String, boolean)" target="_top"><code>showFindDialog</code></A>(<code>String,</nobr> boolean<nobr><nobr></code>) </nobr>
  /frameworks/base/docs/html/sdk/api_diff/5/changes/
android.webkit.WebView.html 10 android.webkit.WebView
74 Class android.webkit.<A HREF="../../../../reference/android/webkit/WebView.html" target="_top"><font size="+2"><code>WebView</code></font></A>
86 <A NAME="android.webkit.WebView.postUrl_added(java.lang.String, byte[])"></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebView.html#postUrl(java.lang.String, byte[])" target="_top"><code>postUrl</code></A>(<code>String,</nobr> byte[]<nobr><nobr></code>)</nobr>
101 <A NAME="android.webkit.WebView.getPluginList_changed()"></A>
102 <nobr><code>PluginList</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebView.html#getPluginList()" target="_top"><code>getPluginList</code></A>() </nobr>
111 <A NAME="android.webkit.WebView.refreshPlugins_changed(boolean)"></A>
112 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebView.html#refreshPlugins(boolean)" target="_top"><code>refreshPlugins</code></A>(<code>boolean</code>) </nobr>
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebHistoryItemTest.java 26 import android.webkit.WebView;
42 public synchronized void onReceivedIcon(WebView webview, Bitmap icon) {
WebViewStartupTest.java 27 import android.webkit.WebView;
63 Log.i(TAG, "done setting cookie before creating webview");
69 // Now create WebView and test that setting the cookie beforehand really worked.
  /external/chromium/webkit/glue/
mimetype_unittest.cc 10 #include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h"
30 WebFrame* frame = test_shell_->webView()->mainFrame();
82 test_shell_->webView()->mainFrame()->stopLoading();
  /external/chromium_org/android_webview/browser/
aw_browser_main_parts.cc 40 // Android WebView does not use default MessageLoop. It has its own
71 // This is needed for WebView Classic backwards compatibility
77 // Android WebView does not use default MessageLoop. It has its own
  /external/chromium_org/chrome/browser/resources/inspect/
inspect.js 366 var webview;
368 webview = JSON.parse(data['description']);
372 addWebViewDescription(row, webview);
375 row, webview, data.adbScreenWidth, data.adbScreenHeight);
378 function addWebViewDescription(row, webview) {
380 if (!webview.empty) {
381 if (webview.attached && !webview.visible)
383 else if (!webview.attached)
385 viewStatus.size = 'size ' + webview.width + ' \u00d7 ' + webview.height
    [all...]
  /external/chromium_org/content/public/common/
url_utils.h 31 // Should not be used except by Android WebView for backwards compatibility.
34 // This is for supporting legacy android apps, android webview needs to
37 // webview, increase the limit to 20M, which is a large enough value to satisfy
  /external/chromium_org/content/renderer/accessibility/
renderer_accessibility.cc 13 #include "third_party/WebKit/public/web/WebView.h"
18 using blink::WebView;
36 WebView* view = render_view()->GetWebView();
  /external/chromium_org/content/renderer/
savable_resources.h 18 class WebView;
54 // Get all savable resource links from current webview, include main frame
59 blink::WebView* view,
  /external/chromium_org/third_party/WebKit/Source/web/tests/
RenderTableCellTest.cpp 33 #include "WebView.h"
53 s_webViewHelper->webView()->setFocus(true);
63 return toWebFrameImpl(s_webViewHelper->webView()->mainFrame())->frame()->document();

Completed in 1562 milliseconds

<<11121314151617181920>>