Searched refs:columnsToWidth_ (Results 1 – 1 of 1) sorted by relevance
1256 columnsToWidth_: function(columns) { method in PodRow1280 while (maxWidth < this.columnsToWidth_(columns) && columns > 1)1287 while (maxWidth >= this.columnsToWidth_(columns + 1) &&1306 this.columnsToWidth_(columns), this.rowsToHeight_(rows));