Searched defs:WebView (Results 1 - 9 of 9) sorted by last modified time

/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/WebKit/public/web/
H A DWebView.h70 class WebView : public WebWidget { class in namespace:blink
86 // Creates a WebView that is NOT yet initialized. You will need to
89 BLINK_EXPORT static WebView* create(WebViewClient*);
91 // After creating a WebView, you should immediately call this method.
106 // The returned pointer is valid for the lifetime of the WebView.
114 // Makes the WebView transparent. This is useful if you want to have
119 // Sets the base color used for this WebView's background. This is in effect
138 // Controls the WebView's active state, which may affect the rendering
151 // Marks the WebView as being opened by a DOM call. This is relevant
187 // Advance the focus of the WebView forwar
[all...]
/external/chromium_org/ui/views/controls/webview/
H A Dwebview.cc27 const char WebView::kViewClassName[] = "WebView";
30 // WebView, public:
32 WebView::WebView(content::BrowserContext* browser_context) function in class:views::WebView
42 WebView::~WebView() {
47 content::WebContents* WebView::GetWebContents() {
56 void WebView::SetWebContents(content::WebContents* replacement) {
75 void WebView
[all...]
H A Dwebview.h20 // 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, class in namespace:views
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.
47 // WebView doe
[all...]
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/extensions/renderer/resources/
H A Dweb_view.js15 var WebView = require('webViewInternal').WebView; variable
222 $Function.apply(WebView.clearData, null, args);
239 WebView.go(this.guestInstanceId, relativeIndex);
256 WebView.reload(this.guestInstanceId);
266 WebView.stop(this.guestInstanceId);
276 WebView.terminate(this.guestInstanceId);
301 $Function.apply(WebView.executeScript, null, args);
315 $Function.apply(WebView.insertCSS, null, args);
484 WebView
[all...]
H A Dweb_view_events.js9 var WebView = require('webViewInternal').WebView; variable
249 WebView.setPermission(getGuestInstanceId(), requestId, 'allow',
254 WebView.setPermission(getGuestInstanceId(), requestId, 'deny');
272 WebView.setPermission(
283 WebView.setPermission(
373 WebView.setPermission(
385 WebView.setPermission(guestInstanceId, requestId, 'deny');
410 WebView.setPermission(
421 WebView
[all...]
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dweb_view.h30 class WebView { class
32 virtual ~WebView() {}
34 // Return the id for this WebView.

Completed in 198 milliseconds