Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/resources/ntp4/
Dmost_visited_page.js173 this.style.height = heightForWidth(size) + 'px';
199 function heightForWidth(width) { function
274 heightForWidth: heightForWidth, property in MostVisitedPage
Dtile_page.js155 var animatedY = row * (this.heightForWidth(animatedTileValues.tileWidth) +
170 var realY = row * (this.heightForWidth(realTileValues.tileWidth) +
203 heightForWidth: function(width) { method in TilePage