Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/cocoa/autofill/
Dautofill_overlay_controller.mm39 - (CGFloat)heightForWidth:(CGFloat)width;
89 - (CGFloat)heightForWidth:(CGFloat)width {
162 - (CGFloat)heightForWidth:(int)width {
164 [messageView_ heightForWidth:width] +
176 int messageHeight = [messageView_ heightForWidth:NSWidth(bounds)];
Dautofill_overlay_controller.h36 - (CGFloat)heightForWidth:(int)width;
Dautofill_dialog_window_controller.mm272 size.height = [overlayController_ heightForWidth:size.width];
/external/chromium_org/chrome/browser/resources/ntp4/
Dsuggestions_page.js207 this.style.height = heightForWidth(size) + 'px';
272 function heightForWidth(width) { function
380 heightForWidth: heightForWidth, property in SuggestionsPage
Dmost_visited_page.js228 this.style.height = toCssPx(heightForWidth(size));
292 function heightForWidth(width) { function
400 heightForWidth: heightForWidth, property in MostVisitedPage
Dtile_page.js843 var rowHeight = this.heightForWidth(realTileValues.tileWidth) +
909 var animatedY = row * (this.heightForWidth(animatedTileValues.tileWidth) +
1206 heightForWidth: function(width) { method in TilePage