Lines Matching defs:WebViewInternal

13 // TODO(lazyboy): Rename this to WebViewInternal and call WebViewInternal
81 WebViewInternal.maybeRegisterExperimentalAPIs = function(proto) {}
86 function WebViewInternal(webviewNode) {
122 WebViewInternal.prototype.createBrowserPluginNode = function() {
125 var browserPluginNode = new WebViewInternal.BrowserPlugin();
130 WebViewInternal.prototype.getGuestInstanceId = function() {
137 WebViewInternal.prototype.reset = function() {
155 WebViewInternal.prototype.setRequestPropertyOnWebViewNode = function(request) {
166 WebViewInternal.prototype.setupFocusPropagation = function() {
188 WebViewInternal.prototype.back = function() {
195 WebViewInternal.prototype.forward = function() {
202 WebViewInternal.prototype.canGoBack = function() {
209 WebViewInternal.prototype.canGoForward = function() {
217 WebViewInternal.prototype.clearData = function() {
228 WebViewInternal.prototype.getProcessId = function() {
235 WebViewInternal.prototype.go = function(relativeIndex) {
245 WebViewInternal.prototype.print = function() {
252 WebViewInternal.prototype.reload = function() {
262 WebViewInternal.prototype.stop = function() {
272 WebViewInternal.prototype.terminate = function() {
282 WebViewInternal.prototype.validateExecuteCodeCall = function() {
293 WebViewInternal.prototype.executeScript = function(var_args) {
307 WebViewInternal.prototype.insertCSS = function(var_args) {
318 WebViewInternal.prototype.setupAutoSizeProperties = function() {
336 WebViewInternal.prototype.setupWebviewNodeProperties = function() {
408 WebViewInternal.prototype.setupWebviewNodeAttributes = function() {
415 WebViewInternal.prototype.setupWebViewSrcAttributeMutationObserver =
443 WebViewInternal.prototype.handleWebviewAttributeMutation =
539 WebViewInternal.prototype.handleBrowserPluginAttributeMutation =
570 WebViewInternal.prototype.onSizeChanged = function(webViewEvent) {
632 WebViewInternal.prototype.isPluginInRenderTree = function() {
636 WebViewInternal.prototype.hasNavigated = function() {
641 WebViewInternal.prototype.parseSrcAttribute = function(result) {
670 WebViewInternal.prototype.parseAttributes = function() {
677 WebViewInternal.prototype.hasGuestInstanceID = function() {
681 WebViewInternal.prototype.allocateInstanceId = function() {
697 WebViewInternal.prototype.onFrameNameChanged = function(name) {
706 WebViewInternal.prototype.onPluginDestroyed = function() {
710 WebViewInternal.prototype.dispatchEvent = function(webViewEvent) {
718 WebViewInternal.prototype.setupEventProperty = function(eventName) {
736 WebViewInternal.prototype.onLoadCommit = function(
754 WebViewInternal.prototype.onAttach = function(storagePartitionId) {
761 WebViewInternal.prototype.getUserAgent = function() {
766 WebViewInternal.prototype.isUserAgentOverridden = function() {
772 WebViewInternal.prototype.setUserAgentOverride = function(userAgentOverride) {
783 WebViewInternal.prototype.find = function(search_text, options, callback) {
791 WebViewInternal.prototype.stopFinding = function(action) {
799 WebViewInternal.prototype.setZoom = function(zoomFactor, callback) {
806 WebViewInternal.prototype.getZoom = function(callback) {
813 WebViewInternal.prototype.buildAttachParams = function(isNewWindow) {
833 WebViewInternal.prototype.attachWindow = function(guestInstanceId,
878 WebViewInternal.BrowserPlugin =
893 new WebViewInternal(this);
947 // Forward proto.foo* method calls to WebViewInternal.foo*.
958 WebViewInternal.maybeRegisterExperimentalAPIs(proto);
985 WebViewInternal.prototype.maybeGetChromeWebViewEvents = function() {};
991 WebViewInternal.prototype.maybeSetupChromeWebViewEvents = function() {};
997 WebViewInternal.prototype.maybeGetExperimentalEvents = function() {};
1003 WebViewInternal.prototype.maybeGetExperimentalPermissions = function() {
1011 WebViewInternal.prototype.setupExperimentalContextMenus = function() {
1015 exports.WebViewInternal = WebViewInternal;