Home | History | Annotate | Download | only in extensions

Lines Matching full:webview

94 #include "third_party/WebKit/public/web/WebView.h"
106 using WebKit::WebView;
988 // Note: webView not webview so that this doesn't interfere with the
989 // chrome.webview API bindings.
990 source_map_.RegisterSource("webView", IDR_WEB_VIEW_JS);
1117 // Only platform apps support the <webview> tag, because the "webView" and
1122 // Note: setting up the WebView class here, not the chrome.webview API.
1125 module_system->Require("webView");
1133 // TODO(asargent) We need a whitelist for webview experimental.
1307 WebKit::WebCustomElement::allowTagName("webview");