Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderFrameSet.cpp247 int remainingFixed = remainingLen; in layOutAxis() local
251 gridLayout[i] = (gridLayout[i] * remainingFixed) / totalFixed; in layOutAxis()
320 int remainingFixed = remainingLen; in layOutAxis() local
325 changeFixed = (remainingFixed * gridLayout[i]) / totalFixed; in layOutAxis()
353 int remainingFixed = remainingLen; in layOutAxis() local
358 changeFixed = remainingFixed / countFixed; in layOutAxis()