Searched defs:WebViewInternal (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/renderer/resources/extensions/
H A Dweb_view.js80 WebViewInternal.maybeRegisterExperimentalAPIs = function(proto) {}
85 function WebViewInternal(webviewNode) { class
120 WebViewInternal.prototype.createBrowserPluginNode = function() {
123 var browserPluginNode = new WebViewInternal.BrowserPlugin();
145 WebViewInternal.prototype.getInstanceId = function() {
152 WebViewInternal.prototype.resetUponReattachment = function() {
160 WebViewInternal.prototype.setRequestPropertyOnWebViewNode = function(request) {
171 WebViewInternal.prototype.setupFocusPropagation = function() {
193 WebViewInternal.prototype.back = function() {
200 WebViewInternal
[all...]
H A Dweb_view_experimental.js17 var WebViewInternal = require('webView').WebViewInternal; variable
126 WebViewInternal.prototype.maybeHandleContextMenu = function(e, webViewEvent) {
167 WebViewInternal.prototype.setZoom = function(zoomFactor) {
174 WebViewInternal.prototype.maybeGetExperimentalEvents = function() {
179 WebViewInternal.prototype.maybeGetExperimentalPermissions = function() {
184 WebViewInternal.prototype.maybeSetCurrentZoomFactor =
190 WebViewInternal.prototype.setZoom = function(zoomFactor, callback) {
197 WebViewInternal.prototype.getZoom = function(callback) {
205 WebViewInternal
123 WebViewInternal.prototype.maybeHandleContextMenu = function(e, webViewEvent) { class
[all...]

Completed in 87 milliseconds