Home
last modified time | relevance | path

Searched refs:isNewWindow (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/renderer/resources/extensions/
Dweb_view.js514 self.deferredAttachState.isNewWindow);
737 WebViewInternal.prototype.buildAttachParams = function(isNewWindow) { argument
743 'src': isNewWindow ? undefined : this.src,
752 WebViewInternal.prototype.attachWindow = function(instanceId, isNewWindow) { argument
754 var params = this.buildAttachParams(isNewWindow);
759 this.deferredAttachState = {isNewWindow: isNewWindow}; property