Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/resources/chromeos/login/
Duser_pod_row.js1256 columnsToWidth_: function(columns) { method in PodRow
1280 while (maxWidth < this.columnsToWidth_(columns) && columns > 1)
1287 while (maxWidth >= this.columnsToWidth_(columns + 1) &&
1306 this.columnsToWidth_(columns), this.rowsToHeight_(rows));