Searched
full:webview (Results
301 -
325 of
1190) sorted by null
<<11121314151617181920>>
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
RenderTableRowTest.cpp | 33 #include "WebView.h" 53 s_webViewHelper->webView()->setFocus(true); 63 return toWebFrameImpl(s_webViewHelper->webView()->mainFrame())->frame()->document();
|
WebSearchableFormDataTest.cpp | 69 WebView* webView = m_webViewHelper.initializeAndLoad(m_baseURL + "search_form.html"); 72 webView->mainFrame()->document().forms(forms);
|
/frameworks/base/core/java/android/webkit/ |
WebBackForwardList.java | 22 * This class contains the back/forward list for a WebView. 23 * WebView.copyBackForwardList() will return a copy of this class used to 71 * WebView. This creates a copy that should never be modified by any of the
|
/frameworks/base/tools/layoutlib/bridge/src/com/google/android/maps/ |
MapView.java | 37 * Construct a new WebView with a Context object. 45 * Construct a new WebView with layout parameters. 54 * Construct a new WebView with layout parameters and a default style.
|
/packages/apps/Browser/src/com/android/browser/ |
BrowserWebView.java | 25 import android.webkit.WebView; 31 * Manage WebView scroll events 33 public class BrowserWebView extends WebView {
|
NetworkStateHandler.java | 26 import android.webkit.WebView; 104 WebView w = mController.getCurrentWebView(); 115 WebView w = mController.getCurrentWebView();
|
UI.java | 28 import android.webkit.WebView; 69 public void onSetWebView(Tab tab, WebView view); 71 public void createSubWindow(Tab tab, WebView subWebView);
|
/external/chromium_org/android_webview/browser/ |
aw_content_browser_client.cc | 153 NOTREACHED() << "Failed to get app data directory for Android WebView"; 185 // If WebView becomes multi-process capable, this may be insecure. 229 NOTREACHED() << "Android WebView does not support multi-process yet"; 250 // WebView doesn't have a per-site policy for locally stored data, 293 // Android WebView does not yet support web workers. 301 // Android WebView does not yet support web workers. 310 // Android WebView does not yet support web workers. 352 << " rejected. (Client certificates not supported in WebView)"; 361 // Android WebView does not support notifications, so return Denied here. 370 NOTREACHED() << "Android WebView does not support desktop notifications." [all...] |
aw_download_manager_delegate.h | 12 // Android WebView does not use Chromium downloads, so implement methods here to
|
aw_quota_permission_context.cc | 26 // Android WebView only uses quota::kStorageTypeTemporary type of storage
|
scoped_allow_wait_for_legacy_web_view_api.h | 11 // webview: it is required where API backward compatibility demands that the UI
|
/frameworks/webview/chromium/java/com/android/webview/chromium/ |
WebViewChromium.java | 17 package com.android.webview.chromium; 53 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...] |
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
app_codelab8_webresources.html | 14 to securely render third-party content in the <code><webview></code> tag. 15 A <a href="webview_tag.html">webview</a> 19 <p>The <code>webview</code> has a very simple API. 23 <li> Change the URL of the <code>webview</code>.</li> 25 <li> Check if the <code>webview</code> has finished loading and if it is possible, go back and forward in the history stack.</li> 29 in the drag-and-drop operations in a <code>webview</code> when the user clicks on a link.</p> 33 <p>Request a new permission, "webview", in the manifest. 39 "permissions": ["storage", "webview"] 44 <p>Add a <code><webview></code> tag and a link to the view: 59 <webview></webview> [all...] |
/external/chromium_org/android_webview/common/ |
aw_switches.h | 20 // Maximum number of gralloc allocations per webview.
|
url_constants.cc | 21 const char kAndroidWebViewVideoPosterScheme[] = "android-webview-video-poster";
|
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
StandaloneAwQuotaManagerBridgeTest.java | 13 * use case that user calls WebStorage getInstance() without WebView.
|
/external/chromium_org/ash/screensaver/ |
screensaver_view.cc | 16 #include "ui/views/controls/webview/webview.h" 114 // Add the WebView to our view. 128 screensaver_webview_ = new views::WebView(context);
|
/external/chromium_org/chrome/browser/resources/chromeos/genius_app/ |
manifest.json | 27 "webview",
|
/external/chromium_org/chrome/renderer/prerender/ |
prerenderer_client.cc | 10 #include "third_party/WebKit/public/web/WebView.h"
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
platform_app.css | 18 webview, adview {
|
/external/chromium_org/chrome/renderer/ |
webview_color_overlay.h | 18 // This class draws the given color on a PageOverlay of a WebView.
|
/external/chromium_org/chrome/test/ext_auto/auto_provider/ |
manifest.json | 82 "webview"
|
/external/chromium_org/content/shell/renderer/ |
shell_render_view_observer.cc | 12 #include "third_party/WebKit/public/web/WebView.h"
|
/external/chromium_org/third_party/libjingle/source/talk/examples/android/assets/ |
channel.html | 7 |androidMessageHandler|, which is expected to be injected into the WebView
|
/external/chromium_org/third_party/libjingle/source/talk/examples/ios/AppRTCDemo/ |
GAEChannelClient.m | 35 @property(nonatomic, strong) UIWebView *webView; 42 @synthesize webView = _webView; 70 - (BOOL)webView:(UIWebView *)webView
|
Completed in 456 milliseconds
<<11121314151617181920>>