Searched refs:webviewNode (Results 1 – 2 of 2) sorted by relevance
85 function WebViewInternal(webviewNode) { argument86 privates(webviewNode).internal = this;87 this.webviewNode = webviewNode;102 var shadowRoot = this.webviewNode.createShadowRoot();129 if (this.webviewNode.hasAttribute(attributeName)) {131 attributeName, this.webviewNode.getAttribute(attributeName));132 } else if (this.webviewNode[attributeName]){138 attributeName, this.webviewNode[attributeName]);162 this.webviewNode,172 if (!this.webviewNode.hasAttribute('tabIndex')) {[all …]
149 var webviewNode = this.webviewNode;150 var defaultPrevented = !webviewNode.dispatchEvent(webViewEvent);285 this.webviewNode,