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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFrameSet.cpp235 int remainingFixed = remainingLen; local
239 gridLayout[i] = (gridLayout[i] * remainingFixed) / totalFixed;
308 int remainingFixed = remainingLen; local
313 changeFixed = (remainingFixed * gridLayout[i]) / totalFixed;
340 int remainingFixed = remainingLen; local
345 changeFixed = remainingFixed / countFixed;

Completed in 705 milliseconds