HomeSort by relevance Sort by last modified time
    Searched defs:WebView (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/chrome/test/chromedriver/chrome/
web_view.h 30 class WebView {
32 virtual ~WebView() {}
34 // Return the id for this WebView.
  /external/chromium_org/third_party/WebKit/public/web/
WebView.h 69 class WebView : public WebWidget {
85 // Creates a WebView that is NOT yet initialized. You will need to
88 BLINK_EXPORT static WebView* create(WebViewClient*);
90 // After creating a WebView, you should immediately call this method.
104 // The returned pointer is valid for the lifetime of the WebView.
112 // Makes the WebView transparent. This is useful if you want to have
117 // Sets the base color used for this WebView's background. This is in effect
136 // Controls the WebView's active state, which may affect the rendering
149 // Marks the WebView as being opened by a DOM call. This is relevant
185 // Advance the focus of the WebView forward to the next element or to th
    [all...]
  /external/chromium_org/ui/views/controls/webview/
webview.h 13 #include "ui/views/controls/webview/webview_export.h"
20 // Provides a view of a WebContents instance. WebView can be used standalone,
25 // WebView creates and owns a single child view, a NativeViewHost, which will
28 // EmbedFullscreenWidgetMode: When enabled, WebView will observe for WebContents
31 // being screen-captured, the view will be centered within WebView, sized to
34 class WEBVIEW_EXPORT WebView : public View,
40 explicit WebView(content::BrowserContext* browser_context);
41 virtual ~WebView();
43 // This creates a WebContents if none is yet associated with this WebView. The
44 // WebView owns this implicitly created WebContents
    [all...]
webview.cc 5 #include "ui/views/controls/webview/webview.h"
26 const char WebView::kViewClassName[] = "WebView";
29 // WebView, public:
31 WebView::WebView(content::BrowserContext* browser_context)
41 WebView::~WebView() {
46 content::WebContents* WebView::GetWebContents()
    [all...]
  /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 &lt;WebView&gt;} in your layout,
91 * or set the entire Activity window as a WebView during {@link
94 * WebView webview = new WebView(this)
    [all...]
  /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/chrome/renderer/resources/extensions/
web_view_events.js 15 var WebView = require('webview').WebView;
22 var FrameNameChangedEvent = CreateEvent('webview.onFrameNameChanged');
23 var WebRequestMessageEvent = CreateEvent('webview.onMessage');
25 // WEB_VIEW_EVENTS is a map of stable <webview> DOM event names to their
30 // accessible to <webview> developers.
41 evt: CreateEvent('webview.onClose'),
45 evt: CreateEvent('webview.onConsoleMessage'),
49 evt: CreateEvent('webview.onContentLoad')
    [all...]
web_view_experimental.js 5 // This module implements experimental API for <webview>.
8 // <webview> Experimental API is only available on canary and dev channels of
16 var WebView = require('webView').WebView;
17 var WebViewInternal = require('webView').WebViewInternal;
18 var WebViewSchema = requireNative('schema_registry').GetSchema('webview');
22 // WEB_VIEW_EXPERIMENTAL_EVENTS is a map of experimental <webview> DOM event
27 // accessible to <webview> developers.
38 evt: CreateEvent('webview.onFindReply')
    [all...]
web_view.js 5 // This module implements Webview (<webview>) as a custom element that wraps a
7 // the shadow DOM of the Webview element.
13 var WebView = require('webview').WebView;
150 * Resets some state upon reattaching <webview> element to the DOM.
159 // Sets <webview>.request property.
173 // <webview> needs a tabIndex in order to be focusable.
175 // to allow <webview> to be focusable
    [all...]
  /packages/apps/Browser/src/com/android/browser/
Controller.java 81 import android.webkit.WebView;
324 WebView webView = t.getWebView();
328 webView.setInitialScale(scale);
401 public void onSetWebView(Tab tab, WebView view) {
408 WebView mainView = tab.getWebView();
409 WebView subView = mFactory.createWebView((mainView == null)
489 WebView view = (WebView) focusNodeMap.get("webview");
1270 final WebView webview = (WebView) v; local
    [all...]
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 460 milliseconds

1 2