Lines Matching refs:containerWidth
27820 this.wot.wtViewport.containerWidth = null;
27852 this.wot.wtViewport.containerWidth = null;
28505 this.containerWidth = NaN;
28636 if (this.containerWidth) {
28637 return this.containerWidth;
28649 this.containerWidth = fillWidth;
28776 var containerWidth = this.getWorkspaceWidth();
28779 if (containerWidth === Infinity) {
28780 return containerWidth;
28785 return containerWidth - rowHeaderWidth;
28788 return containerWidth;