Searched refs:solutionWidth (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBoxModelObject.cpp339 // Two possible solutions: (size.width(), solutionHeight) or (solutionWidth, size.height())
342 int solutionWidth = resolveWidthForRatio(size.height(), intrinsicRatio); local
344 if (solutionWidth <= size.width()) {
347 int areaOne = solutionWidth * size.height();
351 return IntSize(solutionWidth, size.height());
355 return IntSize(solutionWidth, size.height());

Completed in 79 milliseconds