Searched defs:WebView (Results 1 - 6 of 6) sorted by relevance

/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.
/external/chromium_org/chrome/renderer/resources/extensions/
H A Dweb_view.js112 addTagWatcher('WEBVIEW', function(addedNode) { new WebView(addedNode); }); class
115 WebView.prototype.entryCount_;
118 WebView.prototype.currentEntryIndex_;
121 WebView.prototype.processId_;
126 function WebView(webviewNode) {
145 WebView.prototype.createBrowserPluginNode_ = function() {
173 WebView.prototype.setupFocusPropagation_ = function() {
195 WebView.prototype.setupWebviewNodeMethods_ = function() {
261 WebView.prototype.setupWebviewNodeProperties_ = function() {
296 WebView
[all...]
H A Dweb_view_experimental.js18 var WebView = require('webView').WebView; variable
34 WebView.prototype.maybeSetupExperimentalAPI_ = function() {
41 WebView.prototype.setupWebRequestEvents_ = function() {
92 WebView.prototype.maybeSetupExtDialogEvent_ = function(event, webviewEvent) {
173 WebView.prototype.maybeGetWebviewExperimentalExtEvents_ = function() {
29 WebView.prototype.maybeSetupExperimentalAPI_ = function() { class
/external/chromium_org/third_party/WebKit/public/web/
H A DWebView.h70 class WebView : public WebWidget { class in namespace:WebKit
93 // Creates a WebView that is NOT yet initialized. You will need to
96 WEBKIT_EXPORT static WebView* create(WebViewClient*);
98 // After creating a WebView, you should immediately call this method.
117 // The returned pointer is valid for the lifetime of the WebView.
125 // Makes the WebView transparent. This is useful if you want to have
130 // Sets the base color used for this WebView's background. This is in effect
149 // Controls the WebView's active state, which may affect the rendering
207 // Advance the focus of the WebView forward to the next element or to the
279 // Save the WebView'
[all...]
/external/chromium_org/ui/views/controls/webview/
H A Dwebview.h25 class WEBVIEW_EXPORT WebView : public View, class in namespace:views
32 explicit WebView(content::BrowserContext* browser_context);
33 virtual ~WebView();
35 // This creates a WebContents if none is yet associated with this WebView. The
36 // WebView owns this implicitly created WebContents.
39 // Creates a WebContents if none is yet assocaited with this WebView, with the
40 // specified site instance. The WebView owns this WebContents.
43 // WebView does not assume ownership of WebContents set via this method, only
60 // WebView's bounds change (default).
134 DISALLOW_COPY_AND_ASSIGN(WebView);
[all...]
H A Dwebview.cc29 const char WebView::kViewClassName[] = "WebView";
32 // WebView, public:
34 WebView::WebView(content::BrowserContext* browser_context) function in class:views::WebView
43 WebView::~WebView() {
47 content::WebContents* WebView::GetWebContents() {
52 void WebView::CreateWebContentsWithSiteInstance(
62 void WebView
[all...]

Completed in 297 milliseconds