/external/chromium_org/content/renderer/ |
text_input_client_observer.h | 15 class WebView; 34 // Returns the WebView of the RenderView. 35 blink::WebView* webview();
|
text_input_client_observer.cc | 16 #include "third_party/WebKit/public/web/WebView.h" 42 blink::WebView* TextInputClientObserver::webview() { function in class:content::TextInputClientObserver 48 size_t index = webview()->focusedFrame()->characterIndexForPoint(web_point); 61 blink::WebFrame* frame = webview()->focusedFrame(); 75 blink::WebFrame* frame = webview()->focusedFrame();
|
/external/chromium_org/ui/views/controls/webview/ |
unhandled_keyboard_event_handler.cc | 5 #include "ui/views/controls/webview/unhandled_keyboard_event_handler.h"
|
webview.h | 13 #include "ui/views/controls/webview/webview_export.h" 24 class WEBVIEW_EXPORT WebView : public View, 30 explicit WebView(content::BrowserContext* browser_context); 31 virtual ~WebView(); 33 // This creates a WebContents if none is yet associated with this WebView. The 34 // WebView owns this implicitly created WebContents. 37 // Creates a WebContents if none is yet assocaited with this WebView, with the 38 // specified site instance. The WebView owns this WebContents. 41 // WebView does not assume ownership of WebContents set via this method, only 45 // If |mode| is true, WebView will register itself with WebContents as [all...] |
/external/robolectric/src/test/resources/res/layout/ |
webview_holder.xml | 10 <WebView
|
/frameworks/base/tests/WebViewTests/src/com/android/webviewtests/ |
WebViewStubActivity.java | 23 import android.webkit.WebView; 26 private WebView mWebView; 32 mWebView = (WebView) findViewById(R.id.web_page); 35 public WebView getWebView() {
|
/external/chromium_org/chrome/browser/guestview/webview/ |
plugin_permission_helper.cc | 5 #include "chrome/browser/guestview/webview/plugin_permission_helper.h" 7 #include "chrome/browser/guestview/webview/webview_guest.h" 8 #include "chrome/browser/guestview/webview/webview_permission_types.h" 59 WebViewGuest* webview = WebViewGuest::FromWebContents(web_contents()); local 60 if (!webview) 66 webview->RequestPermission(static_cast<BrowserPluginPermissionType>( 74 content::UserMetricsAction("WebView.Guest.PluginLoadRequest"));
|
webview_guest.cc | 5 #include "chrome/browser/guestview/webview/webview_guest.h" 15 #include "chrome/browser/guestview/webview/webview_constants.h" 16 #include "chrome/browser/guestview/webview/webview_permission_types.h" 36 #include "chrome/browser/guestview/webview/plugin_permission_helper.h" 68 return webview::kPermissionTypeDownload; 70 return webview::kPermissionTypeGeolocation; 72 return webview::kPermissionTypeMedia; 74 return webview::kPermissionTypeNewWindow; 76 return webview::kPermissionTypePointerLock; 78 return webview::kPermissionTypeDialog 83 WebViewPermissionType webview = static_cast<WebViewPermissionType>(type); local [all...] |
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
TouchActionTest.cpp | 39 #include "WebView.h" 122 void sendTouchEvent(WebView*, WebInputEvent::Type, WebCore::IntPoint clientPoint); 123 WebView* setupTest(std::string file, TouchActionTrackingWebViewClient&); 124 void runTestOnTree(WebCore::Node* root, WebView*, TouchActionTrackingWebViewClient&); 134 WebView* webView = setupTest(file, client); 136 RefPtr<WebCore::Document> document = static_cast<PassRefPtr<WebCore::Document> >(webView->mainFrame()->document()); 137 runTestOnTree(document.get(), webView, client); 144 WebView* webView = setupTest(file, client) [all...] |
/external/chromium_org/third_party/WebKit/Source/web/ |
FrameLoaderClientImpl.cpp | 152 WebViewImpl* webview = m_webFrame->viewImpl(); local 153 if (webview->devToolsAgentPrivate()) 154 webview->devToolsAgentPrivate()->didCreateScriptContext(m_webFrame, worldId); 172 WebViewImpl* webview = m_webFrame->viewImpl(); 173 if (webview && webview->permissionClient()) 174 return webview->permissionClient()->allowScriptExtension(m_webFrame, extensionName, extensionGroup, worldId); 190 WebViewImpl* webview = m_webFrame->viewImpl(); 191 if (webview && webview->permissionClient() 262 WebViewImpl* webview = m_webFrame->viewImpl(); local 272 WebViewImpl* webview = m_webFrame->viewImpl(); local 497 WebViewImpl* webview = m_webFrame->viewImpl(); local 504 WebViewImpl* webview = m_webFrame->viewImpl(); local 514 WebViewImpl* webview = m_webFrame->viewImpl(); local 531 WebViewImpl* webview = m_webFrame->viewImpl(); local [all...] |
/frameworks/base/docs/html/sdk/api_diff/11/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> 85 <A NAME="android.webkit.WebView.ctor_added(android.content.Context, android.util.AttributeSet, int, boolean)"></A> 86 <nobr><A HREF="../../../../reference/android/webkit/WebView.html#WebView(android.content.Context, android.util.AttributeSet, int, boolean)" target="_top"><code>WebView</code></A>(<code>Context,</nobr> AttributeSet<nobr>,</nobr> int<nobr>,</nobr> boolean<nobr><nobr></code>)</nobr> 101 <A NAME="android.webkit.WebView.canZoomIn_added()"></A> 102 <nobr><code>boolean</code> <A HREF="../../../../reference/android/webkit/WebView.html#canZoomIn()" target="_top"><code>canZoomIn</code></A>()</nobr> 108 <A NAME="android.webkit.WebView.canZoomOut_added()"></A [all...] |
/external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/ |
GAEChannelClient.java | 36 import android.webkit.WebView; 49 private WebView webView; 69 webView = new WebView(activity); 70 webView.getSettings().setJavaScriptEnabled(true); 71 webView.setWebChromeClient(new WebChromeClient() { // Purely for debugging. 78 webView.setWebViewClient(new WebViewClient() { // Purely for debugging. 80 WebView view, int errorCode, String description, 88 webView.addJavascriptInterface [all...] |
/frameworks/base/core/java/android/webkit/ |
WebSettings.java | 22 * Manages settings state for a WebView. When a WebView is first created, it 25 * WebView.getSettings() is tied to the life of the WebView. If a WebView has 90 * Enum for specifying the WebView's desired density. 208 * Sets whether the WebView should support zooming using its on-screen zoom 211 * affect zooming performed using the {@link WebView#zoomIn()} and 212 * {@link WebView#zoomOut()} methods. The default is true. 214 * @param support whether the WebView should support zoo [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
PrintHtmlOffScreen.java | 30 import android.webkit.WebView; 37 * from a {@link WebView} which is not shown on the screen. 41 * is not on the screen is printed via an off-screen {@link WebView}. 45 * @see WebView 49 private WebView mWebView; 74 // Create a WebView and hold on to it as the printing will start when 76 mWebView = new WebView(this); 81 public void onPageFinished(WebView view, String url) { 123 // and destroy the WebView as it is expensive to keep around.
|
/frameworks/base/tools/layoutlib/bridge/src/android/webkit/ |
WebView.java | 30 * Mock version of the WebView. 31 * Only non override public methods from the real WebView have been added in there. 37 public class WebView extends MockView { 40 * Construct a new WebView with a Context object. 43 public WebView(Context context) { 48 * Construct a new WebView with layout parameters. 52 public WebView(Context context, AttributeSet attrs) { 57 * Construct a new WebView with layout parameters and a default style. 62 public WebView(Context context, AttributeSet attrs, int defStyle) {
|
/external/chromium_org/ash/screensaver/ |
screensaver_view.h | 19 class WebView; 33 base::Callback<views::WebView*(content::BrowserContext*)> WebViewFactory; 65 // Load the screensaver in the WebView's webcontent. If the webcontents 66 // don't exist, they'll be created by WebView. 83 views::WebView* screensaver_webview_; 85 // Window that holds the screensaver webview.
|
/external/chromium_org/chrome/test/chromedriver/ |
alert_commands.cc | 21 WebView* web_view = NULL; 44 WebView* web_view, 54 WebView* web_view, 68 WebView* web_view, 84 WebView* web_view, 95 WebView* web_view,
|
/frameworks/base/docs/html/sdk/api_diff/17/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> 85 <A NAME="android.webkit.WebView.ctor_changed(android.content.Context, android.util.AttributeSet, int, boolean)"></A> 86 <nobr><A HREF="../../../../reference/android/webkit/WebView.html#WebView(android.content.Context, android.util.AttributeSet, int, boolean)" target="_top"><code>WebView</code></A>(<code>Context,</nobr> AttributeSet<nobr>,</nobr> int<nobr>,</nobr> boolean<nobr><nobr></code>) </nobr> 104 <A NAME="android.webkit.WebView.debugDump_removed()"></A> 111 <A NAME="android.webkit.WebView.disablePlatformNotifications_removed()"></A> 118 <A NAME="android.webkit.WebView.emulateShiftHeld_removed()"></A [all...] |
/packages/apps/Browser/src/com/android/browser/ |
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...] |
/packages/apps/HTMLViewer/src/com/android/htmlviewer/ |
HTMLViewerActivity.java | 28 import android.webkit.WebView; 37 * Wraps a WebView widget within an Activity. When launched, it uses the 38 * URI from the intent as the URL to load into the WebView. 39 * It supports all URLs schemes that a standard WebView supports, as well as 41 * The WebView default settings are used with the exception of normal layout 50 * The WebView that is placed in this Activity 52 private WebView mWebView; 69 // BrowserFrame by WebView. As it is called in WebCore thread, it can 76 mWebView = new WebView(this); 82 // Configure the webview [all...] |
/frameworks/base/docs/html/sdk/api_diff/12/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.getPluginList_removed()"></A> 93 <A NAME="android.webkit.WebView.refreshPlugins_removed(boolean)"></A> 108 <A NAME="android.webkit.WebView.debugDump_changed()"></A> 109 <nobr><code>void</code> <A HREF="../../../../reference/android/webkit/WebView.html#debugDump()" target="_top"><code>debugDump</code></A>() </nobr> 118 <A NAME="android.webkit.WebView.disablePlatformNotifications_changed()"></A> 119 <nobr><code>void</code> <A HREF="../../../../reference/android/webkit/WebView.html#disablePlatformNotifications()" target="_top"><code>disablePlatformNotifications</code></A>() </nobr> 128 <A NAME="android.webkit.WebView.emulateShiftHeld_changed()"></A [all...] |
/developers/build/templates/create/_MODULE_/ |
proguard-project.txt | 15 # If your project uses WebView with JS, uncomment the following 18 #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
|
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGattSample/ |
proguard-project.txt | 15 # If your project uses WebView with JS, uncomment the following 18 #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
|
/developers/samples/android/connectivity/network/BasicNetworking/BasicNetworkingSample/ |
proguard-project.txt | 15 # If your project uses WebView with JS, uncomment the following 18 #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
|
/developers/samples/android/connectivity/network/NetworkConnect/NetworkConnectSample/ |
proguard-project.txt | 15 # If your project uses WebView with JS, uncomment the following 18 #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
|