Lines Matching refs:WebView
97 #include "third_party/WebKit/public/web/WebView.h"
113 using blink::WebView;
1057 // Note: webView not webview so that this doesn't interfere with the
1058 // chrome.webview API bindings.
1059 source_map_.RegisterSource("webView", IDR_WEB_VIEW_JS);
1194 // the <webview> tag, because the "denyWebView" module will affect the
1196 // We used to limit WebView to |BLESSED_EXTENSION_CONTEXT| within platform
1199 // frame. To support webview in a non-frame extension, we have to allow
1203 // Note: setting up the WebView class here, not the chrome.webview API.
1206 module_system->Require("webView");
1210 // TODO(asargent) We need a whitelist for webview experimental.
1390 blink::WebCustomElement::addEmbedderCustomElementName("webview");