HomeSort by relevance Sort by last modified time
    Searched full:changefixed (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderFrameSet.cpp 321 int changeFixed = 0;
325 changeFixed = (remainingFixed * gridLayout[i]) / totalFixed;
326 gridLayout[i] += changeFixed;
327 remainingLen -= changeFixed;
354 int changeFixed = 0;
358 changeFixed = remainingFixed / countFixed;
359 gridLayout[i] += changeFixed;
360 remainingLen -= changeFixed;

Completed in 52 milliseconds