Searched refs:isNewWindow (Results 1 – 1 of 1) sorted by relevance
514 self.deferredAttachState.isNewWindow);737 WebViewInternal.prototype.buildAttachParams = function(isNewWindow) { argument743 'src': isNewWindow ? undefined : this.src,752 WebViewInternal.prototype.attachWindow = function(instanceId, isNewWindow) { argument754 var params = this.buildAttachParams(isNewWindow);759 this.deferredAttachState = {isNewWindow: isNewWindow}; property